One API call.
One new client
storefront, live.
$ curl -X POST https://api.frontbase.io/v1/storefronts \
-H "Authorization: Bearer $FRONTBASE_KEY" \
-d '{
"client_name": "acme-store",
"saleor_channel": "default-channel",
"domain": "shop.acme.com",
"theme": "minimal-v2"
}'
{ "status": "provisioning",
"storefront_id": "sf_01HXYZ",
"url": "https://shop.acme.com",
"eta_seconds": 47 }
✓ Storefront live in 47 seconds
350+
client storefronts managed
<60s
avg. provisioning time
5 min
client onboarding start-to-finish
0
custom scripts to maintain
The provisioning layer your Saleor stack was missing
Spin up a storefront in under 60 seconds
Frontbase handles every step — creating the Saleor channel, generating environment config, setting DNS records, and deploying your storefront template. You call one endpoint. We do the rest.
- ▸ Automatic Saleor channel and warehouse creation per client
- ▸ DNS propagation + SSL certificate provisioned automatically
- ▸ Storefront deployed from your approved template library
- ▸ Webhook fires when storefront is live — integrate with your CRM
[00:00] Received provisioning request sf_01HXYZ
[00:01] Creating Saleor channel "acme-store" ...
[00:04] Warehouse attached (warehouse_id: wh_009)
[00:05] Cloning template minimal-v2 ...
[00:11] Env config injected (12 vars)
[00:14] Deploy triggered → Vercel edge network
[00:28] DNS record set shop.acme.com → 76.x.x.x
[00:35] SSL certificate issued
[00:47] ✓ Storefront live — https://shop.acme.com
[00:47] ✓ Webhook fired → your CRM notified
Manage 500 storefronts as easily as one
The Frontbase dashboard gives you a real-time view of every client storefront — health checks, deployment status, resource usage, and one-click access to any storefront's Saleor admin. No more spreadsheet tracking.
- ▸ Centralized dashboard — all clients, all statuses, one screen
- ▸ Bulk template updates pushed to your entire fleet in minutes
- ▸ Per-storefront logs, uptime monitoring, and alert routing
White-label every storefront from a JSON config
Pass a branding payload — logo URL, color tokens, font choices, nav structure — and Frontbase injects it into the storefront at deploy time. No post-deploy manual config, no client asking "where do I change my logo?"
- ▸ Design tokens injected as CSS variables at build time
- ▸ Storefront templates versioned — roll back any client instantly
- ▸ Rebranding a client? One PATCH request, redeployed in 60 seconds
{
"logo_url": "https://cdn.acme.com/logo.svg",
"primary_color": "#E63946",
"font_display": "Playfair Display",
"nav": [
{ "label": "Shop", "href": "/c/all" },
{ "label": "About", "href": "/about" }
],
"checkout_theme": "branded"
}
→ Branding applied. Redeploying...
✓ Live in 54 seconds.
Built for operators running Saleor at scale
Generic headless tools assume you are building one storefront. Frontbase assumes you are building hundreds.
Up and running in three steps
Connect your Saleor instance
Point Frontbase at your Saleor Cloud project or self-hosted GraphQL endpoint. Read-write API token. Takes 90 seconds.
Upload your storefront templates
Push one or more Next.js or Remix storefront repos as named templates. Frontbase clones and deploys from these on every provision request.
Call the API. Get a live storefront.
POST client details to our REST API or use the dashboard. Frontbase handles the rest — channel, DNS, SSL, deploy, webhook.
Priced for agencies, not enterprises
No per-storefront fees. No surprise invoices when you land a big client. Flat monthly plans based on your fleet size.
$149
per month
- ✓ Up to 50 active storefronts
- ✓ REST API + dashboard
- ✓ 3 storefront templates
- ✓ Automated DNS + SSL
- ✓ Email support
$399
per month
- ✓ Up to 200 active storefronts
- ✓ REST API + dashboard + webhooks
- ✓ Unlimited storefront templates
- ✓ Branding engine (JSON config)
- ✓ Bulk fleet updates
- ✓ Priority Slack support
$999
per month
- ✓ Up to 500+ active storefronts
- ✓ Everything in Growth
- ✓ White-label dashboard
- ✓ SLA guarantee (99.9% uptime)
- ✓ Dedicated onboarding engineer
All plans include a 14-day free trial. No credit card required at signup.
Your next client storefront
goes live in under a minute.
Join agencies already running 350+ storefronts on Frontbase. Set up in 5 minutes, provision your first storefront in under 60 seconds.
No credit card required · 14-day free trial · Works with Saleor Cloud + self-hosted