Business Software for shadcn/ui

Top Software that integrates with shadcn/ui as of September 2025

shadcn/ui Clear Filters

Compare business software, products, and services to find the best solution for your business or organization. Use the filters on the left to drill down by category, pricing, features, organization size, organization type, region, user reviews, integrations, and more. View and sort the products and solutions that match your needs in the results below.

  • 1
    GitHub

    GitHub

    GitHub

    GitHub is the world’s most secure, most scalable, and most loved developer platform. Join millions of developers and businesses building the software that powers the world. Build with the world’s most innovative communities, backed by our best tools, support, and services. If you manage multiple contributors , there’s a free option: GitHub Team for Open Source. We also run GitHub Sponsors, where we help fund your work. The Pack is back. We’ve partnered up to give students and teachers free access to the best developer tools—for the school year and beyond. Work for a government-recognized nonprofit, association, or 501(c)(3)? Get a discounted Organization account on us.
    Leader badge
    Starting Price: $7 per month
  • 2
    Figma

    Figma

    Figma

    Where teams design together. Figma helps teams create, test, and ship better designs from start to finish. Fast and powerful, just like your work. Packed with design features you already love plus unique inventions like the Arc tool and Vector Networks, Figma helps you keep the ideas flowing. No need to stop to install, save, or export. It’s what any good cloud software should be. Bring your ideas to life faster in animated prototypes that feel like the real thing. Get insights from users and test concepts earlier and more often. Share a link to your design files or prototypes, and get feedback in context. Or, jump into the same file with your teammates—no matter where y’all are in the world—and co-edit live. Create a scalable design system that’s accessible for your organization and easy for you to manage. When all designers are speaking the same language, everyone’s more empowered to do their best work.
    Leader badge
    Starting Price: $12.00/month/user
  • 3
    Gatsby

    Gatsby

    Gatsby

    Gatsby is an open-source, modern website framework that builds performance into every site by leveraging the latest web technologies such as React and GraphQL. Create blazing-fast apps and websites without needing to become a performance expert. Preview is like a private playground for developers, designers, and content creators. It provides a shareable temporary URL for viewing changes immediately and in context—so you can make sure that new header plays nicely with the rest of the page before hitting “publish.” Gatsby Builds is the fastest continuous deployment solution for Gatsby sites and apps—up to 20x faster standard builds times than other solutions, and now up to 1000x faster with Incremental Builds (beta). Use automated Lighthouse performance checks and deploy previews to fix errors before they’re published. Build with Gatsby and deploy to your favorite CDN.
    Starting Price: $99 per month
  • 4
    Next.js

    Next.js

    Vercel

    Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. The interactive course with quizzes will guide you through everything you need to know to use Next.js. Next.js has built-in support for internationalized (i18n) routing since v10.0.0. You can provide a list of locales, the default locale, and domain-specific locales and Next.js will automatically handle the routing.
    Starting Price: Free
  • 5
    v0

    v0

    Vercel

    v0 is a generative user interface system powered by AI by Vercel. It generates copy-and-paste friendly React code based on shadcn/ui and Tailwind CSS that people can use in their projects. v0 uses AI models to generate code based on simple text prompts. After you submit your prompt, we give you three choices of AI-generated user interfaces. You can choose one and copy-paste its code, or refine it further. To refine, you can select individual parts of the generated UI to fine-tune your creation. When you are ready, you can copy, paste, and ship. Vercel's products are trained on custom code our team has written mixed with open-source and synthetic datasets. Vercel may use user-generated prompts and/or content as inputs to models and learning systems from third-party providers to improve our products. Using this data gives Vercel the ability to provide more accurate and relevant recommendations to our users.
    Starting Price: $20 per month
  • 6
    GoCodeo

    GoCodeo

    GoCodeo

    GoCodeo is an AI-powered coding assistant designed to enhance developer productivity by automating code generation, testing, and debugging. Integrated with VS Code, the platform helps developers build, test, and deploy applications faster and more efficiently. It provides real-time AI-driven suggestions for coding, generates production-ready tests in under 30 seconds, and offers intelligent debugging with failure insights. GoCodeo supports over 25 programming languages and frameworks, making it a versatile tool for developers working in various environments. With its seamless integration and powerful AI capabilities, GoCodeo simplifies workflows and boosts development speed.
    Starting Price: $9 per month
  • 7
    Softgen

    Softgen

    Kortix AI

    Softgen is an AI-powered web application builder that enables users to create full-stack web apps without any coding experience. By simply describing your project idea, Softgen's AI generates the necessary code, allowing for rapid development and iteration. The platform supports integration with services like Firebase for authentication and databases, Resend for email functionalities, and Stripe or Lemon Squeezy for payment processing. With a focus on user-friendly design and efficiency, Softgen AI transforms concepts into fully functional web applications in a matter of hours, streamlining the development process for makers and entrepreneurs.
    Starting Price: $59/month
  • 8
    Laravel

    Laravel

    Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things. We love clean code just as much as you do. Simple, elegant syntax puts amazing functionality at your fingertips. Every feature has been thoughtfully considered to provide a wonderful developer experience. Dispatch background jobs to perform slow tasks like sending emails and generating reports while maintaining blazing fast response times. Stop sweating authentication. Laravel provides scaffolding for secure, session-based authentication, while Laravel Sanctum provides painless authentication for APIs and mobile applications. Laravel is committed to delivering the best testing experience you can imagine. No more brittle tests that are a nightmare to maintain. Beautiful testing APIs, database seeding, and painless browser testing let you ship with confidence.
    Starting Price: Free
  • 9
    CSS

    CSS

    CSS

    CSS, short for Cascading Style Sheets, is a style sheet language used by web developers to structure the HTML and other elements of a website. CSS is one of the most widely used languages on the web. For style sheets to work, it is important that your markup be free of errors. A convenient way to automatically fix markup errors is to use the HTML Tidy utility. This also tidies the markup making it easier to read and easier to edit. I recommend you regularly run Tidy over any markup you are editing. Tidy is very effective at cleaning up markup created by authoring tools with sloppy habits. Each style property starts with the property's name, then a colon and lastly the value for this property. When there is more than one style property in the list, you need to use a semicolon between each of them to delimit one property from the next.
    Starting Price: Free
  • 10
    Tailwind CSS

    Tailwind CSS

    Tailwind CSS

    A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup. Utility classes help you work within the constraints of a system instead of littering your stylesheets with arbitrary values. They make it easy to be consistent with color choices, spacing, typography, shadows, and everything else that makes up a well-engineered design system. Because Tailwind is so low-level, it never encourages you to design the same site twice. Even with the same color palette and sizing scale, it's easy to build the same component with a completely different look in the next project. Tailwind automatically removes all unused CSS when building for production, which means your final CSS bundle is the smallest it could possibly be. In fact, most Tailwind projects ship less than 10kB of CSS to the client.
    Starting Price: Free
  • 11
    Astro

    Astro

    Astro Framework

    Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy it everywhere, all powered by your favorite UI components and libraries. Astro optimizes your website as no other framework can. Leverage Astro's unique zero-JS frontend architecture to unlock higher conversion rates with better SEO. Astro was designed for your content. Fetch data from any CMS or work locally with type-safe Markdown and MDX APIs. Build personal and professional blogs with Astro's built-in Markdown support and content APIs. Stand out from the crowd with a lightning-fast site that ranks higher in SEO. Agencies use Astro to build fast websites, faster. Customize every site with full control over your frontend code. Time is money. Give your customers a better shopping experience and grow your business faster. Put your best foot forward with a portfolio that performs. Help people get to know you (and your work) faster.
    Starting Price: Free
  • 12
    Basejump

    Basejump

    Basejump

    No more clicking through endless dashboards. Now you can chat with your database. Basejump empowers teams to access data using the language they speak every day. Now your database speaks the same language you do. Gone are the days of waiting for data requests to be fulfilled. Basejump AI gives you the power to access the data you need when you need it. View entity diagrams and traverse tables to understand the relationships between data points. This gives you the context you need to inform your data requests. Simply ask Basejump AI for what you need and it will find the data for you. When you discover a data point you want to reference later, simply save it to your data. Make it easy to reference related datapoints by creating custom collections. Any datapoint, whether it's one you created or one you've received from a team member, can be refined to meet your needs.
    Starting Price: $339 per month
  • 13
    SvelteKit

    SvelteKit

    SvelteKit

    SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. It addresses common development challenges by providing solutions for routing, server-side rendering, data fetching, service workers, TypeScript integration, and more. SvelteKit apps are server-rendered by default, offering excellent first-load performance and SEO benefits, but can transition to client-side navigation to enhance user experience. The framework is designed to grow with developers, allowing them to start simple and add new features as needed. SvelteKit leverages Vite for a fast and feature-rich development experience, including hot module replacement. In short, Svelte is a way of writing user interface components, like a navigation bar, comment section, or contact form, that users see and interact with in their browsers. The Svelte compiler converts your components to JavaScript that can be run to render the HTML for the page and to CSS that styles the page.
    Starting Price: Free
  • 14
    StartFast

    StartFast

    StartFast

    StartFast is a minimalistic SaaS starter kit designed for rapid setup and ease of use, enabling developers and entrepreneurs to launch their projects swiftly. Built with Next.js 14, Supabase, TailwindCSS, and Stripe, it offers a clean codebase that eliminates unnecessary complexities, allowing users to focus on their core ideas. Key features include passwordless authentication, simple Stripe Checkout integration for straightforward payments, and a flexible token-based usage model that supports modern pay-per-use pricing structures. The platform emphasizes simplicity, with a database schema comprising just four lines, and comprehensive documentation that makes it accessible even to novices. StartFast provides both free and pro versions; the pro version includes AI-powered tools for generating SEO-optimized blog posts and landing pages, on-page SEO analysis, keyword research integration, and centralized configuration for easy customization.
    Starting Price: $99 per month
  • 15
    Gravity

    Gravity

    Gravity

    The SaaS boilerplate handles the complex, boring code like payments and authentication, while you build fun features that generate revenue. Download the full SaaS boilerplate codebase from Github. Follow the setup wizard to have a working SaaS app in minutes. Start adding your features then launch your app at warp speed. Eliminate time-consuming, complex boilerplate code. Save 400+ coding hours. Build a profitable SaaS business fast. Focus on features that matter, ones customers will pay for. Save thousands of dollars and get access to a professional SaaS development support network. 20 years of commercial Javascript experience. Built a tech startup to $5,000,000 in sales. Served on startup boards as a technical advisor. Mentored hundreds of startups on accelerators. Spoken at development conferences across the world. Both the front-end React client and back-end Node.js server are written in Javascript.
    Starting Price: $417 per month
  • 16
    Nextless.js

    Nextless.js

    Nextless.js

    The fastest way to build scalable and production-ready SaaS products. Nextless.js is a comprehensive SaaS starter kit designed to expedite the development of scalable and production-ready applications using Next.js and serverless technologies. It integrates essential features such as authentication via AWS Cognito, including email and social logins, multi-factor authentication, and subscription payments through Stripe with webhook support. The platform facilitates team collaboration by allowing users to invite teammates via email and supports multi-tenancy with tenant isolation using the silo model. Developers benefit from built-in user and admin dashboards, customizable forms, and a responsive landing page theme styled with Tailwind CSS. Nextless.js emphasizes a high-quality developer experience by incorporating TypeScript, ESLint, Prettier, and Husky, and leverages the AWS ecosystem, including Amplify, API Gateway, and AWS CDK.
    Starting Price: $699 one-time payment
  • 17
    Nextacular

    Nextacular

    Nextacular

    Nextacular is an open source starter kit designed to expedite the development of full-stack, multi-tenant SaaS applications. Built with modern technologies such as Next.js, Tailwind CSS, and Prisma, it offers a suite of out-of-the-box features to streamline the development process. These features include authentication via magic links and social logins through NextAuth, database integration with relational databases like PostgreSQL and MySQL, and multi-tenancy support to serve multiple customers across different subdomains or custom domains using a single unified codebase. Nextacular also provides teams and workspaces functionality, allowing users to invite team members to collaborate within workspaces. The platform includes a customizable landing page, billing and subscription management through Stripe integration, and simple design components built with Tailwind CSS that can be configured according to your design system.
    Starting Price: Free
  • 18
    SaaS UI

    SaaS UI

    SaaS UI

    Saas UI is a purpose-built toolkit designed to expedite the development of high-quality applications by providing a comprehensive suite of React components and starter kits. It offers over 40 open-source components, including authentication screens compatible with services like Clerk, Supabase, and Magic, fully functional forms utilizing React Hook Form, and data tables powered by React Table. Built atop industry-leading libraries such as Chakra UI, React Query, and Recharts, Saas UI ensures accessibility by adhering strictly to WAI-ARIA standards and supports full customization through theming and style props. The platform includes a Figma design system, aligning design and development processes seamlessly. Saas UI Pro extends these capabilities with advanced components and tools for billing, onboarding, feature management, and sign-up flows, accompanied by a boilerplate app compatible with Next.js and Electron.
    Starting Price: €197 one-time payment
  • 19
    SaaSBold

    SaaSBold

    SaaSBold

    SaaSBold is a full-stack, production-ready Next.js SaaS boilerplate and starter kit, meticulously crafted to enhance both front-end and back-end functionality while prioritizing an optimal developer experience. It integrates essential features such as user authentication via Auth.js, supporting social logins and magic links, and payment processing through Stripe, with upcoming support for Paddle and LemonSqueezy. The platform utilizes PostgreSQL managed by Prisma for efficient database operations and includes transactional email capabilities powered by Resend. Developers benefit from pre-built admin and user dashboards, customizable UI components styled with Tailwind CSS, and a Figma design source for seamless design integration. SaaSBold also offers marketing tools like MailChimp newsletter integration, AI features through OpenAI, and internationalization support for multi-language applications. Deployment is streamlined with a one-click option via Vercel.
    Starting Price: $149 one-time payment
  • 20
    Veloz

    Veloz

    Veloz

    Veloz is a versatile SaaS boilerplate designed to accelerate the development of software-as-a-service applications by offering a collection of pre-built templates and starter kits. Unlike traditional boilerplates that confine developers to a specific framework or language, Veloz provides the flexibility to select preferred technologies across various components, including frontend frameworks like Next.js, React, and Vue.js, as well as backend services, databases, payment gateways, mailing systems, authentication methods, and SEO tools. This adaptability enables developers to scaffold projects effortlessly, integrate necessary services, and focus on innovation rather than setup. Veloz's architecture supports responsive interface creation with ready-made components, seamless integration with chosen frontend frameworks, performance optimization through intelligent caching and lazy loading, and built-in state management for complex applications.
    Starting Price: $199 one-time payment
  • 21
    Shipixen

    Shipixen

    Shipixen

    Shipixen is an application that generates customized Next.js boilerplate code, enabling users to create and deploy websites with their own branding, themes, and selected pages in minutes. It offers features such as AI-generated content, pre-built themes, customizable pricing pages, and SEO-optimized blogs powered by MDX. The platform supports dark mode, and TypeScript, and includes a UI library built with Shadcn UI. Users receive a Git repository or a zip file containing the code, which can be modified and deployed to any host supporting Next.js. Shipixen facilitates one-click deployment to platforms like Vercel and Netlify, streamlining the launch process. Shipixen is an app that generates boilerplate code with your branding, pages, and much more. We make a deployment to Vercel for you as part of the generation process. The generated output doesn't currently include any payment integration; it'll only create a landing page, blog, pricing page & other pages you have selected.
    Starting Price: $249 per year
  • 22
    SaaS Starter Kit

    SaaS Starter Kit

    SaaS Starter Kit

    SaaS Starter Kit is a modern, fully featured SaaS template designed to accelerate the development of Next.js applications. It incorporates a comprehensive suite of features, including subscription payments through Lemon Squeezy or Stripe, a complete authentication flow with magic email sign-in and social OAuth login, and subscription management via customer portals. The kit supports roles and permissions for fine-grained access control, and multi-tenancy allowing users to create organizations and invite team members, and a modern, SEO-optimized blog. Email workflows are streamlined using Resend and React Email, while the user interface is crafted with Shadcn and Tailwind CSS, ensuring easy customization and extension. The template is mobile-friendly, offers a fully integrated dark theme, and provides dedicated support through Discord or Reddit. Users benefit from lifetime free updates and extensive, up-to-date documentation, facilitating quick onboarding and codebase comprehension.
    Starting Price: $87 one-time payment
  • 23
    21st.dev

    21st.dev

    21st.dev

    21st.dev is an open source community registry of React UI components, enabling design engineers to ship polished user interfaces more efficiently. Inspired by shadcn/ui, it offers ready-to-use React Tailwind components that can be installed with a single command using npx shadcn. The platform provides a comprehensive collection of UI elements, including accordions, alerts, avatars, badges, buttons, calendars, cards, carousels, checkboxes, dialogs, dropdowns, forms, icons, inputs, menus, notifications, pagination, popovers, radio groups, selects, sidebars, sliders, tables, tabs, tags, text areas, toasts, toggles, and tooltips. Additionally, it features landing page components such as announcements, backgrounds, borders, call-to-actions, client sections, comparisons, docks, features, footers, hero sections, image galleries, maps, navigation menus, pricing tables, scroll areas, testimonials, text blocks, and video sections.
    Starting Price: Free
  • 24
    Reweb

    Reweb

    Reweb

    Reweb is an AI-powered visual builder tailored for developers working with Next.js and Tailwind CSS. It enables users to swiftly generate user interfaces using AI, customize designs through an intuitive visual editor, and export clean, production-ready code compatible with Next.js, Tailwind, and shadcn/ui. The platform offers a range of features, including AI-generated components from prompts or images, a visual editor for real-time customization, and a library of pre-designed templates and sections to expedite project initiation. Additionally, Reweb supports Figma imports, allowing seamless transitions from design prototypes to functional code. Users can choose from various pricing plans, including a free 'hobby' tier for exploration and a 'pro' plan for advanced needs. Reweb is trusted by over 20,000 developers for its efficiency in bridging the gap between visual design and code implementation.
    Starting Price: $12 per month
  • 25
    Bordful

    Bordful

    Bordful

    Bordful is an open source job board software designed to help users easily create and launch their own job boards. It is built using modern technologies such as Next.js, TypeScript, and Tailwind CSS, ensuring a scalable and responsive design. The platform offers customizable job listings, categories, and search functionality, making it suitable for niche job boards targeting specific industries, locations, or roles. Bordful is fully SEO-friendly and comes with easy integration with external tools like Airtable for job data management. The software is open-source and free for both personal and commercial use, allowing users to modify and customize it according to their needs. Bordful is ideal for makers, founders, and developers who want to create specialized job boards for various markets or industries, such as remote job boards or sector-specific platforms. It also provides various integrations and customizable features.
    Starting Price: $499 one-time payment
  • 26
    Plate

    Plate

    Plate.js

    ​Plate is a rich-text editor framework for React, designed to simplify complex text editing needs. Built with Slate.js and TypeScript, it offers a highly customizable and extensible editing experience. Plate provides a wide range of plugin packages that enhance the behavior, hooks, serialization, normalization, and other features of the editor. These plugins are "headless," meaning they are unstyled by default, allowing developers to style them as needed. It includes state management with Zustand stores, custom hotkeys, API methods, and transforms accessible through editor.api and editor.transforms. Plate also offers unstyled and accessible components based on Radix UI, serving as the foundation for building high-quality design systems. For those seeking a visually appealing interface, Plate provides pre-built styled components based on shadcn/ui, which can be customized to create a unique, accessible, and visually pleasing user interface.
    Starting Price: Free
  • 27
    Magic UI

    Magic UI

    Magic UI

    Magic UI is a free and open source UI library crafted for design engineers, offering over 150 animated components and effects built with React, TypeScript, Tailwind CSS, and Framer Motion. It serves as a perfect companion to shadcn/ui, enabling developers to create visually engaging landing pages and user interfaces with minimal effort. It includes a diverse range of components such as animated text, buttons, backgrounds, device mockups, and special effects like confetti and neon gradients. Magic UI Pro extends this offering with 50+ professionally designed blocks and templates tailored for various applications, including AI agents, developer tools, mobile apps, SaaS products, startups, and portfolios. These templates are built with React, Next.js, Tailwind CSS, and Framer Motion, ensuring responsive design and smooth animations.
    Starting Price: Free
  • 28
    Kibo UI

    Kibo UI

    Kibo UI

    Kibo UI is a custom registry of composable, accessible, and open source components designed for use with shadcn/ui. Built with technologies like React, TypeScript, Tailwind CSS, Lucide, and Radix UI, Kibo UI offers a suite of functional and fully composable components that developers can build, customize, and extend to their specific needs. It includes a variety of components such as a color picker, an image zoom feature, a QR code generator, code blocks with syntax highlighting and copy-to-clipboard functionality, and a dropzone for drag-and-drop file uploads. Additionally, Kibo UI provides precomposed and animated blocks to help developers get their apps and websites up and running quickly. Examples include an AI chatbot interface and a collaborative canvas for real-time online collaboration. It also offers a pricing page template with a list of plans and features, emphasizing simplicity and transparency.
    Starting Price: Free
  • 29
    BigIdeasDB

    BigIdeasDB

    BigIdeasDB

    BigIdeasDB is a comprehensive idea-validation platform that aggregates and structures real user pain points, proven solutions, and market insights into a unified database. It provides access to thousands of manually verified, real‑world problems scraped from online communities, complete with mention counts, source context, and market‑sizing data, and pairs each with actionable solution examples and curated business ideas. An AI‑powered agent continuously monitors and analyzes discussions across subreddits using pattern detection, autonomously spotting pain points, mapping feature gaps, and generating SaaS solution concepts. Users can explore three core datasets while leveraging integrated analysis, which processes over 150,000 negative software reviews across 350+ categories to pinpoint unmet needs.
    Starting Price: $49.99 one-time payment
  • 30
    Layout.dev

    Layout.dev

    Layout.dev

    Layout.dev is an AI-powered platform that transforms simple text prompts into full React prototypes with clean, editable front-end code and an organized project structure. Leveraging Tailwind CSS and Shadcn/UI, it automatically generates modular UI components and wiring for modern, responsive interfaces, all within a browser-based editor, no local setup or server deployment required. An integrated code viewer and file explorer let users inspect, refine, and extend layouts, components, and styles in real time, while additional prompts drive rapid iteration and immediate previews. Projects are hosted online for seamless team collaboration, enabling stakeholders to review, comment, and co-edit prototypes without juggling multiple tools. By delivering production-quality code instead of static mockups, Layout.dev accelerates the journey from concept to working UI, making it easy to test designs, validate ideas, and jump-start development in seconds.
    Starting Price: Free
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next