This project is a sandbox environment for experimenting with Claude AI, an advanced language model, to generate personalized website content. The goal is to explore the capabilities of AI in creating tailored and engaging content for websites based on user preferences and input.
- Anthropic account to have access to Claude API Key. Check out Anthropic API reference https://docs.anthropic.com/claude/reference/getting-started-with-the-api.
Add the following to your .env.local file
NEXT_PUBLIC_CLAUDE_API_KEY=replace-with-your-public-key
npm install
npm run dev
- Nextjs - The web framework used
- Material Tailwindcss - The tailwind css web framework used
- Anthropic API - The AI used for content generation
- Jotai - The react state management used for user onboarding status updates
- Namae Conde - Initial work - namaeconde