This project uses Next.js 15 and is optimized for deployment on Vercel.
First, set up your environment variables:
- Create a
.env.local
file with the required API keys (see .env.example)
Then, run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy this app is to use the Vercel Platform.
- Push your code to a GitHub repository
- Import the project to Vercel
- Add your environment variables in the Vercel dashboard
- Deploy
The following environment variables are required:
NEXT_PUBLIC_APP_URL
: Your application URLTOGETHER_API_KEY
: Your Together AI API keyGROQ_API_KEY
: Your Groq API key
- Modern UI with React and Tailwind CSS
- AI component generation
- Optimized for performance
To learn more about the technologies used: