Connect what you already have
Start with the formats the content is actually in.
The initial source adapters cover structured TypeScript and JavaScript exports, JSON, Markdown, MDX and YAML. Databases, document tools and help centres are later adapters against the same interface.
Imports
- TypeScript & JavaScript exports
- JSON and YAML
- Markdown and MDX with frontmatter
- A shared adapter interface
How it helps
What Imports gives you
Read support comes first
Every format is readable before any of them is writable, and the two states are shown separately on the integration pages.
Frontmatter is structure
Markdown and MDX frontmatter is a content model, and is imported as fields rather than as a header blob.
Adapters, not special cases
Each source implements the same read/discover/bind/write interface, so adding GitLab or a new file format is an adapter rather than a rewrite.
Models & Sources
The rest of Models & Sources
Discover the content model before asking anyone to rebuild it.
Schema Discovery
Find the repeated structures your code already uses as a content model.
Learn moreContent Types
Canonical Narraxio types mapped onto your source schemas.
Learn moreSource Bindings
Repository, file, export, object and field — the address that makes write-back safe.
Learn moreContent Migrations
Move selected content from code-backed to Narraxio-delivered, keeping IDs.
Learn moreGive your content a memory. Give your AI the full picture.
Connect a repository read-only and see what has been sitting inside it — every headline, claim and near-duplicate paragraph, with the file and field each one came from.
Keep Git and your existing stack Read-only to start Narraxio runs on Narraxio