This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/3125ea99-753c-492f-80ea-f6db71f4f25e
Prerequisites: Node.js
- Install dependencies:
npm install - Run the app:
npm run dev(opens on port 3000)
- Push this repo to GitHub (or GitLab / Bitbucket) and import the project in Vercel.
- Use the default settings: Install
npm install, Buildnext build, Output managed by Next.js. - Environment variables: Add secrets only in the Vercel project dashboard when your app reads them on the server (for example in a Route Handler). Do not use the
NEXT_PUBLIC_prefix for API keys you must keep private—those are exposed in the browser bundle.
