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.localfile withGROQ_API_KEY=your-api-keywhereyour-api-keyis your Groq API key from console.groq.com. - Run
pnpm installto install dependencies. - Run
pnpm devto start the development server.