Remix-Breeze
v1
Versions
v1
DocsBlogShowcaseResources
DocsNext.js Kits
View code on GitHubChat on Discord
Remix Breeze
  • Getting Started
    Quick Start(3m) Introduction Installation Concept Overview Routing Building your app
  • Packages
    remix-breeze/router remix-breeze/toast remix-breeze/cli
  • Authentication
    Breeze Auth Tutorial Breeze Auth Advanced Prisma Adapter Prisma MongoDB Adapter Mongoose Adapter
  • Getting Started
    Quick Start(3m) Introduction Installation Concept Overview Routing Building your app
  • Packages
    remix-breeze/router remix-breeze/toast remix-breeze/cli
  • Authentication
    Breeze Auth Tutorial Breeze Auth Advanced Prisma Adapter Prisma MongoDB Adapter Mongoose Adapter

Remix Breeze Docs

npx create-remix-breeze@latest

Getting Started

Start with the Introduction. Remix-Breeze provides the perfect starting point and developer tools to ship your Remix applications like a breeze.

@remix-breeze/router

Easy to use JSON based routing for Remix. Forget about confusing file based routing, define all your routes in a single file, simple and intuitive, define your pages in the folder structure you like.

@remix-breeze/auth

An easy to use library with an elegant API to easily add email/password based authentication to your Remix apps. Including user registration, authentication, password reset, email verification and more.

@remix-breeze/toast

The @remix-breeze/toast library allows you to easily create and manage server-side flash toast notification messages in a Remix application using cookie-based session storage.

© Remix-Breeze.
•
Docs and examples licensed under MIT