| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Kickstart your AI startup journey with a waitlist instead of a SaaS template. Once you've completed your waitlist, check out our AI-powered Next.js SaaS template Saasfly.
Nextify offers complete enterprise-grade SaaS solutions. If you're interested in discussing your project or just want to connect with us, feel free to reach out at contact@nextify.ltd.
❤️ We provide free technical support and deployment services for non-profit organizations.
🙌 All profits we gain from open-source projects will be entirely used to support open-source initiatives and charitable causes.
Our goal is to leverage Next.js's static site generation (SSG) capabilities to build a high-performance waiting list page, and use Google Forms as the backend to receive user-submitted email information. With this approach, we can quickly and cost-effectively create a waiting list page without having to write any backend code for data collection.
Try it out for yourself!
Demo URL: https://waitlist.saasfly.io
For security reasons, we forcefully require users to log in before submitting the Google Form. You can turn off this requirement in the test environment or if your use case doesn't need this level of security.
Before getting started, make sure you have the following installed:
curl -sL https://gist.github.com/tianzx/874662fb204d32390bc2f2e9e4d2df0a/raw -o ~/downloaded_script.sh && chmod +x ~/downloaded_script.sh && source ~/downloaded_script.sh/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
brew install oven-sh/bun/bun
brew install nvmTo start using this template, follow these steps:
git clone https://github.com/saasfly/waitlist.git
cd waitlist
bun installcp .env.example .env.localSee our documentation to learn how to get your own variables.
bun run devTo deploy your waitlist page, create a Cloudflare Pages application:
You don't need a very complex BI system. I build a simple local-first excel analysis service to help you.

This project is licensed under the MIT License. For more information, see the LICENSE file.
| Back | FazBrowse Home | New Git URL |