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.
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
No authenticated user detected.
Next setup steps
- Copy `.env.example` to `.env.local` and fill in your values.
- Create the Supabase project and set your auth redirect URLs.
- Push this repo to GitHub and connect it to Vercel.
- Mirror the same environment variables in Vercel.
- Start dropping your real domain models and workflows into `src`.