Welcome to Fibe
Fibe runs Docker environments on hosts you control, fed from Git, steered from a browser. Launch in seconds, share a URL, attach an AI assistant, stop or extend when done.
The shortest path
- Add a Marquee. A host that runs containers.
- Connect a Prop. A Git repo.
- Pick or write a Template. A Compose file plus a few Fibe labels.
- Launch a Playground from a Playspec. Open the URL.
Two shapes of work
| What it is | When | |
|---|---|---|
| Playground | Long-running environment. URLs, logs, terminal. | Web apps, dashboards, dev servers. |
| Trick | One-shot run. Records pass/fail, cleans up. | Tests, migrations, backups, cron, CI. |
If the task should finish, use a Trick. If it should stay up, use a Playground.
Bring a Genie
A Genie is a configured AI assistant. Run one standalone or attach it to a Playground. It reads logs, edits source, runs commands, commits.
Keep many. One per job — refactoring, tests, docs. Each holds many conversations.
What's next
- New here? Marquees → Props → Templates → Playspecs → Playgrounds.
- Authoring a Template? Compose → Fibe.
- Driving from a script or CI? Fibe SDK ships the
fibeCLI and a Go library. - Wiring an AI agent that should know Fibe?
llms.txt,llm-skills.txt, reference library. For agents that should act, run the MCP server.