EARLYBIRD −$30Ship the enterprise React app, skip the plumbing
Cliore is a production-ready React SPA starter with authentication, architecture, testing, and CI/CD already wired together and documented — so your first commit is a feature, not setup.
unzip cliore.zip && cd cliorenpm i && npm run dev vite 8 ready in 312 ms ✓ Keycloak realm connected — roles: admin, user ✓ 300+ tests · ~99% coverage · CI green ➜ local: http://localhost:5173git commit -m "feat: my first feature" ← not "chore: setup"
what's inside
Everything an enterprise SPA needs
Nine pieces of foundation, each wired to real services and covered by tests — not placeholders you have to finish.
Keycloak auth + RBAC
OIDC login, silent token refresh, and route- and component-level role guards wired to a real Keycloak 26 realm — not a stub.
Feature-Sliced Design, enforced
app → pages → widgets → features → entities → shared, with ESLint boundary rules that fail the build on illegal imports.
RTK Query + MSW
Typed data layer with caching and invalidation; MSW handlers run UI and tests without a live backend.
i18n with react-intl
Message catalogs, locale switching, and formatting helpers set up end to end.
A real source tree
A documented codebase, not disconnected snippets.
MUI theme
Tokens, typography, and overrides read from one source.
Tests + Storybook
Vitest + Testing Library with an enforced gate, Playwright E2E against a real Keycloak, Storybook review.
CI/CD + gated release
Every PR runs the full pipeline; releases are versioned and gated.
Deploy matrix
Documented paths — pick a target and ship without reverse-engineering the build.
Observability, SEO & docs
Error boundaries and logging hooks, sensible SEO defaults, and written docs covering every layer of the starter — 22 pages and counting.
see inside
A real app and a real codebase
Cliore is a running application and a documented source tree — not a folder of disconnected snippets. Here's what you get.



who it's for
Built for people shipping real apps
Solo devs & founders
Skip weeks of setup and ship your MVP on a foundation that already handles auth, state, and CI.
Agencies & freelancers
Start every client project from the same audited baseline — consistent structure, faster delivery.
Teams standardizing
Adopt one enforced architecture (FSD + ESLint boundaries) so a growing codebase stays maintainable.
the stack
Built on the newest GA majors
Cliore targets current, supported versions so you inherit today's APIs and a long support window — not a migration backlog.
architecture
Feature-Sliced Design, enforced
Layers flow in one direction — higher layers may import lower ones, never the reverse. ESLint boundary rules keep it that way as the codebase grows.
src/ ├─ app/ providers, router, store ├─ pages/ route-level screens ├─ widgets/ composed UI blocks ├─ features/ user actions + model ├─ entities/ domain models + api └─ shared/ ui, config, lib
the math
Cheaper than the time you'd spend
Wiring enterprise auth, architecture, and CI by hand is weeks of the least valuable, most error-prone work — before you ship a single feature. Here's the trade-off.
| Build it yourself | Start with Cliore | |
|---|---|---|
| Time to a working app | 3–6 weeks of plumbing | Running in minutes |
| Keycloak auth + RBAC | DIY, easy to get wrong | Wired to a real realm |
| Architecture | Endless bikeshedding | FSD, boundary-enforced |
| Tests & CI | Set up from zero | ~99% covered, gated |
| Cost | Your salaried weeks | From $49, one-time |
pricing
One-time purchase, yours to keep
Buy once, download the full source, and use it across your projects. No subscription.
Most teams
- Complete source code
- Use in unlimited projects
- 12 months of updates
- Email support
Studios & agencies
- Everything in Standard
- First premium theme free on release
- Priority email support
First 20 only — use code EARLYBIRD for Standard at $49 (save on $79)
Secure checkout via Lemon Squeezy · instant download · VAT handled · the full source is yours to keep
faq
Questions, answered
What license do I get?
A permissive license to use and modify the source in your own products. You may not resell or redistribute Cliore itself as a competing starter. Full terms ship with the download.
What's included?
The complete source for the starter: auth, Feature-Sliced structure, data layer, MUI theme, i18n, the test suite, the CI/CD pipeline, and written documentation for each layer.
Do I get updates?
Yes. Early and Standard include updates within the current major version; Standard adds a full year of updates and Pro extends coverage across your organization. You keep everything you have downloaded.
Which versions does it target?
The newest GA majors: React 19, MUI 9, React Router 7, Keycloak 26, and TypeScript 6 — so you start on current, supported foundations.
Can I get a refund?
Because this is downloadable source, sales are final. If something is broken or not as described, contact us and we will make it right.
Your first commit should be a feature
See the running app, then get the source and build your product instead of its scaffolding.