OxiBuilder icon
Cross-platform · Active · Phase 6 (v2 SSG)

OxiBuilder

Personal site generator for humans and agents

OxiBuilder turns the friction of static-site blogging into one CLI command, or one sentence to an AI agent. It's not just a blog engine: each side of you — blog, novels, projects, movie/book reviews, link curation, activity feed — lives in its own extension, and they're all gathered into one lobby. A Static Site Generator with content managed through a CLI against a local SQLite database.

$ cargo build --release View on GitHub
9
Extensions
EN / KO
Languages
139
Tests
OxiBuilder admin console dashboard - sidebar nav and stats.
Local admin console - dashboard, content, extensions.

What's inside

9 extensions

Profile, blog, projects, links, novels, movies (TMDB), books (Aladin/Google), scraps (HN/GeekNews), activity (GitHub).

Static site generator

OxiBuilder build generates static HTML + JSON + JS. Zero runtime server, zero security surface, zero operating cost.

OxiBuilder public lobby in grid mode - 9 extension cards (blog, projects, links, novels, movies, books, scraps, activity, profile).
Lobby in grid mode - 9 extensions, 3 columns.

Axum management console

Local-only management server with FTS5 search, OpenAPI/Swagger UI, and background-job scheduler.

OxiBuilder public lobby in canvas mode - 9 extension cards in a floating layout.
Lobby in canvas mode - same 9 extensions, floating cards.

Bilingual EN/KO

Per-extension namespacing with full Korean and English support. Default language configurable.

AI-agent CLI

Pass --json to any command for machine-parseable output. This is how AI agents consume and create content.

OxiBuilder blog post detail - Markdown rendered article with tags and date.
Blog post detail - Markdown body, tags, publish date.

Deploy to GitHub Pages

OxiBuilder deploy pushes to gh-pages branch. Cloudflare Pages and Netlify targets are planned.

Install

Build from source cargo build --release