Magic Spell is an AI-powered text editor built with Next.js and the Vercel AI SDK, using Groq for super fast inference.
- Clone the repository
- Create a
.env.local
file withGROQ_API_KEY=your-api-key
whereyour-api-key
is your Groq API key from console.groq.com. - Run
pnpm install
to install dependencies. - Run
pnpm dev
to start the development server.