Saas UI Review: A Chakra-First Engine for B2B Dashboards
Building admin panels in React usually means piecing together basic primitives until your team gets tired of reinventing table filters and date pickers. Saas UI takes a direct stance on this problem: it provides over 40 open-source React components designed specifically for B2B dashboards, built directly on Chakra UI.
If your stack is already centered around Chakra UI, this framework eliminates weeks of UI assembly. However, if your team has migrated to Tailwind CSS or shadcn/ui, Saas UI will feel like an architectural step backward.
The Component System and Ecosystem Split
The core library is published under the MIT license on npm as @saas-ui/react. It covers high-level dashboard elements that plain component kits omit, including data tables with column sorting, property lists, multi-step forms, and authentication screens tailored for Supabase, Clerk, or Magic.
For commercial projects, founder Eelco Wiersma (operating as Saas UI B.V. in the Netherlands) sells Pro licenses as a one-time purchase. Single-developer access is currently priced at $173 (down from $247), while team licenses for up to 10 engineers cost $418 (down from $597). Both include lifetime code access and one year of updates, with maintenance releases continuing steadily through July 2026.
One recent friction point for prospective buyers is the split in product presentation. The full Next.js and TanStack Start starter kits have migrated off the main saas-ui.dev domain over to saas-js.com. This separation makes it confusing to evaluate what lives in the component package versus the full application starter kits.
What Real Developers Think
Community sentiment across Reddit and developer forums highlights a clear divide based on CSS philosophy.
Founders building on Chakra UI praise the speed multiplier. Simon Høiberg, founder of Aidbase, noted that Saas UI solved the headaches of building framework-agnostic widget interfaces, while frontend developer Tien Thinh highlighted that its component architecture is one of the few templates structured to scale long term.
Conversely, developers who favor modern headless or copy-paste architectures often raise concerns about dependency lock-in. Because Saas UI depends on Chakra UI style props and semantic tokens, adopting it forces your entire frontend into Chakra's runtime styling paradigm. In a React landscape increasingly dominated by Tailwind utility classes, that dependency is the primary reason teams pass on it.
Storefront Reality and Terms
On the commercial side, public pricing features the $173 single and $418 team licenses, but the Lemon Squeezy storefront catalog includes higher tiers, yielding a verified affiliate payout ceiling of $284.70 (30% of a $949 enterprise or all-access SKU).
The affiliate program is auto-approved with an accessible $10 minimum payout threshold. However, terms are strictly one-time with a 14-day cookie window. That 14-day tracking window is notably shorter than standard developer tool affiliate terms, which typically offer 30 to 60 days.
Who Should Buy Saas UI
Choose Saas UI if you are a solo founder or small team committed to Chakra UI and need to ship complex B2B CRUD layouts without building tables and onboarding flows from scratch.
Skip it if your project relies on Tailwind CSS, or if you prefer owning component source code without external design-system dependencies.
