Overview
plok.sh and Re_gent serve entirely different purposes, but both solve real problems for developers. plok.sh transforms any GitHub repository into a fast, beautiful blog by simply adding markdown files to a /blog folder. No CMS, no accounts, no builds β just your repo. Re_gent, on the other hand, is version control for AI agent actions. It tracks what your coding agent changed, which prompt caused it, and lets you roll back agent work across files and sessions.
Feature Comparison
| Feature | plok.sh | Re_gent |
|---|---|---|
| Primary Function | Turn GitHub repos into blogs | Version control for AI agents |
| Setup | Zero config β add markdown to /blog | Install CLI, integrate with AI tools |
| Themes | 21 themes, headers/footers, config | None (focus on logging) |
| Code Highlighting | Shiki-based | Not applicable |
| Analytics | Google Analytics via G-ID | Not applicable |
| Storage | Zero server-side | Content-addressed local storage |
| Undo/Rollback | Not applicable | Full undo, blame, checkout |
| Multi-Agent | Not applicable | Branch-based sessions |
| License | Proprietary (free) | Apache-2.0 open source |
| Target Audience | Developers/bloggers | AI coding assistant users |
Pricing
plok.sh: Completely free. No accounts, no subscriptions, no hidden costs. You just need a GitHub repository with a /blog folder containing markdown files.
Re_gent: Free forever under Apache-2.0 license. Currently in public alpha, but the team promises it will remain free for the community.
Pros and Cons
plok.sh
Pros:
- Zero configuration β just add markdown files
- No accounts, no CMS, no build step
- 21 themes with customization options
- Automatic table of contents and syntax highlighting
- Optional links page for Linktree-style functionality
Cons:
- Limited to GitHub repos only
- No built-in analytics beyond Google Analytics
- No support for non-markdown content types
Re_gent
Pros:
- Full audit trail for AI agent actions
- Undo and rollback agent changes across sessions
- Blame feature traces every line to its prompt
- Open source and free forever
- Supports multiple agents with branch-based sessions
Cons:
- Currently in public alpha β may have bugs
- Limited to specific AI tools (Claude Code, Codex, OpenCode)
- Requires CLI installation and setup
Verdict
plok.sh is the perfect solution for developers who want a dead-simple blog from their GitHub repo with no overhead. It's ideal for technical blogs, documentation sites, or personal portfolios. Re_gent is essential for teams using AI coding agents who need version control, audit trails, and the ability to undo agent mistakes. Choose plok.sh for blogging, Re_gent for agentic development.

