Documentation Index
Fetch the complete documentation index at: https://docs.drpn.ai/llms.txt
Use this file to discover all available pages before exploring further.
Git repositories
Darpan engineering work is split across the frontend app and backend engine.| Repository | Stack | Owns | Repository root |
|---|---|---|---|
toaditi/darpan-ui | Vue 3, TypeScript, Vite | Darpan frontend app, routes, Ask Darpan shell, browser workflows, frontend API clients | Repository root |
toaditi/darpan | Moqui runtime component with XML services and Groovy helpers | Backend service contracts, entities, reconciliation engine, RuleSet processing, generated outputs | Component root |
High-signal paths
| Surface | Paths |
|---|---|
| UI pages | src/pages/** |
| UI shared code | src/components/**, src/lib/**, src/router/** |
| UI package and stack | package.json, vite.config.ts, src/main.ts |
| Backend services | service/** |
| Backend logic | src/** |
| Backend entities | entity/** |
| Backend component descriptor | component.xml |
Boundary rule
Custom Darpan UI belongs intoaditi/darpan-ui, not backend screen/**, template/**, or theme-library/**. Backend service contracts belong in toaditi/darpan and are consumed from the Vue app.