Skip to content

Repository files navigation

21stware Headquarter

Marketing site for 21stware — an ever-growing suite of AI-native software under one subscription, with a shared token pool.

Stack

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS

Develop

pnpm install
pnpm dev

Open http://localhost:3000.

Deploy (GitHub Pages)

Pushes to main build a static export and deploy via Actions to:

https://21stware.github.io/headquarter/

PAGES_BASE_PATH=/headquarter pnpm build   # writes ./out

Content

Product catalog, plans, changelog, and FAQ are data-driven:

  • src/data/products.ts
  • src/data/plans.ts
  • src/data/changelog.ts
  • src/data/faq.ts

IA reference: IA.md.

Routes

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

Releases

Packages

Contributors

Languages