Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ai-ng/magic-spell

🪄 AI prompting built into your textarea
https://github.com/ai-ng/magic-spell

artificial-intelligence groq nextjs vercel

Last synced: 10 days ago
JSON representation

🪄 AI prompting built into your textarea

Awesome Lists containing this project

README

        

# Magic Spell

Magic Spell is an AI-powered text editor built with [Next.js](https://nextjs.org) and the [Vercel AI SDK](https://sdk.vercel.ai/), using [Groq](https://wow.groq.com/) for super fast inference.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fai-ng%2Fmagic-spell&env=GROQ_API_KEY&envDescription=Groq%20API%20key%20from%20https%3A%2F%2Fconsole.groq.com%2Fkeys&project-name=magic-spell&repository-name=magic-spell&demo-title=Magic%20Spell&demo-description=AI%20prompting%20built%20into%20your%20%3Ctextarea%3E&demo-url=https%3A%2F%2Fmagic-spell.vercel.app&demo-image=https%3A%2F%2Fmagic-spell.vercel.app%2Fopengraph-image.png)

## 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](https://console.groq.com/keys).
- Run `pnpm install` to install dependencies.
- Run `pnpm dev` to start the development server.