Hive Code (beta)
Hive Code is currently in beta.
Hive Code is CompactHive's in-portal coding agent, available at /portal/code. It lets you build an app by describing what you want in plain language, directly in your browser — no local dev environment required.
How it works
- Bring your own model credentials. Before starting a session, connect a model: either an API key (OpenAI or Anthropic are supported as a fallback option), or, where available, a connected subscription. CompactHive doesn't include model access as part of your plan — you're using your own credentials.
- Pick or create a repo. You can point Hive Code at an existing repository in your built-in Gitea instance, or have it create a brand-new one for you.
- Describe what you want. The agent writes code against your repo, running server-side in your own tenant namespace.
- It ships itself. When the agent finishes a piece of work, it commits and pushes the change back to your repo. From there, the normal CI/CD pipeline takes over exactly as if you'd pushed the code yourself: Woodpecker builds the image with Kaniko, and — if auto-deploy is on — it goes live. The same Pushed → Built → Deployed → Live timeline applies.
There are no extra buttons to click to "ship" what the agent builds — pushing is shipping, same as it is for humans on the platform.
Current limitations
- Hive Code works against repositories in the built-in Gitea instance. If your tenant is connected to GitHub instead, use the standard "Connect GitHub" flow in Settings to build and push manually; direct GitHub-backed Hive Code sessions are on the roadmap but not available yet.
- As a beta feature, expect the experience to keep evolving — if something feels rough around the edges, that's expected right now, not a sign you're doing it wrong.
Hive Code is included on all tiers; you only need to supply your own model credentials to use it.
No comments to display
No comments to display