Skip to content

Latest commit

History

History
12 lines (8 loc) 路 1016 Bytes

README.md

File metadata and controls

12 lines (8 loc) 路 1016 Bytes

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.