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 that look custom, without code
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 customize every page, with separate desktop and mobile layouts and edit history.
Templates & themes. Start from 10+ starter templates and fine-tune every color, font, and detail in the theme editor.
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.
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.

Built into your server and your Discord
The webstore is only one touchpoint. FluxStore ships an in-game store menu and a Discord bot, so browsing, buying, and rewards happen where your players already are.
In-game store menu
Build the menu visually in the dashboard and sync it straight to your server. Players browse categories and packages without leaving the game.
- Drag-and-drop menu builder with custom layouts
- Synced to your server through the FluxStore plugin
New purchase
Steve bought VIP Rank for £9.99
Role @VIP assigned automatically
Discord bot
Link your server once and the bot handles the rest, from role rewards to purchase notifications in the channel you choose.
- Order lookup and store stats without leaving Discord
- Discord sign-in at checkout
Keep players coming back
Reward players for buying, voting, and bringing friends. Points build up in a wallet they spend as a discount at checkout. You set the redemption rate, minimum spend, and optional expiry, and points reverse automatically on refunds.
Points wallet
A per-player balance they redeem for a discount at checkout. Brand the currency anything you like: Points, Gems, Coins, or your own name.
Cashback on every order
Hand back a percentage of spend, or flat points per unit, on every purchase. Buying more always earns more.
Vote rewards
Connect Votifier and players earn points every time they vote for your server.
Referral bonuses
Players earn points when friends they refer make a purchase on your store.
Built for developers too
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
The same protections on every store, from OAuth sign-in to signed webhooks.
- 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.
Why switch
Here's how FluxStore stacks up against the platforms you might already be using.
| Feature | FluxStore | Tebex | CraftingStore |
|---|---|---|---|
| 0% platform transaction fees | 5% fee | ||
| Visual drag-and-drop layout editor | |||
| In-game store menu, built visually | Config files | ||
| Connect your own domain, free (managed SSL) | Paid plans | Paid plans | |
| Real-time command delivery | Paid plans | ||
| Open plugin protocol |
0% platform transaction fees
FluxStore
Tebex
Crafting
Visual drag-and-drop layout editor
FluxStore
Tebex
Crafting
In-game store menu, built visually
FluxStore
Tebex
Crafting
Connect your own domain, free (managed SSL)
FluxStore
Tebex
Crafting
Real-time command delivery
FluxStore
Tebex
Crafting
Open plugin protocol
FluxStore
Tebex
Crafting
means not listed on any published plan. Based on each platform's public docs and pricing, July 2026.
Simple pricing
Everything you need to run a store is free. Upgrade to Pro for team accounts, subscriptions, and custom templates.
Free
Everything you need to launch and run your store.
- Stripe & PayPal (no platform fees)
- Unlimited servers, packages, payments
- 10+ starter templates & full layout editor
- Discord bot with purchase role rewards
- In-game store menu builder
- Free subdomain (yourstore.fluxstore.net)
- Custom domains with managed SSL
- DDoS protection & global CDN
- Real-time WebSocket command delivery
- Coupons, sales, and gift cards
- Advanced analytics (retention, LTV, cohorts)
- Dispute management & support tickets
Pro
Everything in Free, plus advanced tools for growing stores.
Everything in Free, plus
- Loyalty Rewards (points, cashback, voting, referrals)
- Team accounts & granular permissions
- Subscriptions & recurring billing
- Custom storefront templates (Liquid & HTML)
- Custom email templates
- Referral program
- Branding removal
- Priority support
- Webhooks (real-time event notifications)
- API access (REST API keys)
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.

