Frontend experience for the Aether platform: a local-first cognition debugger for AI agents.
- Production: https://aether-dev.vercel.app
- Core Platform Repo: Aether
- This Frontend Repo: Aether_Web
- Authentication flow (Supabase)
- Trace and replay UX for agent workflows
- Visual debugging surfaces for cognitive graph traversal
- Product, pricing, docs, and legal web pages
- Next.js 16 (App Router)
- React 19
- TypeScript
- Tailwind CSS 4
- Supabase (
@supabase/ssr,@supabase/supabase-js) - Zustand + modern UI primitives (Radix)
npm install
npm run devOpen http://localhost:3000.
Set these before running locally or deploying:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_keyThe app can also read NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY as a fallback key.
npm run dev
npm run build
npm run start
npm run lintThis project is deployed on Vercel. Standard flow:
- Push to
main. - Vercel builds and deploys.
- Confirm Supabase environment variables are set in Vercel Project Settings.
- This repository was initially bootstrapped from v0 and then iterated with custom product-specific functionality.
- For SDK and full platform context, see the main Aether repository.