Experimentation Lab
// readme
lab
Multi-language monorepo for the Proompteng product surfaces, agent platform, shared SDKs, and GitOps/infrastructure automation.
The repository centers on:
- product surfaces and adjacent runtimes in
apps/ - agent and control-plane services in
services/ - shared TypeScript packages and deploy tooling in
packages/ - Kubernetes, Argo CD, Helm, OpenTofu, and Ansible assets for running the stack
What Lives Here
Apps
apps/mixes browser apps, desktop apps, runtime services, and a few templates/config-only directoriesapps/landing: Next.js marketing site backed by the shared Convex project inpackages/backendapps/app: TanStack Start control-plane UIapps/cms: Payload CMS for landing contentapps/docs: Fumadocs-based documentation appapps/froussard: Bun webhook bridge service inapps/apps/reestr,apps/reviseur,apps/kabina,apps/nata,apps/kitty-krew,apps/alchimie,apps/discourse: additional product and experiment surfaces
Shared packages
packages/backend: Convex backend, codegen, and seed flows used by frontend appspackages/scripts: typed Bun deploy/build/reseal automation used across services -…