Marketing site for 21stware — an ever-growing suite of AI-native software under one subscription, with a shared token pool.
- Next.js (App Router)
- TypeScript
- Tailwind CSS
pnpm install
pnpm devOpen http://localhost:3000.
Pushes to main build a static export and deploy via Actions to:
https://21stware.github.io/headquarter/
PAGES_BASE_PATH=/headquarter pnpm build # writes ./outProduct catalog, plans, changelog, and FAQ are data-driven:
src/data/products.tssrc/data/plans.tssrc/data/changelog.tssrc/data/faq.ts
IA reference: IA.md.
| Path | Notes |
|---|---|
/ |
Suite landing |
/products |
Filterable catalog |
/app/{slug} |
Product landings (e.g. /app/vav) |
/pricing |
Membership + comparison |
/changelog |
Shipping log |
/about |
Manifesto |
/docs |
Placeholder |
/brand |
Pack nameplate badge + embed snippets |
/badges/*.svg |
Hosted SVG badge assets |
/legal/* |
Terms / privacy placeholders |