Like catnip, a highly addictive agentic coding tool
10K+
The developer environment that's like catnip for agentic programming
CatNip transforms the way you work with AI coding assistants by providing a sandboxed, containerized environment that's designed from the ground up for seamless human-AI collaboration. Think of it as your AI pair programmer's dream workspace.
Traditional development environments force AI assistants to work blind, making assumptions about your setup and struggling with context. CatNip flips this paradigm by providing:
# Clone the repository
git clone https://github.com/your-org/catnip.git
cd catnip
# Install dependencies
pnpm install
# Start the development server
pnpm dev
Visit http://localhost:3000 to access the CatNip interface.
Deploy to Cloudflare Containers for global access:
# Build and deploy
pnpm deploy
CatNip is built with a modern, scalable architecture:
āāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāā
ā React/Vite ā ā Cloudflare ā ā Go Container ā
ā Frontend āāāāāŗā Worker (Hono) āāāāāŗā Environment ā
ā ā ā ā ā ā
ā ⢠ShadCN UI ā ā ⢠WebSocket ā ā ⢠PTY Sessions ā
ā ⢠TanStack ā ā ⢠Container ā ā ⢠Git Server ā
ā ⢠Tailwind ā ā Management ā ā ⢠API Endpoints ā
āāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāā
# Frontend development
pnpm dev # Start Vite dev server
pnpm dev:cf # Start with Cloudflare Workers
pnpm build # Build for production
pnpm typecheck # Type checking
pnpm lint # ESLint
# Container development
cd container
go run cmd/server/main.go # Start Go server
# Execute commands in the dev container
docker exec -it catnip-dev bash --login -c 'your-command'
# Check logs
docker logs --tail 200 catnip-dev
We welcome contributions! CatNip is designed to make agentic programming more powerful and accessible.
This project is licensed under the MIT License - see the LICENSEā file for details.
Just like how catnip makes cats go crazy with excitement, CatNip makes AI coding assistants incredibly productive and effective. It's the perfect environment for unleashing the full potential of agentic programming!
Ready to supercharge your AI coding workflows? Give CatNip a try and experience the future of collaborative development! š
Content type
Image
Digest
sha256:ad62f5d76ā¦
Size
1.3 GB
Last updated
9 months ago
docker pull wandb/catnip