Skip to content

QTable documentation

QTable is QingZoneX’s open-source, AI-native project and work management product built on a multidimensional table model.

Users experience one QTable product. Engineering work is split across two public implementation repositories that share the Table / Record / View / Dashboard / Permission model and coordinate through REST / GraphQL / WebSocket / Auth / OAuth contracts.

  • QingZoneX/qtable-server — FastAPI / Strawberry GraphQL backend, data model, permissions, automation, auditability, attachments, search, OAuth and AI services.
  • QingZoneX/qtable-web — React web application, work centers, Grid / Kanban / Gantt / Calendar / Gallery, dashboards, collaboration, automation and AI interactions.

Both repositories currently use the v0.1.1-alpha / Open Source Preview source baseline under Apache License 2.0. Public source visibility does not itself mean that a GitHub Release, container image or other distribution artifact has been published. See Release status for that distinction.

  1. Use Quick start to run the complete QTable stack locally.
  2. Read Architecture for web, API, data and storage boundaries.
  3. Review the QTable product overview for the implemented baseline.
  4. For frontend implementation work, see Web frontend development.
  5. Before internet-facing deployment, review the Security model and Production checklist.
  6. Use the Feature matrix to distinguish shipped baseline, active hardening and future roadmap work.