Pick the microservices your startup needs.
Production-grade gRPC sidecars — each -core carries no domain logic, so your business stays in your own monorepo and one venture's incidents or schema drift never contaminate the rest. Pick what you need; copy the scaffold command.
›_ SERVICES
Agentic Core
Agent-orchestration gRPC sidecar. No domain graphs — yours stay in your monorepo.Compliance Core
KYC/KYB/AML, sanctions & proof-of-personhood — one gRPC sidecar over Persona/Ondato/Incode/WorldID.Filing Core2027
Tax-declaration filing (TRIBU-CR, SAT MX, DIAN CO) — D-101/D-104/DIOT.Invoice Core
Multi-country e-invoicing (CR v4.4 · MX · CO) — gRPC sidecar over the Hacienda SDK.Marketplace Core
Marketplace-orchestration sidecar. Sagas & integrations stay in your monorepo.Payments Core
One payments gRPC sidecar — intents, subscriptions, escrow, refunds, disputes, reconciliation.›_ DATABASE
PostgreSQL · default
Relational database for every service.›_ MESSAGE BROKER
NATS
Lightweight pub/sub + JetStream.Kafka
Durable, high-throughput streaming.Redis
Streams + cache, minimal ops.›_ ORCHESTRATION
Docker Compose
Local-first, single host.Kubernetes · Helm
Production cluster deploys.Both
Compose for dev, Helm for prod.›_ API GATEWAY
API Gateway
Single edge entrypoint + routing.No gateway
Services exposed directly.›_ OBSERVABILITY
Observability
Metrics, traces and logs stack.None
Skip the observability stack.›_ CI
GitHub Actions
Workflows for build + test.None
No CI pipelines generated.›_ ADDONS
pre-commit
Lint + format git hooks.Dockerfiles
Per-service container builds..env.example
Documented env templates.›_ EMBED
Submodule · default
Track services as git submodules.Vendor (subtree copy)
Copy services into the repo.