A visual gallery of AI-generated React components and experiments. Share and explore creative coding with AI assistance.
- 🎨 Visual gallery of AI-generated projects
- 💻 Live React playground
- 🌟 Easy project sharing
- 📱 Responsive design
- 🎥 Auto-generated previews
-
Clone the repository:
git clone https://github.com/JDerekLomas/codevibing.git cd codevibing -
Install dependencies:
npm install
-
Copy .env.example to .env.local and add your credentials:
cp .env.example .env.local
-
Start the development server:
npm run dev
Visit http://localhost:3000 to see the app running.
codevibing/
├── src/
│ ├── app/ # Next.js app directory
│ ├── components/ # Shared components
│ ├── lib/ # Utilities and shared code
│ └── data/ # Initial seed data
└── public/ # Static assets
Ready to deploy to production? See DEPLOYMENT.md for detailed instructions on deploying to Vercel.
Quick deploy:
npm install -g vercel
vercelMake sure to set your environment variables in Vercel:
ANTHROPIC_API_KEY- Required for Claude integrationCLAUDE_MODEL- Model name (optional)
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.