
Remix Shadcn
A comprehensive Remix starter template powered by Vite, featuring shadcn/ui, theme switching, and optional Drizzle ORM integration for rapid development.

Accelerate Your Remix Development with a Vite and shadcn/ui Starter Template
This starter template provides a robust foundation for building modern web applications using Remix, Vite, and the popular shadcn/ui component library. It streamlines the initial setup process, offering pre-configured options for different deployment environments and database integrations, allowing developers to focus on building features rather than boilerplate code. Includes multiple template branches for specific needs.
Features:
- Multiple Base Template Options: Provides distinct starter configurations for Node.js server deployments and Cloudflare Pages.
- Advanced Drizzle ORM Variants: Offers template branches incorporating SQLite database integration via Drizzle ORM, available for both Node.js and Cloudflare Pages setups.
- shadcn/ui Integration: Comes with shadcn/ui components pre-installed and ready to use, accelerating UI development.
- Built-in Theme Switcher: Features an integrated theme selector allowing users to toggle between light and dark modes.
- Vite-Powered Development: Leverages Vite for a fast development server experience and optimized production builds.
- Example Authentication Flow: The Drizzle ORM template variants include a basic login flow with email and password inputs.
- Production-Ready Scripts: Includes npm scripts (
npm run build
,npm start
) for building and running the application in a production environment. - DIY Deployment Guidance: Provides instructions for self-hosting, including details on necessary build artifacts and a sample Dockerfile.
Summary:
This Remix starter template significantly speeds up project initiation by combining Vite's performance with shadcn/ui's elegant components. It offers flexible deployment choices, including Node.js and Cloudflare Pages, and an optional Drizzle ORM setup with a sample authentication flow, making it an excellent starting point for various Remix applications seeking modern tooling and UI.

Similar to Remix Shadcn:


