Skip to content

Marc lou shipfast landing page inspiration BoilerPlate. Super Easy to Customize

Notifications You must be signed in to change notification settings

chiragksharma/BuildFast

Repository files navigation

BuildFast

Build your Landing page in hours, not days. The NextJS boilerplate with all you need to build your SaaS product Landing page. Super easy to customize.

Table of Contents

  • About BuildFast
  • Getting Started
  • Project Structure
  • Customization
  • API Routes
  • Environment Variables
  • Learn More
  • Deploy on Vercel

About BuildFast

BuildFast is a Next.js boilerplate designed to help you build your SaaS product landing page quickly and efficiently. It comes with all the essential features and is super easy to customize.

Getting Started

First, clone the repository:

git clone https://github.com/chiragksharma/BuildFast.git
cd BuildFast

Install the dependencies:

npm i
# or
yarn install
# or
pnpm install
# or
bun install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

The project structure is as follows:

  • src/app/: Contains the main application components.
  • src/components/: Contains reusable UI components.
  • src/config/: Contains configuration files, including siteConfig.json.
  • src/context/: Contains React context providers.
  • src/customTypes/: Contains custom TypeScript types.
  • src/hooks/: Contains custom React hooks.
  • src/pages/: Contains Next.js pages and API routes.
  • src/styles/: Contains global styles and Tailwind CSS configuration.
  • src/utils/: Contains utility functions.

Customization

You can easily customize the entire landing page using the siteConfig.json file located in the src/config/ directory. This file contains all the customizable content and settings for the landing page.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Marc lou shipfast landing page inspiration BoilerPlate. Super Easy to Customize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published