Integrations

Pageel CMS fits perfectly into your existing ecosystem. Connect with your favorite deployment and git providers.

Git Providers

Ready
G

GitHub

Full support for public & private repos via OAuth or PAT.

Coming Soon
G

Gitea

Self-hosted Git service support.

Coming Soon
G

Gogs

Lightweight self-hosted Git service.

Deployment Targets

Vercel

Zero-config deployment for Astro projects.

Netlify

Automatic build hooks when you push content.

Cloudflare Pages

Deploy to the edge directly from Git.

GitHub Pages

Free hosting for static documentation.

Rest API Support?

Since Pageel CMS is 100% client-side and communicates directly with Git, you don't need a proprietary API. You simply use the standard GitHub API for any custom automation.

View GitHub API Docs
// Example: Fetch content manually
GET /repos/:owner/:repo/contents/blog
...
"name": "my-post.md",
"sha": "d73695dm...",