This page answers common questions about our technology, database, security, backup, and offline usage — organized in two levels so both executives and IT teams can read it together.
The 10 key questions customers ask, answered in a single page — ready to hand to leadership.
| Languages | TypeScript / React 19 (Frontend) + TypeScript on Edge runtime (Backend) |
| Main tools | TanStack Start, Tailwind CSS, PostgreSQL, Cloudflare Workers |
| Database | PostgreSQL (Managed Cloud Service) on encrypted SSD (AES-256) |
| Where stored | Data centers in Southeast Asia (Singapore region) |
| Storage size | Starts at 8 GB, auto-scales to TB range |
| Tenant isolation | Row-Level Security (RLS) — enforced by the database engine itself |
| Security | HTTPS/TLS 1.3, JWT, OAuth, bcrypt password hashing, audit logs, SOC 2 |
| Backup | Daily automated + Point-in-Time Recovery to the second, 7 days back |
| Offline use | No — it is a Cloud SaaS (4G/5G recommended as backup) |
| Uptime | 99.9% SLA (~8 hrs/year max downtime) |
Deep dive into architecture, security, and operations.
PostgreSQL — an industry-standard RDBMS used by Apple, Instagram, Reddit, Spotify, and many enterprises. Hosted in Singapore (Southeast Asia region) to meet PDPA data-residency needs.
Every table has a company_id column plus a policy that filters every query. A user from Company A always sees 0 rows from Company B. Because the rule lives in the database engine — not the application — even a bug in the app cannot bypass it.
| Model | Security | Cost | Scale | We use |
|---|---|---|---|---|
| Shared DB + RLS | Very high (engine-enforced) | Low | Excellent | |
| Schema-per-tenant | High | Medium | Limited | |
| DB-per-tenant | Very high | Very high | Limited |
Automated daily backup + Point-in-Time Recovery to any second within the last 7 days — RTO 1-4 hours, RPO < 1 minute.
| Type | Frequency | Retention |
|---|---|---|
| Full backup | Daily | 7 days (up to 30) |
| WAL (transaction log) | Continuous, real-time | 7 days |
| Geo-redundant copy | Daily | Stored in a different region |
This is a Cloud SaaS and requires internet — designed for real-time consistency across branches and devices, with zero installation and automatic updates.
| SaaS | Software as a Service — used through the web, nothing to install |
| RLS | Row-Level Security — PostgreSQL's row-level filtering rules |
| JWT | JSON Web Token — a signed token used for authentication |
| PITR | Point-in-Time Recovery — restore to any second in the past |
| RTO | Recovery Time Objective — max time to restore service |
| RPO | Recovery Point Objective — max acceptable data loss window |
| Edge Runtime | Servers distributed worldwide close to users for low latency |
| SOC 2 | Security compliance standard for service providers |
| PDPA | Thailand's Personal Data Protection Act |
| AES-256 | Military-grade encryption standard |
Read more about the team, or talk to sales for a live demo.