Skip to main content

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.
RepositoryStackOwnsRepository root
toaditi/darpan-uiVue 3, TypeScript, ViteDarpan frontend app, routes, Ask Darpan shell, browser workflows, frontend API clientsRepository root
toaditi/darpanMoqui runtime component with XML services and Groovy helpersBackend service contracts, entities, reconciliation engine, RuleSet processing, generated outputsComponent root

High-signal paths

SurfacePaths
UI pagessrc/pages/**
UI shared codesrc/components/**, src/lib/**, src/router/**
UI package and stackpackage.json, vite.config.ts, src/main.ts
Backend servicesservice/**
Backend logicsrc/**
Backend entitiesentity/**
Backend component descriptorcomponent.xml

Boundary rule

Custom Darpan UI belongs in toaditi/darpan-ui, not backend screen/**, template/**, or theme-library/**. Backend service contracts belong in toaditi/darpan and are consumed from the Vue app.