magic-spell icon indicating copy to clipboard operation
magic-spell copied to clipboard

🪄 AI prompting built into your textarea

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.