Eidolonis

Docs

What /terminal is

/terminal is a terminal-style dashboard for coding blog posts, project notes, and reusable command snippets. Reading is public: browse the post table, open a post in Read mode, jump around with the outline, and copy commands from the snippets panel (⌘K opens a search palette from anywhere).

Write mode is the authoring side: a markdown editor with edit / preview / split views, frontmatter editing, and an optional autosync that saves a few seconds after you stop typing.

Access

All write operations (publishing posts, saving drafts, adding snippets) go through an admin API gated by a JWT session — signing in as the site admin is required. Without it the interface is read-only; edits stay in your browser and are never persisted.

← Back home