- 🎨 Minimal, clean interface
- 🌙 Dark/light mode with themed mascots
- 🤖 Claude AI-powered prompt enhancement
- ⚡ Real-time streaming responses
- 📱 Fully responsive design
Feel free to use, modify, and enhance this project! Fork it, make it your own, and share your improvements. I'll be happy to review and discuss any updates you create. Let's make prompt enhancement even better together! 🚀
- Node.js
- Anthropic API key
- Next.js
-
Clone the repository:
git clone https://github.com/dxd/spiritual.git cd spiritual
-
Install dependencies:
npm install
-
Set up your Anthropic API key by creating a
.env
file:echo "ANTHROPIC_API_KEY=your_api_key_here" > .env
-
Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
. - Start enhancing your prompts
To create a production build, run:
npm run build
Then, start the production server with:
npm start
This project is licensed under the MIT License.