Farmsio Platform Documentation
Welcome to the official documentation site for the Farmsio Platform — a low-code agricultural platform built for scale.
Where to start?
Guidelines
Role-based developer guides for backend, citizen, core, and DevOps teams.
Architecture
Technical deep-dives into platform components like the Form Module.
Deployment
How to deploy the platform to production using Docker and CI/CD.
Changelog
Release history and notable changes.
Monorepo Structure
Farmsio-Platform/
├── apps/
│ ├── citizen-app/ # Main React frontend
│ └── docs/ # This documentation site (Docusaurus)
├── backend/ # Python FastAPI backend
├── docs/ # Source markdown files
└── scripts/ # Tooling & automation scripts