The tools the web was built to need.
Osirion Labs is building a suite of open-architecture web development tools named after the gods who shaped the ancient world. Built for developers. Released in the open.
We're not launched yet. We're building in public. Get early access.
The Suite
Five tools. One system. Each named for a deity whose domain it inhabits.
Thoth Codex
The structured record at the centre of everything.
A CMS built on the principle that content has a shape. Thoth Codex is the authoring and data layer the rest of the suite builds on — open-schema, API-first, versioned from day one.
`core cms · api-first · open schema`Hathor Emporium
Commerce that doesn't apologise for wanting to sell.
A full commerce environment — inventory, checkout, fulfilment — built to run standalone or extend directly on top of Thoth Codex. No required platform. No locked ecosystem.
`ecommerce · standalone or cms add-on`Seshat Folio
Publishing for people who have something to say.
A structured writing environment for blogs, documentation, and long-form content. Seshat Folio keeps a record the way it should be kept — ordered, searchable, and yours to own.
`publishing · blogging · long-form`Horus Sentinel
Nothing happens on your servers without you knowing.
Server management and observability for developers who don't want surprises at 3am. Horus Sentinel watches everything, alerts on what matters, and gets out of the way the rest of the time.
`server management · observability · alerts`Isis Academy
Knowledge transfers when it's built to.
An eLearning environment designed for serious course builders. Isis Academy handles the structure — modules, progress, delivery — so you can focus on what you're actually teaching.
`elearning · courses · knowledge delivery`// Fetch published entries from a Thoth Codex collection const client = new ThothClient({ endpoint: 'https://api.yoursite.com/codex', token: process.env.THOTH_API_TOKEN, }); const entries = await client.collection('journal').query({ filter: { status: 'published' }, sort: { field: 'publishedAt', order: 'desc' }, limit: 10, }); console.log(entries.data); // → [{ id, slug, title, body, publishedAt, author }, ...]
API-first from day one. Your content, your schema, your endpoint.
Ship early.
We're releasing Thoth Codex to a small group of developers first. Early access means real builds, direct feedback, and a say in what ships next. Drop your email and we'll reach out when it's ready.