Alexandr Zahatski
I am interested in personal publishing, decentralised systems and software engineering ๐ป

๐ฅ Projects
Podlite is a lightweight block-based markup language designed for flexibility and ease of use.
Project on github: github.com/podlite
Specification of Podlite: podlite.org/specification
Podlite for Desktop - open-source desktop Podlite markup language editor for Windows, Linux, and Mac.
Podlite for Web - A minimal, lightweight starter for creating static blogs/sites using nexjs and Podlite markup language
Latest record:

The podlite-markup skill is now on the skills.sh marketplace. One command installs Podlite support into Claude Code, GitHub Copilot, Cursor, Codex CLI, and 35+ other agents:
npx skills add podlite/podlite-skills
The problem it solves: AI agents write well, but their output doesn't hold structure between sessions. Markdown frontmatter is a convention โ parsers may or may not read it, and agents that haven't been told what to look for usually don't. Podlite uses explicit typed blocks with named attributes. When an agent writes =begin pod :pubdate('2026-03-12') :type('page'), that metadata is a structured field, not prose โ any tool can read it without guessing.
I've been using this in my own workflow for specs, decision logs, and blog posts. What changed: a second agent can open a file written by a first agent and immediately understand what it is, what state it's in, and what to do next. No re-explaining context. The file carries the instructions.
Podlite natively supports Markdown, so existing files don't need migration.
ยฉ All rights reserved. 2022-2025. CC BY-SA 4.0. Made with podlite