Tailwindcss

Open-source projects categorized as Tailwindcss

Top 23 Tailwindcss Open-Source Projects

Tailwindcss
  1. shadcn/ui

    A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.

    Project mention: Sixteen TUI components, copy-paste, no dependency | dev.to | 2026-05-22

    The web ecosystem went through this and landed on an answer. shadcn/ui inverted the model. There is no @shadcn/ui package on npm. Instead, the project ships a CLI that copies the source of a chosen component, with its Tailwind classes and Radix primitives intact, into the consumer's own components/ui/ folder. From that moment forward the consumer owns it. There is no upgrade button. There is no version drift. There is just the source, sitting in the consumer's repo, ready to be edited.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    Project mention: How to Convert Supplier CSVs to Shopify/Amazon/WooCommerce Without Uploading to a Server | dev.to | 2026-06-01

    eBay: 30+ fields (item specifics, variations, shipping) Each schema is a JSON file defining field names, data types, and validation rules. The mapper walks source → target assignments and applies type coercion (string → number, date formatting, etc.) before export. The entire app stays under 200 KB gzipped by avoiding heavy UI libraries. It's built with Preact + htm (no JSX build step) and styled with Tailwind CSS v4. Export & Practical Considerations Export uses the standard Blob + download API. No server round-trip — just an ephemeral click with URL.createObjectURL(). The free tier handles 50 rows, enough to validate the mapping before committing. Column mapping profiles can be saved and reused, which is useful when the same supplier sends weekly inventory files with identical headers. Try It If you deal with supplier files regularly, you might find this useful. SKUMart handles all of this out of the box — just drop a file and export.

  4. ui-ux-pro-max-skill

    An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms

    Project mention: UI/UX Pro Max: Stop Your AI Making Everything Look the Same | dev.to | 2026-04-26

    UI/UX Pro Max is a skill that gives your agent actual design taste. 60,000+ stars. 50+ distinct UI styles, 97 colour palettes, 57 font pairings, 25 chart types, and design system generation. Install it and your agent stops defaulting to the same generic SaaS template.

  5. cal.diy

    Scheduling infrastructure for absolutely everyone.

    Project mention: Math.random() Is Not Random Enough. I Found It Building API Keys in a 44K-Star Repo. | dev.to | 2026-05-29

    I found this in our benchmark corpus, extracted verbatim from Cal.com's Make integration setup (~44K GitHub stars):

  6. daisyui

    🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

    Project mention: How to Turn Filament v5's Rich Editor Into a Full Block Editor | dev.to | 2026-04-28

    If you're using a component library like daisyUI, you can map styling options directly to its semantic classes btn-primary, bg-base-200). This gives you theme switching for free — every block re-skins automatically when the theme changes.

  7. react-bits

    An open source collection of animated, interactive & fully customizable React components for building memorable websites.

    Project mention: How I Fixed a CSS Animation Bug in an Open Source React Library | dev.to | 2026-05-26

    If you want to check out the PR: https://github.com/DavidHDev/react-bits/pull/851

  8. reactive-resume

    A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

    Project mention: 25 Trending Self-Hosted Projects on GitHub | dev.to | 2026-04-02
  9. drawdb

    Free, simple, and intuitive online database diagram editor and SQL generator.

    Project mention: Ask HN: What Are You Working On? (September 2025) | news.ycombinator.com | 2025-09-29
  10. hey-1

    Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

    Project mention: Web3 Growth Stack Explained: Tools, KPIs & Strategies for Onchain Growth | dev.to | 2026-03-23

    Hey: Focuses on building privacy-centric social experiences.

  11. create-t3-app

    The best way to start a full-stack, typesafe Next.js app

    Project mention: Choosing Tech Stack in 2025: A Practical Guide | dev.to | 2025-10-21

    The T3 stack represents a different philosophy, prioritizing end-to-end type safety over everything else. Built on Next.js, the stack combines tRPC for type-safe APIs, Prisma for type-safe database access, NextAuth.js for authentication, and Tailwind CSS for styling. The result is remarkable: change your database schema, and TypeScript immediately highlights every place in your frontend that needs updating.

  12. headlessui

    Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

    Project mention: vue-select is abandoned. Here's what I built to replace it. | dev.to | 2026-02-26

    I want to be upfront: this isn't the only option. Radix Vue includes a combobox component, and Headless UI has a listbox. Both are excellent libraries.

  13. Plausible Analytics

    Open source, privacy-first web analytics. Lightweight, cookie-free Google Analytics alternative. Self-hosted or cloud.

    Project mention: Plausible Community Edition – Security related update | news.ycombinator.com | 2026-06-01
  14. supermemory

    Memory and context engine + app that is extremely fast, scalable, and can be run fully locally. The Memory API for the AI era.

    Project mention: Show HN: Local Context and Memory Stack | news.ycombinator.com | 2026-06-10
  15. onlook

    The Cursor for Designers • An Open-Source AI-First Design tool • Visually build, style, and edit your React App with AI

    Project mention: Onlook: The Visual-First Code Editor That Will Change How You Build Websites | dev.to | 2025-08-28

    View the Project on GitHub

  16. dub

    The modern link attribution platform. Loved by world-class marketing teams like Framer, Perplexity, Superhuman, Twilio, Buffer and more.

    Project mention: I scanned Dub's codebase. It's not a link shortener. | dev.to | 2026-05-26

    First up: Dub — YC-backed link management. 20K+ stars.

  17. react-starter-kit

    Edge-native React template in a monorepo setup: Includes Vite frontend, Hono API, TanStack Router, shared types/utilities, and Terraform infra for scalable web development.

    Project mention: Next.js VS react-starter-kit - a user suggested alternative | libhunt.com/r/next.js | 2025-08-08

    Hey everyone, if Next.js feels a bit heavy for your needs or you're after something with Bun's speed, I'd suggest React Starter Kit as a solid alternative: https://github.com/kriasoft/react-starter-kit. It's a production-ready monorepo boilerplate with React 19, TypeScript for end-to-end safety, Tailwind CSS, tRPC for seamless APIs, and effortless Cloudflare Workers deployment—perfect for scalable full-stack apps with less config bloat and edge-native performance. Give it a spin if you're building something fresh!

  18. openui

    OpenUI let's you describe UI using your imagination, then see it rendered live.

    Project mention: Show HN: I built the fastest AI app builder that I can find | news.ycombinator.com | 2025-12-24

    Wow this is really cool. The fact that it streams components one by one is really nice compared to having to wait.

    It reminds me of claude.ai/imagine (which isn't available anymore) and https://github.com/wandb/openui

  19. magicui

    UI Library for Design Engineers. Animated components and effects you can copy and paste into your apps. Free. Open Source.

    Project mention: Fable 5 Crashed My Subagents. The Fix Was the Cheaper Setup. | dev.to | 2026-06-15

    I asked Claude Design for four color directions and picked between them. I pulled references from Aceternity UI, Magic UI, and Refero. The full "how I build a site I actually like" workflow is its own piece, coming soon. If there's an AI topic you want me to break down, reply to the email and tell me.

  20. taxonomy

    An open source application built using the new router, server components and everything new in Next.js 13.

  21. docuseal

    Open source DocuSign alternative. Create, fill, and sign digital documents ✍️

  22. ConvertX

    💾 Self-hosted online file converter. Supports 1000+ formats ⚙️

    Project mention: 8 Self-hosted Projects You Can Run at home | dev.to | 2026-02-13

    What it is: ConvertX is a self-hosted file conversion service that supports over 1000 formats for video, audio, images, and documents. It runs in Docker and uses industry-standard converters such as FFmpeg, Pandoc, and ImageMagick for a wide range of converting options and high-quality results.

  23. awesome-tailwindcss

    😎 Awesome things related to Tailwind CSS

  24. omi

    Web Components Framework - Web组件框架 (by Tencent)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Tailwindcss discussion

Log in or Post with

Tailwindcss related posts

  • Fable 5 Crashed My Subagents. The Fix Was the Cheaper Setup.

    1 project | dev.to | 15 Jun 2026
  • Show HN: Local Context and Memory Stack

    1 project | news.ycombinator.com | 10 Jun 2026
  • Build an Admin Dashboard with Tailwind CSS - A Practical Tutorial

    1 project | dev.to | 26 May 2026
  • Nativewind: Tailwind CSS for React Native

    1 project | news.ycombinator.com | 26 May 2026
  • Dumb Ways for an Open Source Project to Die

    7 projects | news.ycombinator.com | 19 May 2026
  • Show HN: Tailgrids – React UI library with 600 Tailwind component

    1 project | news.ycombinator.com | 18 May 2026
  • Composer is just a console application

    7 projects | dev.to | 16 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Tailwindcss projects? This list will help you:

# Project Stars
1 shadcn/ui 116,359
2 Tailwind CSS 95,512
3 ui-ux-pro-max-skill 91,016
4 cal.diy 45,494
5 daisyui 41,099
6 react-bits 40,922
7 reactive-resume 38,367
8 drawdb 37,345
9 hey-1 29,396
10 create-t3-app 28,970
11 headlessui 28,617
12 Plausible Analytics 27,070
13 supermemory 26,685
14 onlook 25,905
15 dub 23,688
16 react-starter-kit 23,600
17 openui 22,399
18 magicui 21,222
19 taxonomy 19,246
20 docuseal 17,135
21 ConvertX 16,982
22 awesome-tailwindcss 15,028
23 omi 13,258

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?