START BUILDING
One command. A whole platform.
Scaffold a complete NestJS + Vue platform — agents, flows, dashboards and multi-tenancy already wired — then run it locally and deploy it to your own cluster.
npx @techxagon/create-t6x-app my-app
# or: pnpm create @techxagon/t6x-app my-app
- A full NestJS 11 + Vue 3 platform, generated for your project
- Agents, flows and dashboards wired from the first boot
- A Helm chart and 8-stage CI included — deploy to Kubernetes
THREE STEPS
From nothing to a running platform.
Scaffold
Run the CLI. It generates a complete project — renamed, with your UUIDs, secrets, hostnames and a fresh git history.
npx @techxagon/create-t6x-app my-app Run locally
Install and start the backend in watch mode and the Vite dev server. Point Postgres and Keycloak at a cluster or run them locally.
pnpm install && pnpm start:dev Deploy to your cluster
Push to trigger the CI pipeline, or run Helm yourself. Operators for every dependency install ahead of one clean app upgrade.
helm upgrade -i my-app ./helm/my-app WHAT’S IN THE BOX
Everything wired, nothing to bolt on.
Entity designer
Model entities or adopt existing Postgres tables — real tables, relations, computed fields, no code.
Catalogue grids
Publish live CRUD screens over your data: grids, forms, and multiple view formats, role-gated.
Flow engine
A Temporal-backed engine for durable, versioned automation with retries and compensation.
Agent host
Governed agent sessions with scoped tool surfaces, approvals, and hash-chained records.
Keycloak auth
OIDC out of the box — signed JWT on every request, roles gating screens and tools alike.
Multi-tenancy
Row-level security in Postgres — tenant isolation enforced below the application code.
Helm + Kubernetes
A production Helm chart with an operator per dependency, ready to deploy to your cluster.
Bring your own keys
Multi-provider agents — Anthropic, Kimi, Qwen, GLM — billed to your own model accounts.
NEXT
Read the guide
The generated project ships a full walkthrough — architecture, local dev, and the deploy path.
Talk to us
Want us to build the first operations alongside your team? Book a demo.