Skip to main content

Quick overview

KilatKoding is divided into four main areas:
  • public marketing pages,
  • auth flows,
  • user and admin dashboards,
  • API routes for mutations and webhooks.

Public marketing pages

Auth routes

User and admin dashboards

API routes

Features visible to end users

From the end-user side, KilatKoding already supports:
  • registration and login,
  • profile management,
  • plan purchase flows,
  • subscription status visibility,
  • blog reading,
  • contact form submissions,
  • waitlist signups.

Features visible to internal teams

From the admin or operator side, KilatKoding already supports:
  • revenue visibility,
  • active subscription counts and paid plan counts,
  • admin role management,
  • webhook event visibility,
  • audit trail visibility,
  • payment history review.

Route protection

If you disable a feature through an env toggle, also consider removing or adjusting its navigation entry so users do not see routes they cannot use.
If you want the feature-by-feature explanation, continue to Feature by feature. If you need request and response details for each endpoint, continue to API reference. If you want to see the sequence from user action to database writes and webhooks, read End-to-end flows.