Guide
Getting started with SUMit
Set up the app locally with Bun, run migrations, and start the SvelteKit dev server.
- bun install
- bun run db:migrate
- bun run dev
Documentation
Useful documentation for what exists today: local setup, CRM workflows, Stripe billing, SMTP transactional email, AWS Location, and the server/API shape.
Guide
Set up the app locally with Bun, run migrations, and start the SvelteKit dev server.
Product guide
Understand how customer records and contact records shape the CRM workspace.
Product guide
Use invoice routes and account receivable helpers to keep billing work visible.
Configuration
Configure public and private Stripe keys and use shared plan metadata.
Configuration
Set SMTP variables and FROM_EMAIL for transactional app email.
Configuration
Use AWS variables to enable location search features.
API overview
SUMit has SvelteKit routes, Remote Functions, and server modules, but no public SDK package is documented here.