Welcome to PlugZero Analytics
This is the technical home for everyone building PlugZero Analytics. It explains how our code works, where to find things, and how we handle data.
What is this?
This site is a walk-through of our system. If you are new here, or if you are building a new feature, use this to understand our technical rules and patterns.
The basic idea
PlugZero Analytics is split into two main parts:
- The Backend (Thought Engine): This handles most of the math, the database, and the AI. It is written in Python using Django.
- The Frontend (Visual Layer): This is what the user interacts with. It shows the data and handles the charts. It is written in React and Next.js.
How to use these docs
- User Guide: A practical guide for users to learn how to use PlugZero Analytics features.
- Platform Architecture: Start here to see the big picture of how data moves through our system.
- Backend Reference: Go here for information on the API, the database, and the math engines.
- Frontend Reference: Go here to learn about our UI components and how we manage the screen’s state.
- Workflow: Read this to learn how we work together and how we use AI to help us code.
Last Updated: February 2026
Last updated on