Stacks

RemixFast currently supports following stacks exporting generated codebase

Remix

Remix Stack is made up of following

  • RemixRun
  • React
  • Prisma
  • Tailwind
  • Typescript

Node

Node Stack is made up of following

  • NodeJs/ExpressJS
  • React (CRA 5.0 or Vite with React Router 6.4)
  • Prisma
  • Tailwind
  • Typescript

Main difference between Remix Stack and Node Stack is application architecture because of usage of meta framework, RemixStack generates MPA app with SPA like behavior where as NodeStack generates SPA app.