gitbase
v0.1.0-beta

gitbase

Git-based CMSBuilt for simplicityNo servers. No database. Push to GitHub — deploy on Cloudflare.
  • Serverless → Host on GitHub

  • No database → Fetch .md files

  • R2 storage → Store medias on Cloudflare

  • Auto deploy → Deploy on Cloudflare Page

  • Instant loading → Cached on CDN

  • Dynamic CMS → Edit content in console

  • AI built-in → No-code

Nuxt, Git & Cloudflare — integrated by design

··

Framework · repository · edge delivery

Capabilities

Content in git. Deployed at the edge.

Edit in the CMS, commit to git, serve from the CDN.
Git-native
Every change is a commit. Content versioned alongside your codebase.
Console CMS
Manage pages, media, and data from a visual admin interface.
Edge delivery
Static output cached globally. Instant loads everywhere.
AI agents
Evolutive no-code workflows powered by integrated AI.
R2 integrated
Upload and serve media from Cloudflare R2, wired into the CMS.
D1 compatible
Optional Cloudflare D1 support when you need structured data at the edge.

Open source

Clone the repo — frontend and CMS, ready to deploy.
$ pnpm install
$ cp .env.example .env
$ pnpm dev
➜ Local: http://localhost:3000/
➜ Admin: http://localhost:3000/admin
✓ Nuxt Nitro server built in 4.2s