In active development
A Book Structure API that x-rays any book — chapters, paragraphs, sentences, clauses, words —
as counts-only JSON, without ever returning the text itself. Give it a title, ISBN, Gutenberg ID,
or your own EPUB: it locates the book via Gutendex, cleans the text, and classifies its structural
schema with a confidence rating. A FastAPI REST API and a FastMCP server share one
service layer, and a native GPUI desktop client (Rust) renders the structure as an animated
tree synced with a JSON editor.
PythonFastAPIFastMCP
RustGPUIDocker
Vercel Blob
A graph-based study platform for annotated religious texts — Bible, Quran, Tanakh, commentaries,
and lexicons. Deep study tools treat text as data: the backend converts EPUB / HTML / PDF / TEI
documents into queryable graph corpora where every word, verse, and chapter is a typed node with
features like lemma, morphology, and gloss — then serves them to AI assistants through a
FastMCP server and a FastAPI conversion pipeline, shipped as uv-workspace
packages on PyPI.
PythonTypeScriptFastAPI
FastMCPDockerShell
Supabase
The terminal front end for the Corpora toolchain — brew install exegia/corpora/cli
and any EPUB / PDF / HTML / TEI or plain-text document becomes a single portable
.corpus archive the rest of the platform can query. Ships convert, validate, schema,
reconcile, and library commands, with a Homebrew formula and a standalone installer built
and released through GitHub Actions.
PythonHomebrewShell
Text-FabricGitHub Actions
Interactive Spline 3D scenes in React Native — fully native, no WebView. Wraps Spline's
official Swift and Android runtimes as an Expo native module with a zero-config plugin:
one <SplineView> component renders a GPU-driven scene at 60fps, while
useSpline() and useVariable() give JavaScript full scene control — events,
camera, and reactive scene variables with React ergonomics. TypeScript-first, published on npm.
TypeScriptReact NativeExpo Modules
SwiftKotlinnpm
A modular Swift video-editor SDK for iOS and macOS: multi-track timeline (video, audio,
overlays), trim/split and drag reorder, filters and LUTs, transitions, timed text and
picture-in-picture overlays, SRT captions, and H.264/H.265 export with progress and cancel.
Split into focused SwiftPM modules — a Codable, AVFoundation-free timeline model at the
core, an AVFoundation + CoreImage render engine, and drop-in SwiftUI editor
components — all modern async/await Swift.
SwiftSwiftUIAVFoundation
CoreImageSwiftPM