Skip to content

Codecora — Developer Tools for AI Agents

Open-source developer tools built for the AI agent era.

Getting Started

bash
# Clone the repo
git clone https://github.com/codecoradev/website.git
cd website

# Install dependencies
npm install

# Start dev server
npm run dev

Development

bash
npm run dev      # Start dev server
npm run build    # Build for production
npm run preview  # Preview production build

Deployment

This site is deployed on Cloudflare Pages, auto-building from the main branch.

License

Content: CC BY-SA 4.0 Code: MIT

Built with Rust. Open source under Apache 2.0 and MIT.