Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ai-ng/magic-spell
- Owner: ai-ng
- Created: 2024-03-31T21:37:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T17:53:05.000Z (6 months ago)
- Last Synced: 2024-11-24T00:46:54.166Z (29 days ago)
- Topics: artificial-intelligence, groq, nextjs, vercel
- Language: TypeScript
- Homepage: https://magic-spell.vercel.app
- Size: 141 KB
- Stars: 219
- Watchers: 2
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.