Skip to content

Frontend Website

Related documentation: Checkout (self-serve + Xendit) · Frontend Applications

Frontend-Kisum-Website is implemented.

This is the public marketing site.

It owns:

  • homepage and product storytelling
  • module marketing pages
  • pricing UI
  • account/company collection step 1
  • handoff into System-Kisum-Checkout

It does not own payment execution or platform identity.

  • Vite + React SPA
  • homepage
  • pricing page
  • /create account + company form
  • module landing pages for Basic, Venue, Finance, Touring, AI, Market
  • checkout bridge helper
  • geo client
  • waitlist modal

Representative live pages:

  • /
  • /pricing
  • /create
  • /modules/basic
  • /modules/venue
  • /modules/finance
  • /modules/touring
  • /modules/ai
  • /modules/market
  • browser-safe pricing and geo flows only
  • payment/session creation belongs to Checkout
  • this app should hand off to checkout.kisum.io for paid or trial signup flows that need backend orchestration

Older references to the website calling Auth checkout endpoints directly are stale once Checkout is the system-of-record BFF for the self-serve flow.