Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free Next.js + Tailwind CSS landing page template for SaaS startups with 9 pre-built sections and Vercel deploy support.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
Finwise is a free, open-source Next.js and Tailwind CSS landing page template built for SaaS startups that need a structured, optimized marketing page with minimal setup. The template ships as a complete Next.js App Router project with TypeScript, so it produces a deployable static landing page that can be customized entirely through a few data files. It is maintained as an open-source project on GitHub under the nexi-launch organization and is licensed under the MIT License, which allows free personal and commercial use.
Finwise is a lightweight landing page starter that takes a Next.js project structure as input and outputs a fully styled, responsive marketing site with nine pre-built sections: Hero, Partners or Clients Logos, Features, Pricing, Testimonials, FAQ, Statistics, CTA, and Footer. It runs on any Node.js environment and is optimized for deployment on Vercel, with a one-click "Deploy with Vercel" button provided in the repository. The template uses the Next.js App Router with TypeScript, Tailwind CSS v3 for styling, and Framer Motion for smooth transitions.
/src.globals.css for primary, secondary, background, and accent colors, so no CSS framework lock-in.next/font and next/image components automatically optimize fonts and images for performance, which contributes to a near-perfect Lighthouse score.siteDetails.ts and content files in /src/data, swapping in brand data and images without touching layout components.globals.css to quickly test different brand palettes./src/data with your own messaging and use the built-in statistics and partners sections to showcase traction before building a full product.The template is a standard Next.js project. After cloning the repository, install dependencies with npm install, start the development server with npm run dev, and view the page at localhost:3000. Customization is driven by editing globals.css for colors, updating siteDetails.ts for brand information, and modifying content files inside /src/data. Deployment can be done by pushing the repository to Vercel or clicking the Deploy with Vercel button in the README.
/src/app and public/images.Finwise is completely free and open source. The repository is released under the MIT License, which permits personal and commercial use, modification, and redistribution with attribution. There are no paid tiers or premium features mentioned in the documentation.
Yes, Finwise is free and open source. The repository is licensed under the MIT License, so you can use it for personal and commercial projects without paying a fee or obtaining special permission.
Yes, the template is built with the Next.js App Router and TypeScript. The project structure is organized under /src and uses the modern app directory conventions for layouts and pages.
Colors are edited in globals.css, while site details such as brand name and metadata live in siteDetails.ts. Most visible content — navigation, features, pricing, and testimonials — is managed through data files in the /src/data directory.
The easiest method is to click the "Deploy with Vercel" button at the top of the GitHub README, which clones the repository and deploys it to Vercel automatically. You can also deploy manually by connecting the repository to Vercel and following the standard Next.js deployment steps.
Yes, the project is open to community contributions. You can fork the repository, create a new branch, implement your changes, and submit a pull request. The maintainers specifically suggest ideas like new sections, additional page variants, and new themes.
