<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shuh</title>
    <description>The latest articles on DEV Community by Shuh (@shuxer).</description>
    <link>https://dev.to/shuxer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2907366%2Fe77603d7-2e7e-4209-85ab-938358404ead.jpg</url>
      <title>DEV Community: Shuh</title>
      <link>https://dev.to/shuxer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shuxer"/>
    <language>en</language>
    <item>
      <title>Introducing ReUI: Open-source full-stack UI Components built with React, Next.js and Tailwind CSS</title>
      <dc:creator>Shuh</dc:creator>
      <pubDate>Mon, 03 Mar 2025 06:13:38 +0000</pubDate>
      <link>https://dev.to/shuxer/introducing-crudhunt-open-source-full-stack-cruds-for-nextjs-4p8m</link>
      <guid>https://dev.to/shuxer/introducing-crudhunt-open-source-full-stack-cruds-for-nextjs-4p8m</guid>
      <description>&lt;p&gt;Hey, dev.to crew! 👋 &lt;/p&gt;

&lt;p&gt;I’m excited to share something we at &lt;a href="https://x.com/keenthemes" rel="noopener noreferrer"&gt;@keenthemes&lt;/a&gt; have been working on a new open-source library called &lt;strong&gt;ReUI&lt;/strong&gt;,an open-source collection of copy-and-paste UI components and fully functional apps built with React, Next.js and Tailwind CSS.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s ReUI All About?
&lt;/h2&gt;

&lt;p&gt;ReUI is designed to take the grunt work out of building full-stack apps. It’s packed with everything you need to get a Next.js project up and running with a fully functional CRUD system—no fuss, no muss. Here’s the stack we’re working with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: Next.js 15, React 19, Radix UI, Tanstack and Tailwind CSS 4 for a sleek, modern UI.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: Next.js API routes paired with Prisma ORM for smooth data handling.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database&lt;/strong&gt;: PostgreSQL, hooked up via Prisma and Supabase for a reliable, scalable foundation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Foundation&lt;/strong&gt;: 50+ high-quality, copy-and-paste React components with RTL/Dark mode support to jumpstart your UI builds.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://reui.io/" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fspcxafhbtvgtsp4vctyt.png" alt="User management" width="800" height="593"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Think of it as a starter kit that’s ready to roll but flexible enough to bend to your project’s needs. Whether you’re prototyping a side hustle or building something production-ready, ReUI’s got your back.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Inside?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Pre-built app with operations (create, read, update, delete) wired up and ready to use.&lt;/li&gt;
&lt;li&gt;A clean, responsive frontend with Tailwind styling.&lt;/li&gt;
&lt;li&gt;Backend API routes that play nice with Prisma and PostgreSQL.&lt;/li&gt;
&lt;li&gt;Easy integration with Supabase for database management.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm9wrl6f0i4pg2hudfaxy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fm9wrl6f0i4pg2hudfaxy.png" alt="Backend API code" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz0teq2jk5lvtz9dt0eyk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fz0teq2jk5lvtz9dt0eyk.png" alt="Component code" width="711" height="488"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s all open-source, so you can dive into the code, tweak it, or even contribute.&lt;/p&gt;

&lt;h2&gt;
  
  
  UI Components
&lt;/h2&gt;

&lt;p&gt;About a year ago, I started digging into Shadcn, and honestly, I fell in love with it. The simplicity, the elegance, the way it just &lt;em&gt;worked&lt;/em&gt;—it was a game-changer for building clean UIs fast. That sparked an idea: why not take that inspiration and create my own set of components? But I didn’t want to stop at just UI pieces. I wanted something bigger—a full toolkit tailored for CRUD apps. So, ReUI was born. It includes 50+ beautifully crafted React components, Shadcn inspired but leveled up with more flexibility. Each component comes with multiple variants, styles, and customization options, giving you the freedom to tweak them to fit your vibe without any hassle.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://reui.io/ecommerce" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe71zcpxds6amp5osiw99.png" alt="Products" width="800" height="508"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://reui.io/cruds/user/users/53dfb68a-7ac8-483a-ba58-1644f5ca59c6" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F805dlf1xurqj7mrb46yv.png" alt="Data-grid" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Abstraction
&lt;/h2&gt;

&lt;p&gt;ReUI uses Next.js API routes to power full-stack apps, blending frontend and backend logic seamlessly. Don’t vibe with Next.js on the backend? No problem—the API is portable to stacks like Nest.js, Django REST Framework, ASP.NET Core, Laravel, FastAPI, Spring Boot, Ruby on Rails, or any HTTP-speaking backend. The React frontend is just as flexible, easily porting to Vite, Remix, TanStack Start, Create React App, Astro, Gatsby, and more. Pick your tools, and ReUI adapts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Let’s Try It Out
&lt;/h2&gt;

&lt;p&gt;Getting started is super easy. Clone the repo, install the dependencies, hook up your Supabase instance, and you’re off to the races. In just a few commands, you’ll have a working CRUD app you can start customizing. Head over to the &lt;a href="https://reui.io/docs/installation" rel="noopener noreferrer"&gt;Installation Guide&lt;/a&gt; for the full rundown. I’ll also be posting a follow-up with a step-by-step walkthrough soon, so stay tuned if you want a guided tour.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;p&gt;This is just the kickoff for ReUI! We’re gearing up to supercharge it with advanced CRUDs like CRM, ERP, eCommerce, FinTeck modules, plus a richer set of UI components and templates. Our goal is turn ReUI into your one-stop library for building entire apps quicker than ever before. &lt;/p&gt;

&lt;h2&gt;
  
  
  Join ReUI!
&lt;/h2&gt;

&lt;p&gt;Ready to give ReUI a spin? Head over to the &lt;a href="https://github.com/keenthemes/reui" rel="noopener noreferrer"&gt;ReUI Repo&lt;/a&gt;, fork it, play around, and let us know what you think.&lt;/p&gt;

&lt;h2&gt;
  
  
  Related Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://reui.io/docs/installation" rel="noopener noreferrer"&gt;ReUI Installation Guide&lt;/a&gt; - Get started with step-by-step instructions.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://reui.io/components" rel="noopener noreferrer"&gt;ReUI Components&lt;/a&gt; - Explore the 50+ Shadcn-inspired React components.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://reui.io/" rel="noopener noreferrer"&gt;CRUDs Live Demos&lt;/a&gt; - See ReUI in action with live examples.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/keenthemes/reui" rel="noopener noreferrer"&gt;ReUI on Github&lt;/a&gt; - Check out the source code and contribute.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Happy coding, folks! 🚀&lt;/p&gt;

&lt;p&gt;&lt;em&gt;By &lt;a href="https://x.com/shuxer" rel="noopener noreferrer"&gt;@shuxer&lt;/a&gt;, co-founder of &lt;a href="https://x.com/reui_io" rel="noopener noreferrer"&gt;@ReUI&lt;/a&gt;, &lt;a href="https://x.com/keenthemes" rel="noopener noreferrer"&gt;@keenthemes&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
