Skip to content

0xIntuition/intuition-docs

Repository files navigation

Intuition Documentation

Welcome to the official documentation for Intuition — the world's first open, semantic, and decentralized knowledge graph. This repository contains comprehensive guides, API references, and developer resources for building with the trust protocol that's revolutionizing how we create, verify, and share knowledge online.

🌐 What is Intuition?

Intuition is building a universal trust and identity layer for the decentralized web. At its core, Intuition creates an open, semantic knowledge graph that enables trustful interactions at scale by:

  • Decoupling data from applications — Creating a universal data layer accessible across platforms
  • Enabling verifiable claims — Making both objective facts and subjective opinions verifiable and incentive-aligned
  • Providing semantic structure — Building rich, queryable relationships between any entities or concepts
  • Incentivizing quality data — Using cryptoeconomic mechanisms to reward valuable contributions

The Vision

We believe in a future where trust online is programmable, portable, and permissionless. Intuition leverages game-theoretic cryptoeconomics to solve the limitations of today's information systems — from verification and provenance challenges to bias, accountability issues, and misaligned incentives.

📚 What This Documentation Covers

This documentation serves as your complete guide to understanding and building with Intuition:

For Newcomers

  • Introduction — Learn about Intuition's vision and the problems it solves
  • Key Terms — Master essential terminology and concepts
  • Why Intuition? — Understand the challenges we're addressing

For Developers

For Users & Builders

  • Intuition Hub — Essential tools for interacting with the ecosystem
  • Use Cases — Real-world applications and possibilities
  • Running a Node — Set up and operate your own Intuition node

Core Concepts

  • Primitives — Atoms, Triples, and Signals explained
  • Economics — Bonding curves, fees, rewards, and tokenomics
  • Architecture — Technical deep-dive into system design

🔧 Built With

  • Docusaurus — Modern static site generator
  • React & TypeScript — Interactive components and type safety
  • Tailwind CSS — Utility-first styling
  • GraphQL — API documentation and examples

🚀 Getting Started

Prerequisites

  • Node.js >= 18.0
  • npm or yarn package manager

Local Development

  1. Clone the repository

    git clone https://github.com/0xintuition/intuition-docs.git
    cd intuition-docs
  2. Install dependencies

    npm install
  3. Start development server

    npm run dev

    The site will be available at http://localhost:3000

Building for Production

npm run build
npm run serve

📁 Documentation Structure

docs/
├── guides/
│   ├── introduction/          # Core concepts and vision
│   ├── quickstart/            # Getting started guides
│   ├── developer-tools/       # Developer resources and APIs
│   ├── hub/                   # Intuition Hub and tools
│   ├── use-cases/             # Real-world applications
│   ├── run-node/              # Node operation guides
│   └── resources/             # Additional resources and support
├── partials/                  # Reusable content components
└── src/                       # Custom React components and styling

🛠 Available Scripts

  • npm run dev — Start development server with hot reload
  • npm run build — Build optimized production site
  • npm run serve — Preview production build locally
  • npm run lint — Run ESLint for code quality
  • npm run format — Format code with Prettier
  • npm run typecheck — Run TypeScript type checking
  • npm run spell-check — Check documentation spelling

🤝 Contributing

We welcome contributions to improve our documentation! Whether you're fixing typos, adding examples, or suggesting new content, your input helps make Intuition more accessible to everyone.

Please see our Contributing Guidelines for:

  • How to submit pull requests
  • Documentation standards and style guide
  • Content review process
  • Community guidelines

🏗 Core Primitives

Intuition's knowledge graph is built on three fundamental primitives:

  • Atoms — Universal identifiers for any entity (people, concepts, products, etc.)
  • Triples — Semantic relationships expressing statements like "Person A knows Person B"
  • Signals — Community attestations that add weight and credibility to statements

These primitives work together to create a structured, queryable, and economically incentivized knowledge graph that spans the entire web.

🌍 Ecosystem

The Intuition ecosystem includes:

  • Hub — L3 network development environment and tools
  • Portal — Main Intuition portal and explorer
  • Data Populator — Tool for populating test data
  • Chrome Extension — Browser integration
  • Browser Extension — Access the knowledge graph across the web

📖 Additional Resources

📄 License

This documentation is licensed under the terms specified in the LICENSE file.


Ready to start building? Check out our Quickstart Guide or explore the Developer Tools to begin creating with the trust protocol.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •