Platform
Purchase to delivery.
End-to-end.
FluxStore handles the full lifecycle, from checkout and payment processing to command delivery on your servers. No glue code, no third-party stitching.

PAYMENTS
Stripe, PayPal, and Stripe Connect with zero platform transaction fees and multi-currency support.
PACKAGES
One-time items, tiered ranks, timed packages, subscriptions, and custom-price products.
DELIVERY
Real-time WebSocket command delivery with automatic retries and manual resend controls.
OPERATIONS
Full order history, customer management, analytics, team roles, and permission controls.

Storefronts
Beautiful stores.
No code required.
Build polished storefronts with the visual layout editor, pre-built templates, and a Liquid template engine. Every store should look great without hiring a designer.
LAYOUT EDITOR
Drag and drop sections, modules, and content blocks to build your pages visually.
TEMPLATES & THEMES
Start from a template or build from scratch with Liquid and theme tokens.
CUSTOM PAGES
Create any page you need like landing pages, rules, or changelogs with the rich text editor.
CUSTOM DOMAINS
Use a FluxStore subdomain or connect your own domain with managed SSL via Cloudflare.
How it works
Three steps to go live
Pick a template
Choose a starter template or start from scratch. Customize colors, fonts, and branding to match your server.
Build your pages
Drag and drop sections, add your packages, and arrange your storefront with the visual layout editor.
Go live
Connect a payment method, link your domain, and your store is ready to accept orders.

For developers
Build on top of FluxStore
Store Management API
Manage your entire store programmatically with a full REST API
- API key authentication with scoped permissions
- Full CRUD for packages, categories, and orders
- Coupons, gift cards, sales, and subscriptions
- Built-in rate limiting and response caching
const res = await fetch(
"https://your-store.fluxstore.net/api/v1/packages",
{
headers: {
"X-Api-Key": "your_api_key",
"Content-Type": "application/json",
},
}
);
const { data } = await res.json();
// [{ id: 1, name: "VIP Rank", price: 9.99,
// categoryName: "Ranks", isActive: true, ... }]Secure by default
Security is built into the platform, not bolted on. Your store, your customers, and your data are protected at every layer.
SSO
Secure authentication with OAuth 2.0 and single sign-on. No passwords stored by FluxStore.
TEAM PERMISSIONS
Granular role-based access control for every area of the dashboard. Limit what staff can see and do.
ENCRYPTED KEYS
API keys and payment credentials are encrypted at rest. Secrets never leave the server in plaintext.
WEBHOOK SIGNATURES
Every outgoing webhook is signed with HMAC-SHA256 so you can verify it came from FluxStore.
FRAUD PROTECTION
Player ban management and order review tools to catch and prevent fraudulent purchases.
MANAGED SSL
Free SSL certificates for every store, including custom domains routed through Cloudflare.
Pricing
Simple, transparent pricing
Everything you need to run a store is free. Upgrade to Pro for team features, subscriptions, and advanced analytics.
Free
Everything you need to launch and run your store.
- Stripe & PayPal (no platform fees)
- Unlimited servers, packages, payments
- All built-in templates & layout editor
- Free subdomain (yourstore.fluxstore.net)
- Custom domains with managed SSL
- DDoS protection & global CDN
- Real-time WebSocket command delivery
- Coupons, sales, and gift cards
- Order history & customer profiles
Pro
Everything in Free, plus advanced tools for growing stores.
Everything in Free, plus
- Team accounts & granular permissions
- Subscriptions & recurring billing
- Custom email templates
- Referral program
- Advanced analytics (retention, LTV, cohorts)
- Branding removal
- Priority support
- Webhooks (real-time event notifications)
- API access (REST API keys)
- Audit log
FAQ
Does FluxStore charge transaction fees?
No. FluxStore uses fixed platform pricing. Any fees are from your payment gateway (Stripe/PayPal), not FluxStore.
Can I use my own domain?
Yes. Connect your own domain or use a FluxStore subdomain. We handle routing through Cloudflare for SaaS with free managed SSL.
Can I migrate from Tebex or CraftingStore?
Yes. FluxStore includes import tooling with automatic package mapping so you can move your data without rebuilding everything.
Can my staff access the dashboard?
Yes. Invite team members and control access with granular, role-based permissions for every area of the dashboard.
What happens if command delivery fails?
FluxStore tracks command status and supports retry and resend workflows so failed deliveries can always be recovered.
Do I need to code to build a good-looking store?
No. The layout editor and templates let non-developers build polished storefronts. Start from a template and customize visually.

