This is a Next.js project bootstrapped with create-next-app.
Create a local .env.local file with:
GEMINI_API_KEY=your_gemini_api_key_here
GROQ_API_KEY=your_groq_api_key_hereThe app uses a primary AI engine plus an optional backup text engine. In the UI these appear as branded StudyMate engine names rather than provider names.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This app is a good fit for Vercel because it uses Next.js with an API route.
- Push this project to GitHub.
- Create a free account on Vercel.
- Import the GitHub repository into Vercel.
- Add
GEMINI_API_KEYandGROQ_API_KEYin the Vercel project environment variables. - Deploy.
After that, your normal workflow is:
git add .
git commit -m "Describe your change"
git push origin mainEach push to your connected branch can trigger a new deployment automatically.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.