6 ms·
IMO you should evolve also as a central platform to host AND build internal tools (eg with agents). Have you considered that? EDIT oh snap I see in the console
by indigodaddy 1mo ago
IMO you should evolve also as a central platform to host AND build internal tools (eg with agents). Have you considered that? EDIT oh snap I see in the console tour that there's an AI App Builder section. Ok gonna have to try this out then!
Also does your git integration support self-hosted Bitbucket (I guess at the least generic git instance not just GitHub etc) ?
Also, pretty cool that you have a FastHTML spec.. I built this (well AI mostly did) with FastHTML: https://hn-readtheroom.exe.xyz/ https://hn-readtheroom.exe.xyz/
- ajayvk 1mo agoThe agent based app builder is pretty new, still improving it. It runs with Agent Client Protocol (ACP), with integrations for Claude Code, Codex CLI, OpenCode and Pi.
- indigodaddy 1mo agoThanks! That's sounds excellent. I love the Shelley Web Agent ( https://GitHub.com/boldsoftware/Shelley https://GitHub.com/boldsoftware/Shelley ), but guessing it would be hard to integrate that into your platform (although would be amazing if you could). Also any feedback on the Git question?
- ajayvk 1mo agoCustom agents can be added if it supports ACP, the console UI has the config options for that. I have tested with GitHub and GitLab. OpenRun uses the go-git library, so BitBucket should work, not tried it yet. FastHTML is great for internal tools use case.
- indigodaddy 1mo agoGreat, appreciate the feedback ty