free-parking

A lightweight Next.js template for creating "domain for sale" landing pages with customizable offer forms and email notifications.

MIT License

Stars
2

free-parking

free-parking is a lightweight, free, open-source Next.js/React/Tailwind template for quickly spinning up "domain for sale" landing pages, cutting out the need for services like Afternic. Created by @baileysimrell of @justrightpl.

This is a Next.js project bootstrapped with create-next-app and enhanced with custom components and styling.

Features

  • Responsive design using Tailwind CSS
  • Customizable site content via config/site.ts
  • Contact form with email notifications using Resend and react.email
  • Easy deployment on Vercel

Getting Started

  1. Clone the repository
  2. Install dependencies:
npm install
or
yarn install
or
pnpm install
  1. Set up environment variables:

    Create a .env.local file in the root directory and add the following:

RESEND_API_KEY=your_resend_api_key
RESEND_DOMAIN=your_resend_domain
  1. Customize the site configuration:

    Edit the config/site.ts file to update your domain information and other settings.

  2. Run the development server:

npm run dev
or
yarn dev
or
pnpm dev

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

Customization

  • Update the site configuration in config/site.ts
  • Modify the main page layout in app/page.tsx
  • Customize components in the components directory
  • Adjust styles in styles/globals.css and individual component files

Deployment

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

Make sure to set up the required environment variables in your Vercel project settings.

Learn More

To learn more about the technologies used in this project, check out the following resources:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you have any questions or need help with setup, please open an issue in the GitHub repository.

Related Projects