Clone and deploy a professional product landing page to Vercel in under 30 minutes without designing from scratch.
Customize the Figma design files first, then implement the changes in Next.js to match your product's branding.
Use as a Next.js App Router starting point for a SaaS product homepage with React Server Components.
Open is a free landing page template for people who need to quickly put up a professional-looking website for a software product, open source project, or online service. It is built with React and Next.js, two popular JavaScript tools for building web pages, and styled with Tailwind CSS, a utility library that handles the visual design. The template is maintained by Cruip, an Italian developer and designer duo. The template has gone through several versions. The current release added support for Tailwind v4, which came out in early 2025. Older versions using different tooling are archived as tagged releases if anyone needs to reference them. Design files for the layout are also available to download from Figma's community section for people who want to modify the visual design before touching any code. Getting it running locally is a standard process for a Next.js project. You install dependencies and run a development server with a single command, then open a browser to see the result. Changes to the main page file show up in the browser automatically without a manual refresh. Deploying to the web is easiest through Vercel, the company that created Next.js, though other hosting options work too. The template is built using Next.js App Router and React Server Components, which are relatively recent features of the framework. The README notes that requests for extra React customizations are outside the scope of support the authors provide. The license is GPL, which means you can use it freely for personal and commercial projects. Redistributing or reselling the template itself is not permitted. Credit is appreciated but not required.
← cruip on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.