Skip to content

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Environment Variables

Create a local .env.local file with:

GEMINI_API_KEY=your_gemini_api_key_here
GROQ_API_KEY=your_groq_api_key_here

The 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.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open 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.

Deploying To Vercel

This app is a good fit for Vercel because it uses Next.js with an API route.

  1. Push this project to GitHub.
  2. Create a free account on Vercel.
  3. Import the GitHub repository into Vercel.
  4. Add GEMINI_API_KEY and GROQ_API_KEY in the Vercel project environment variables.
  5. Deploy.

After that, your normal workflow is:

git add .
git commit -m "Describe your change"
git push origin main

Each 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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages