Your filesystem stays authoritative.
No proprietary document format, database, or lock-in.
Local-first HTML library
Index the HTML your agents produce, find it instantly, and share only the artifact you choose.
App screenshot on the way.
Agents produce plans, audits, reports, and working documents. The useful result should not disappear inside a chat history.
Lattice treats standalone HTML as the durable unit. It keeps the source inspectable, searchable, and under your control.
No proprietary document format, database, or lock-in.
Search, hot reload, CLI, and a native macOS menu bar app.
Publish one snapshot. The rest of your library stays local.
$ lattice add report.html $ lattice open q3-review $ lattice share q3-review Lattice keeps a symlink, reads the metadata, and indexes the content.
Search from the dashboard or CLI. Source edits appear in the open document.
Create an immutable hosted snapshot without exposing the local library.
Companion skill
/html-summary.The skill teaches your agent the house style: one self-contained HTML file, dense, readable offline, with no external requests. Its final step registers the file in your lattice library.
You can use the skill without installing lattice at all. When the daemon is not around, registration is skipped and you still get a clean standalone document.
Read the skill sourcemkdir -p ~/.claude/skills/html-summary
curl -fsSL https://raw.githubusercontent.com/yeksax/lattice/main/skills/html-summary/SKILL.md \
-o ~/.claude/skills/html-summary/SKILL.md
curl -fsSL https://raw.githubusercontent.com/yeksax/lattice/main/skills/html-summary/template.html \
-o ~/.claude/skills/html-summary/template.html The daemon, CLI, desktop app, dashboard, and summary skill are open source. Hosted sharing is optional.
Read the sourceOpen source. Built for macOS.