Your Code. Your Server. Your Rules.
Everything a code showcase needs
Not a git server clone — a focused, honest tool for hosting and sharing code on your own site.
Repositories & File Browser
Organize code into repos with a real file tree, syntax-highlighted viewer, and rendered README.
Commit History & Diffs
Every save is a snapshot. Browse history and see real line-by-line diffs between versions.
Build & Publish
Turn any repo into a live static site with one click — HTML/CSS/JS only, script execution always disabled.
Pull-Request Review
Anyone can propose a change; owners review a real diff and merge or close it.
Stars & Forks
Star repos you like, fork any public repo into your own account instantly.
Issues
Lightweight issue tracking on every repository, right on your own site.
Browse the live demo
These are real repositories seeded on install — click in, view files, check the commit history.
⚠️ What RepoCove isn't
RepoCove is not a real git server — there's no git clone/push over SSH, no branch merges, no CI that runs your code. Each commit is a full snapshot in the database, and "Build & Publish" only ever serves static files (HTML/CSS/JS/images) with script execution locked out. If you need real git hosting, pair this with (or point to) a dedicated tool. RepoCove's job is showcasing and lightly collaborating on code, safely, on the WordPress site you already run.
Simple, honest pricing
Start free. Upgrade when you outgrow the Lite limits.
Lite
- ✅ 3 repositories per author
- ✅ 25 files per repo
- ✅ File browser, commits, diffs
- ✅ Issues, stars, forks
- ✅ Public repositories
Pro
- ✅ Unlimited repos & files
- ✅ Private repositories
- ✅ Build & Publish static sites
- ✅ Pull-request review & merge
- ✅ Organizations
- ✅ Contribution graphs
Frequently asked questions
Is this real git — can I git clone or push?
No. RepoCove doesn't implement the git protocol. Files are edited/uploaded through the web UI and stored as full snapshots. It's a code-hosting and showcase tool, not a git server.
Does "Build & Publish" run my code?
No. It only copies safe static file types (HTML, CSS, JS, images, text) into a public folder and explicitly blocks script execution there. Nothing in a repo is ever executed on the server.
What's the difference between Lite and Pro?
Lite includes 3 repos, 25 files each, and the full browsing/issues/stars/forks experience. Pro removes those caps and adds private repos, Build & Publish, pull-request review, organizations, and contribution graphs.
Can I add my own repositories?
Yes — any logged-in user can create a repository and add files, up to the plan limits.