For Projects

Push to FlukeBase.
Get CI, deploy, audit.

Native git platform with built-in pipelines, secret vault, and a Control Center that shows you everything. No GitHub Actions middleman.

24 projects already on it · push → pipeline row in < 2 seconds

5-minute onboarding

From signup to your first native CI run.

  1. 1

    Sign up for FlukeBase

    Free tier covers the native git platform, CI runner, and your first project.

  2. 2

    Register your project

    From the Control Center, or via MCP:

    flukebase_repo_init slug=<your-project>
  3. 3

    Add a FlukeBase remote

    git remote add flukebase \
      ssh://root@mcp.flukebase.me/data/git/<slug>/<repo>.git
  4. 4

    Push — pipeline fires automatically

    git push flukebase main

    The post-receive hook (auto-installed) reads .flukebase-ci.yml from the pushed commit and creates a CI pipeline row in < 2 seconds.

  5. 5

    Watch it in the Control Center

    Open Control Center → your project → Git tab. Pipeline status updates live. Open PRs, deploy history, mirror state, all in one view. One-click "Hand off to Claude Code" for any pipeline.

Why teams move off GitHub Actions

One push. Everything fires.

Push fires CI in < 2 seconds

Native post-receive hook → loopback handler → pipeline row. Proven end-to-end on the test_evoc + flukebase pilots — round-trip from git push to ci_pipelines row visible: under 2 seconds.

No GitHub webhook hop. No third-party SaaS.

Replace 8 SaaS tools with one binary

GitHub Actions, CircleCI, Vercel, Netlify, AWS Lambda, Doppler, Sentry hooks, Linear webhooks — collapsed into the FlukeBase platform.

Single deploy, single audit log, single bill.

Bring Claude Code along for the ride

Every pipeline / PR / commit is a row Claude Code can reach via MCP. Slash commands like /flukebase-ship and /flukebase-diag drive your CI directly.

See the Claude-Code surface

What you get on day 1

The push is the front door. The platform is the rest.

  • Native git server — SSH + HTTPS, bare repos, branch protection, PR reviews
  • Built-in CI.flukebase-ci.yml, runners on your VPS or ours, parallel steps, secret injection
  • Deploy pipeline — Docker Swarm, env materialization, healthchecks, rollback
  • Vault — AES-256-GCM secrets, scope-grant ACLs, materialized at deploy time
  • GitHub mirror — optional one-way push so you don't lose your existing GitHub Audience
  • Control Center — single dashboard for git + CI + deploys + agent activity + memory

Want Claude Code wired up too? /for/claude-code →