Skip to content

Site (www) docs

The marketing + accounts site — Nuxt 4 (Vue 3, TypeScript).

See ../../www/README.md for develop / build / deploy.

  • Marketing pages are statically generated (SSG); the account routes (/login, /signup, /account, /billing, /extension/connect) are client-rendered and call the API (accounts, Pro billing, entitlements, extension login handoff).
  • API base URL: NUXT_PUBLIC_API_BASE — default is @kimtos/config's DEFAULTS.apiBase (https://kimtos.com/api), overridden by the root .env.
  • Shared code comes from the workspace: @kimtos/icons (app glyphs, rendered by AppGrid.vue) and @kimtos/types (the API/DTO contract).