Restoring session…
TemplateMonorepo

Lattice

Generate your next product from a structured grid: DDD API, Next.js frontend, shared tests, and Terraform-ready infra — connected, not cobbled together.

From template to running app

1
Fork
Create your app repo from this template.
2
Configure
Copy .env examples for API, web, and Terraform.
3
Run locally
npm ci, npm run ci, npm run dev.
4
Deploy
Ship API + static web with your infra workflow.

What lives in the grid

API

DDD Express under apps/api — Jest tests in test/api/.

Web

Next.js App Router — UI in client/ via @client/*.

Tests

test/api (Jest), test/web (Vitest + Playwright).

Infra

Terraform under infra/terraform when you wire AWS.