LANCAR - SMEs Management App
LANCAR is a multi-tenant SaaS platform that gives small-to-medium businesses (SMEs) a complete operations dashboard — orders, finance, customers, staff, inventory, and more. One codebase serves every business type: each tenant gets a custom-skinned dashboard built for their industry, Indonesia-first but globally ready.
The problem
Many SMEs are still stuck using spreadsheets, paper records, and fragmented communication channels like WhatsApp and notebooks to manage daily operations. As a result, critical processes such as orders, cash flow, and inventory tracking become error-prone and difficult to scale. While off-the-shelf software exists, it often fails to meet real operational needs because each type of business—whether a restaurant, clinic, or gym—requires different workflows and interfaces, making one-size-fits-all tools inefficient and forcing businesses to rely on multiple expensive, disconnected solutions. This challenge is further amplified by unreliable internet connectivity, where cloud-only systems can fail at the exact moment transactions are happening. In addition, many existing platforms are designed for large enterprises and are primarily English-based, lacking proper localization for Indonesian language, currency, and the practical realities faced by small and medium-sized businesses.
Purpose
The platform is designed to serve many industries through a single, adaptable system, where a skin/token-based UI architecture allows the entire interface to be reskinned based on business type. Switching industries becomes a simple database configuration change with zero need for code modifications. It is also built offline-first, ensuring that all transactions are safely stored locally using IndexedDB with idempotency keys and automatically synchronized once connectivity is restored, so no sales data is ever lost. Designed with an Indonesia-first approach while remaining globally ready, the system includes a full ID/EN language toggle across all strings and supports both local workflows and international scalability. Security is handled through multi-tenancy by design, where every record is strictly isolated per tenant at the database level using Row-Level Security, preventing any cross-business data exposure. Onboarding is also streamlined through a business-type wizard that configures the appropriate dashboard in minutes, significantly reducing setup time from weeks to just a few steps.
Features
- Skin system: 21 industry verticals, CSS-variable design tokens
- i18n: full Indonesian / English toggle across the whole UI
- Dashboard shell: top nav, mobile bottom nav, ⌘K command palette, offline banner
- Dynamic dashboard: skin-driven widget registry per business type
- Core modules: orders, finance, customers, staff, inventory, calendar, reports, documents, settings
- Auth & onboarding: login / register + business-type setup wizard
- Offline-first: IndexedDB mutation queue with sync replay on reconnect
- Realtime: live orders & notifications
- Secure data layer: per-tenant SQL with RLS, JWT claims, triggers
- Pricing page: public/auth pages
Want something like this?