Devarshi Shimpi @devarshi.dev · May 27

Cloudflare’s free plan is kind of wild for OSS builders. Codra runs as a self-hosted AI code review engine on Cloudflare Workers: - Worker for the app + API - Queues for review jobs - KV for sessions/cache - Hyperdrive for Postgres - Workers AI support for model routing

2 likes 1 replies

?

Replies

Devarshi Shimpi · May 27

Open a PR, Codra picks it up, queues the review, runs the model pass, posts inline GitHub comments, and stores the review history. The fact that a setup like this can start on Cloudflare’s free tier is honestly underrated. GitHub: github.com/devarshishim...