A simple web application that uses Claude AI to remix and transform content.
- Content remixing powered by Claude AI
- Clean, responsive UI with Tailwind CSS
- Real-time content transformation
- React
- TypeScript
- Tailwind CSS
- Claude API (Anthropic)
- Vite
- Clone the repository
- Install dependencies:
npm install - Create
.envfile with yourANTHROPIC_API_KEY - Run development server:
npm run dev