Watch a walkthrough of the platform's core capabilities — the CMS manager, admin dashboard, e-commerce flow, and more.
Platform Features
A summary of everything the platform provides out of the box.
Single-Tenant Architecture
Unlike shared platforms like Shopify or Squarespace — where thousands of businesses run on the same codebase and database — this platform gives your business its own isolated codebase and dedicated database. This is called single-tenant architecture, and it means:
Your data is yours alone — Your database is not shared with any other business. There is no risk of data leaking between tenants, and no noisy neighbor slowing your site down during their flash sale.
Full customization freedom — Because you have your own codebase, any feature can be modified, extended, or added without worrying about breaking other tenants or waiting for a platform to support it. Need a custom checkout flow, a unique data model, or a third-party integration? It can be built directly into your instance.
No platform risk — Shared platforms can change pricing, remove features, or shut down entirely. With a single-tenant deployment, you own the code and the infrastructure. You are not locked into someone else's roadmap.
Independent scaling — Your site's resources are dedicated to you. Traffic spikes on another business's store will never affect your performance.
Compliance & privacy — Industries with strict data handling requirements (healthcare, finance, government) often mandate that customer data not be commingled with other organizations. Single-tenancy satisfies this by design.
Think of it like the difference between renting a room in a shared office building versus owning your own house. Shared platforms are convenient, but single-tenancy gives you control, security, and the flexibility to make the space truly yours.
Content Management
Visual CMS — Create, edit, and organize content through an admin dashboard with no coding required.
Rich-text editor — Full TinyMCE editor for articles, pages, and product descriptions with formatting, images, tables, and embeds.
Dynamic pages — Publish standalone pages (legal, informational, landing) with custom URLs and category organization.
Blog & articles — Author-attributed posts with categories, tags, excerpts, and featured images.
Homepage hero slider — Configurable carousel with automatic transitions, overlay text, and navigation controls.
Categories — Agnostic category system shared across products, articles, and pages.
Media library — Upload and manage images, documents, fonts, and videos with CDN delivery.
Subscriber collection — Capture email subscribers for future outreach.
Contact & feedback forms — Built-in forms for visitor inquiries and anonymous site feedback.
E-Commerce
Product management — Physical, digital, and service product types with multivariate options (size, color, etc.).
Shopping cart & checkout — Full cart system with 30-minute stock reservations and a multi-step checkout flow.
Payment processing — Stripe integration for one-time purchases, subscriptions, and donations.
Order management — Complete order lifecycle with status tracking, shipping, and admin notes.
Coupons & discounts — Percentage, flat, free shipping, and buy-X-get-Y discount types with usage limits and scheduling.
Inventory tracking — Per-variant stock management with low-stock alerts, backorder support, and configurable display.
Tax calculation — Static rates, TaxJar, or Avalara integration with automatic fallback.
Shipping — Flat-rate domestic and international shipping with free shipping thresholds.
Purchase limits — Configurable rules to cap orders, quantities, or spend per user or per order.
High-concurrency queue — Automatic order queuing during traffic spikes to prevent overselling.
Account balances — Loadable store credit for users applied at checkout.
Product favorites — Logged-in users can save products to a favorites list.
Security & Authentication
Role-based access control — Four-tier permission system (visitor, user, admin, super) with custom roles for granular table-level permissions.
Two-factor authentication — TOTP-based 2FA with backup codes for user accounts.
JWT sessions — Secure, auto-refreshing sessions with status-based revocation.
Rate limiting — Per-endpoint protection against abuse on public-facing forms and authentication.
IP blocking — Block specific addresses or CIDR ranges from accessing the site.
Password protection — Gate the entire site behind a password for pre-launch or private use.
Theming & Design
Full theme customization — Colors, typography, borders, buttons, and logo all configurable from the admin without code changes.
Light & dark modes — Independent color palettes for each mode with automatic device detection.
Custom fonts — Upload WOFF/TTF/OTF files for headings, subheadings, and body text.
Custom CSS — Global CSS override for one-off tweaks without a code deployment.
Configurable navigation — Header and footer menus with dropdowns, category links, and role-based visibility.
Site-wide notices — Dismissable banners targeting all visitors, logged-in users, or admins only.
Developer & Integration
External REST API — Scoped API keys with per-table read/write permissions and rate limiting.
Webhooks — Real-time event notifications with HMAC-signed payloads and configurable event subscriptions.
Documentation — Comprehensive platform docs covering the CMS, API, webhooks, and data schemas.
Design system reference — Live elements page showing all UI components rendered with the current theme.
Preview staging — Test changes in a staging environment before publishing to production.
Automated testing — Unit, API, and integration test suites to verify functionality across updates.
Branded email templates — Welcome, order confirmation, and transactional emails styled with your site's theme.
SEO optimized — Semantic HTML, meta tags, canonical URLs, sitemaps, and Open Graph support.
Pre-built legal pages — Privacy Policy and Terms of Service templates populated with your site's details.
Data schemas reference — Browsable field definitions for every data table in the platform.