Infrastructure Baseline

Tinyteller is wired up for app, auth, CI, and deployment.

This scaffold stays intentionally generic. It gives you a clean Next.js app, Supabase SSR auth plumbing, OpenAI server helpers, a health endpoint, GitHub Actions CI, and deployment instructions for Vercel.

Supabase client:configuredSupabase admin:configuredOpenAI:configured

What is ready

  • Next.js App Router project scaffold
  • Supabase browser, server, admin, and proxy helpers
  • Google OAuth sign-in callback flow
  • OpenAI server helper for backend workflows
  • Setup health route at /api/health
  • GitHub Actions CI for lint, typecheck, and build
  • Setup-first README and environment template

Session

Next setup steps

  1. Copy `.env.example` to `.env.local` and fill in your values.
  2. Create the Supabase project and set your auth redirect URLs.
  3. Push this repo to GitHub and connect it to Vercel.
  4. Mirror the same environment variables in Vercel.
  5. Start dropping your real domain models and workflows into `src`.