Architecture
sansbank.dev is a pnpm workspace with two initial packages.
dev/
├── packages/
│ ├── web/ # sansbank.dev landing page (Astro + Tailwind)
│ └── docs/ # docs.sansbank.dev documentation (Astro + Tailwind)
├── pnpm-workspace.yaml
└── package.json packages/web
The public-facing landing page for the sansbank.dev domain.
Static output, no adapter. Redirects /docs to
docs.sansbank.dev.
packages/docs
General engineering documentation. Intended to be deployed to a subdomain
such as docs.sansbank.dev.
Stub. Document services, data flows, and shared libraries here.