AI-powered flight debrief tool for paragliding pilots.
Live Site: nextflightbetter.app
- Static frontend source in
frontend/— Vite multi-page build, ES modules, no framework - Pages: landing (
index.html/concept.html), analyzer (app.html) - Playwright browser tests; Vercel deployment from
dist/
npm install
npm run dev # Vite dev server
npm run build # writes dist/
npm run preview # serve the production buildVercel uses npm run build and deploys dist/ per vercel.json.
npm run check:syntax # syntax check across source
npm run test:smoke # analyzer sanity check
npm run test:e2e # Playwright browser testsVariants: npm run test:e2e:headed, npm run test:e2e:ui.
Pushes to main deploy through Vercel when VERCEL_TOKEN is set in GitHub Actions secrets. Manual: vercel --prod.
Private - All Rights Reserved