Waitlist Landing Page
If you are looking for a simple and effective waitlist page, this is the right place. Fork it and start using it :)
For Using
- First of all, you need to change
src/config/general.tsto yours. - If you want to play with color then you can take a look at
tailwind.config.ts. - You need to create an embedded-form on MailerLite. Then you can use the form.
- We have some images and you can change them in the
publicfolder. - Don't forget to change the footer. I put some dummy data on it.
Tech Stack
- Developed with Next.js.
- Prefered MailerLite for email subscription.
- Used Tailwind to style project.
- Deployed on Vercel.
- Designed on Figma.
For Development
Install packages.
yarn
- Runs the app in the development mode.
yarn dev
Open http://localhost:3000 to view it in the browser.
