awesome-remix 
A curated list of awesome Remix 💿 packages and resources.
Contents
Packages
- remix-auth - Simple Authentication for Remix
- remix-utils - A set of utility functions and types to use with Remix.run
- remix-i18next - The easiest way to translate your Remix apps
- remix-seo - A package for easily managing SEO meta and link tags in Remix.
- remix-params-helper - Helpers that make it simple to use Zod with URLSearchParams, FormData, and Remix params object
- remix-tailwind - Use TailwindCSS with Remix without an extra build step
- remix-validated-form - A ValidatedForm component and helpers for easy client and server side form validation.
- remix-themes - An abstraction for themes in your Remix app.
- remix-routes - Typesafe routing for your Remix apps.
- remix-middleware - An express-like middleware system for remix loaders and actions
- remix-crash - Get better insight on why your Remix app crashed during development 💥
- remix-pwa - A package to integrate PWA features into Remix
- superjson-remix - A solution for Remix that allows you to send binary data from your loader to your React client app
- remix-etag - Makes adding an ETag header to a response easy
- domain-functions - Decouple your business logic from your Remix actions and loaders. With first-class type inference from end to end.
- remix-image - A React component for responsive images in Remix.
- remix-forms - Magically create forms + actions in Remix
- @sentry/remix - Error and performance monitoring of your Remix apps with Sentry
Stacks
- blues-stack - The Blues Stack: Deployed to the edge (distributed) with a long-running Node.js server and PostgreSQL database. Intended for large and fast production-grade applications serving millions of users.
- indie-stack - The Indie Stack: Deployed to a long-running Node.js server with a persistent SQLite database. This stack is great for websites with dynamic data that you control (blogs, marketing, content sites). It’s also a perfect, low-complexity bootstrap for MVPs, prototypes, and proof-of-concepts that can later be updated to the Blues stack easily.
- grunge-stack - The Grunge Stack: Deployed to a serverless function running Node.js with DynamoDB for persistence. Intended for folks who want to deploy a production-grade application on AWS infrastructure serving millions of users.
- speed-metal-stack - The Remix Blog Stack for deploying to Fly with MDX, SQLite, testing, linting, formatting, etc.
- remix-worker-template - All-in-one Remix Cloudflare worker template with tailwindcss, cypress, eslint and prettier
- remix-edgedb - Remix ft. EdgeDB, Tailwind, Fly, and cookie-based authorization
- kpop-stack - Create a Remix app with Netlify, Tailwind, TypeScript and more!
- supa-fly-stack - The Remix Stack for deploying to Fly with Supabase, authentication, testing, linting, formatting, etc.
- rockspec-stack - A fully configurable & customizable Remix PWA stack.
- dnb-stack - The Remix Stack for deploying to Vercel with testing, linting, formatting, structure and mock for 3rd party API integration.
- azure-remix-stack - A remix stack template for running a remix app on Azure
- remix-chop-suey-stack - Remix+EdgeDB+Tailwind+Fly.io=🖤
- Stripe Stack - A Stripe focused Remix Stack that integrates User Subscriptions, Authentication and Testing. Driven by Prisma ORM. Deploys to Fly.io
Templates
Example Apps
Snippets
Videos
Blog Posts