Building my own project management tool on Cloudflare

1 pointsposted 10 hours ago
by tajd

1 Comments

tajd

10 hours ago

Cloudflare is making it super easy to build projects and tools around it, so I thought I’d share my experiences of building my own tool for managing projects and fleets of AI agents.

Perhaps one interesting detail is about the distribution of the project. If I build and release the code as a binary it then becomes possible to have a config driven deployment of the tool, so it’s easy for people to redeploy it for their own data and requirements on top of cloudflare.

Obviously there is vendor lock in for now with cloudflare, but it’s possible to rewrite parts of the tool to run on open source workerd deployments and us other dbs and object storage.

Keen to hear what people think!