Skip to content

ai-ng/magic-spell

Repository files navigation

Magic Spell

Magic Spell is an AI-powered text editor built with Next.js and the Vercel AI SDK, using Groq for super fast inference.

Deploy with Vercel

Developing

  • Clone the repository
  • Create a .env.local file with GROQ_API_KEY=your-api-key where your-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.