stackpicks.dev
Preview mode — 111 repos, zero database

The open-source stack,
curated by builders.

Tell us what you're building or what you need. We'll surface the right repo, with an honest take on whether to use it.

Or paste a GitHub repo — owner/repo — to preview it live.

Filtered bycomponentsclear

Matches for "components"

29 repos
shadcn-ui
ui

The default for Next.js builders in 2026. Not a dependency — you copy components into your codebase and own them forever. Built on Radix primitives so accessibility is solid out of the box. The catch:…

UI ComponentsDesign Systems
You are on Next.js or Vite + React with Tailwind, you want full control over component code, and you do not mind some manual maintenance.
You need Material Design specifically, you want automatic library upgrades, or you are not on Tailwind.
shadcn-ui/uiView
mui
material-ui

The safe enterprise pick. Massive component library, well-documented, every internal admin tool uses it. Price: your app will look like every other Material Design app, bundle sizes are heavy, and cus…

UI ComponentsDesign Systems
You are building internal tools or B2B dashboards where speed of assembly matters more than brand identity.
You are building a consumer product, marketing site, or anything where the brand needs to look distinct.
mui/material-uiView
radix-ui
primitives

The accessibility primitives shadcn/ui is built on. If shadcn is too opinionated drop down one level and use these directly. WAI-ARIA compliant out of the box, unstyled so you bring your own design. ~…

UI Components
You are building a custom design system and need accessible primitives without imposed styling.
You want ready-to-ship styled components — use shadcn/ui or Material UI instead.
radix-ui/primitivesView
mui
base-ui

New library from the MUI team in 2026, similar philosophy to Radix Primitives — unstyled accessible components. ~3.7M weekly downloads in early 2026 and moving fast. Worth watching if you hit Radix li…

UI Components
You are starting a new design system and want the most actively maintained primitive layer right now.
You are already deep in Radix or shadcn — migration cost is real, no urgency to switch.
mui/base-uiView
chakra-ui
chakra-ui

Composable component library with strong defaults and a great theming system. ~38k stars. Sits between Material UI (too opinionated) and shadcn (too DIY). Good developer experience and accessibility —…

UI ComponentsDesign Systems
You want batteries-included components with clean visuals and a sensible theming API.
You need cutting-edge features — release cadence has slowed and momentum has shifted to shadcn/Base UI.
chakra-ui/chakra-uiView
nextui-org
nextui

Modern visual style, animations baked in, built on Tailwind. ~22k stars. Slightly more opinionated than shadcn but ships pre-styled. Recently rebranded — check the latest docs.

UI Components
You want modern visuals without writing the design yourself and you are okay with their aesthetic.
You need a fully custom design or already invested in shadcn ecosystem.
nextui-org/nextuiView
mantinedev
mantine

100+ components and 50+ hooks. ~26k stars. Particularly strong on form handling and date pickers. Less hyped than shadcn but mature, well-documented, and just works. Good fit for SaaS dashboards.

UI ComponentsForms & Validation
You want a comprehensive React component library with excellent forms and hooks out of the box.
You want copy-paste ownership of component code — Mantine is a traditional dependency.
mantinedev/mantineView
ant-design
ant-design

The B2B default in Asia. ~93k stars. Deep, enterprise-grade component set — tables, forms, dates, charts all included. Visually distinctive (and dated to some eyes). Strong choice for admin panels but…

UI ComponentsDesign Systems
You are building enterprise admin panels, data-heavy dashboards, or SaaS for Chinese/SEA markets.
You are building consumer-facing products — the look is too enterprise.
ant-design/ant-designView
tailwindlabs
headlessui

Unstyled, accessible components from the Tailwind team. Smaller surface than Radix but tighter integration with Tailwind ecosystem. Good for simple custom design systems where you do not need Radix-le…

UI Components
You are on Tailwind and need a few accessible primitives (dialog, menu, listbox) without bringing in Radix.
You need a full set of primitives or community-maintained components — Radix has more.
tailwindlabs/headlessuiView
arco-design
arco-design

ByteDance enterprise design system. Cleaner aesthetics than Ant Design, deep component library, growing presence outside China. Solid pick for enterprise tooling where you want a more modern visual ba…

UI ComponentsDesign Systems
You like Ant Design but want a more modern visual style.
You are building consumer products or expect long-term English-language community support — Chinese-language docs dominate.
arco-design/arco-designView
tailwindlabs
tailwindcss

The CSS framework that won. Utility-first, brutal on first sight, addictive after a week. ~83k stars. Pairs with literally every UI library that matters in 2026. Default expectation for new React/Vue/…

Design Systems
You are starting any new web project in 2026 — yes, even this one.
You are in a CSS Modules / styled-components codebase and the team is happy. Do not migrate for migration sake.
tailwindlabs/tailwindcssView
system-ui
theme-ui

Theme tokens spec for React — colors, spacing, typography as a single config. Older but the underlying idea (design tokens) still matters. Worth knowing the pattern even if you build tokens yourself w…

Design Systems
You want a tested theme-token pattern and a community spec to align around.
You are using shadcn or Tailwind — they have their own token systems.
system-ui/theme-uiView
lucide-icons
lucide

The icon set shadcn ships with. Clean, consistent stroke, ~1,400 icons, MIT licensed. ~13k stars. Better designed than Feather (which it forked from), better licensed than Heroicons in some setups.

Design SystemsIcons & Illustrations
You want a single, modern, well-licensed icon library that covers most product needs.
You need brand logos (use simple-icons) or filled iconography (use Phosphor or Tabler).
lucide-icons/lucideView
magic-ui-design
magic-ui

50+ animated React components built on Motion + Tailwind. Copy-paste style like shadcn but for animated effects: animated text, marquee, bento grids, file trees. Pairs perfectly with shadcn for landin…

Animation & MotionUI Components
You need animated marketing landing components fast and you are already on shadcn + Tailwind.
You are building a utility app where animation is decoration — focus on UX, not flair.
magic-ui-design/magic-uiView
aceternity
ui

Premium-feeling animated components for landing pages. Free core + paid pro. Useful as a reference even if you do not use the components directly — the source shows good Motion patterns.

Animation & MotionUI Components
You are shipping a SaaS landing page and want premium-feeling motion without a designer.
You need consistent product UI components — these are landing-page flair, not a design system.
aceternity/uiView
medusajs
medusa

Open-source headless commerce. ~25k stars. Strong alternative to Shopify for teams that want full control over their commerce backend. Solid plugin ecosystem.

Payments & Billing
You are building custom e-commerce and Shopify's opinions are getting in your way.
You just need a store — Shopify will be faster.
medusajs/medusaView
TanStack
form

New TanStack entry, framework-agnostic forms. Headless, type-safe, supports React/Vue/Solid. Worth watching but React Hook Form is more mature today.

Forms & Validation
You want a framework-agnostic form library and you are early enough to bet on a younger tool.
You need maturity and community size — React Hook Form is safer.
TanStack/formView
TanStack
query

The #1-rated tool in the React 2025 survey. Async state management — fetching, caching, syncing server state. Not a state library exactly but solves what most React apps actually needed Redux for. Def…

State ManagementDatabase & ORM
You are fetching data from any API in React. Yes, you need this.
You are on Next.js App Router with mostly server components — fetch directly on the server.
TanStack/queryView
vercel
next.js

The React framework. ~128k stars. App Router is the bet — server components, server actions, edge runtime. 2026 sentiment is mixed: people love the capabilities, complain about the complexity. Still t

Locked
Unlock with ₹99 lifetime
Unlock
tamagui
tamagui

Universal UI for React Native + web. Compile-time style extraction means near-native performance. The best option in 2026 for genuinely sharing UI code across web and mobile.

Locked
Unlock with ₹99 lifetime
Unlock
nativewind
nativewind

Tailwind for React Native. Compiles utility classes at build time. Best when you already love Tailwind on web and want the same workflow on mobile.

Locked
Unlock with ₹99 lifetime
Unlock
payloadcms
payload

TypeScript-native headless CMS. ~30k stars. Self-hostable, code-first schema, generated TypeScript types. Best choice in 2026 for builders who want a CMS that respects code workflows.

Locked
Unlock with ₹99 lifetime
Unlock
directus
directus

Headless CMS layered on top of any SQL database. ~28k stars. Strong when you have an existing database and want a no-code admin UI bolted on.

Locked
Unlock with ₹99 lifetime
Unlock
strapi
strapi

Headless CMS with admin UI. ~64k stars. Mature, large community, plugin ecosystem. Heavier than Payload, more familiar if you come from WordPress.

Locked
Unlock with ₹99 lifetime
Unlock
resend
react-email

React components for email. Build emails as React, render to HTML for sending. Pairs with Resend's sending API for the cleanest email DX in 2026. Free up to 100 emails/day on Resend.

Locked
Unlock with ₹99 lifetime
Unlock
storybookjs
storybook

Component development environment. ~84k stars. Develop, test, and document components in isolation. Mostly used by larger teams with design systems.

Locked
Unlock with ₹99 lifetime
Unlock
ueberdosis
tiptap

Headless rich-text editor built on ProseMirror. ~28k stars. The default in 2026 for embedded editors in SaaS apps — Notion-style document editing, comments, blog posts.

Locked
Unlock with ₹99 lifetime
Unlock
apify
crawlee

Node-native crawler from the Apify team. Built-in queues, retries, proxy rotation, headless browser pool — production patterns out of the box. Switches between Playwright, Puppeteer, and plain HTTP ba

Locked
Unlock with ₹99 lifetime
Unlock
microsoft
playwright

The browser automation library the rest of the scraping tools depend on. Direct API for when you want fine-grained control: stealth mode, anti-bot bypass, multi-context, headless or headed. Also doubl

Locked
Unlock with ₹99 lifetime
Unlock
11 more repos locked

Unlock the whole directory.

One-time ₹99 ( $1.99 intl). Lifetime access to every curator take, every bundle, every weekly deep-dive. No renewals.

Unlock for ₹99 lifetime
Don't see what you need?

We'll add it in 60 minutes.

Tell us what tool or use case is missing. We'll research the best repo for it, write an honest take, add it to the directory, and email you the link. No paywall, no signup required.

We respond in under 60 minutes during business hours (10:00–18:00 IST).

Preview — the curated 104 — StackPicks