Skip to content

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Waitlist setup

The hero signup form posts to /api/waitlist and stores emails in Supabase.

Local development

Without Supabase env vars, the API uses an in-memory fallback in development so the form still works.

To persist signups locally or in production:

  1. Copy .env.local.example to .env.local and fill in your Supabase project values.
  2. Confirm the public.waitlist table exists (see supabase/migrations/20260607183000_waitlist.sql).
  3. Set SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY in Vercel and redeploy.

Use the service role secret for SUPABASE_SERVICE_ROLE_KEY, not the anon/publishable key. SUPABASE_URL is read server-side; NEXT_PUBLIC_SUPABASE_URL is also accepted as a fallback.

If signups fail in production, check Vercel function logs for Waitlist insert error: with the Supabase error code, then compare your live table schema against the migration file.

If the error code is 42501 (permission denied for table waitlist), run supabase/fix-waitlist-permissions.sql in the Supabase SQL editor. RLS insert policies do not grant table access by themselves.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

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.


Built by Kaan Un (Kaan Ün), founder of Traction IT. Türkçe: kaanent.com/tr

About

Waitlist landing page for QuantBot, the in depth agentic skills teacher

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages