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.
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.
Deployed to a serverless function running Node.js with DynamoDB for persistance. Intended for folks who want to deploy a production-grade application on AWS infrastructure serving millions of users.
The Remix blog stack for deploying to Fly with MDX, SQLite, testing, linting, formatting, etc.
All-in-one remix starter template for Cloudflare Workers.
The Remix stack for deploying to Fly with Supabase, authentication, testing, linting, formatting, etc.
A template for deploying Remix to AWS with the Serverless framework.
A Remix stack template for running a Remix app on Azure.
The Remix Indie Stack without deployment.
Chakra UI port for the Remix Blues Stack.
The Remix Stack for deploying to Kubernetes, talking to an existing Postgres db, authentication, testing, linting, formatting, etc.
A template for deploying Remix to Netlify Edge with Supabase
A template for deploying a Progressive Web App with a persistent database, testing and authentication suites. A fun ride through Remix!
The Remix Stack with Clerk authentication, Supabase database, Chakra UI, testing, linting, and more.
A template for deploying Remix to Fly with EdgeDB. Comes with Clerk for simple authentication and opinionated configs for TypeScript, Prettier, and ESLint.
The Remix Stack for deploying to Vercel with testing, linting, formatting, structure and mock for 3rd party API integration.
The Remix Stack for GraphQL developers, brought by Vulcan.
The Remix Stack for deploying to Fly or simple Node server with authentication, testing, linting, formatting, etc. Great for integrating with headless CMS
A Remix stack setup to run on Deno with support for Rust WASM modules!
The Remix Stack for Web2 apps and Web3 DApps with authentication with Magic, testing, linting, formatting, etc.
The Remix Stack to setup Remix with minimal typsescript, tailwind, linting, and formatting. Worry about storage, testing, deployment later.
Custom Remix stack using Clerk for authentication and full user management.
A Remix stack for deploying remix to render.com with postgres
The Remix Stack for deploying to Kubernetes, talking to an existing Postgres Db, authentication, testing, linting, formatting, etc.
Adapted from blues. Prisma is brilliant, but I like Hasura. Hasura is like prog, it gets better every time you get into it.
A minimal Remix stack to serve as a starting point for demos and debugging.