Docs Introduction

Graxeon documentation

Graxeon is a schema-driven knowledge graph tool that stores your data as plain text .kgl files. It comes with three apps: Studio for authoring, Explorer for sharing, and Flow for automating ingestion. All three are open source and self-hostable.

Quick navigation

What is Graxeon?

Graxeon is a knowledge management tool for teams who want structured, relational data without the complexity of a full database. Think of it as a spreadsheet that understands relationships — where every row can have rich text, linked items, and typed fields.

The core idea is simple: you define schemas (types with fields), then populate collections with nodes (items) that conform to those schemas. Nodes can link to each other across collections, forming a knowledge graph you can browse, search, and share.

Three apps, one format

Graxeon ships as three complementary apps that speak the same KGL format:

All three apps run in the same Docker Compose stack. Users are created in Studio and can be given access to specific collections with viewer, editor, or owner roles.

Open source model

Graxeon Core (this project) is MIT-licensed and free to self-host. It includes the full Studio and Explorer apps, local file storage, S3/MinIO support, and the complete KGL format implementation.

The Graxeon Team cloud plan adds managed hosting, GitHub and Google SSO, automated backups, and team management. See pricing for details.

New to Graxeon? Start with the Studio guide to learn the core concepts and build your first collection.