Remix Gospel Stack

screenshot of Remix Gospel Stack
nextjs
shadcn-ui
prisma

Remix monorepo template with pnpm, TypeScript and Turborepo. The remix app deploys to fly.io or build to Docker image. Example packages for Database with Prisma, UI, and internal TypeScript packages.

Overview

The Remix Gospel Stack is a TypeScript monorepo with Turborepo pipelines. It includes features such as Prisma, PostgreSQL OR SQLite (Litefs), Docker deployment to Fly.io, pnpm, and shadcn/ui TailwindCSS. The stack is designed for Remix, a web framework, and is optimized for ease of use and performance.

Features

  • TypeScript only
  • Compatible with pnpm package manager
  • Uses turborepo pipelines and cache for build, lint, typecheck, and tests
  • Monorepo architecture powered by Turborepo and pnpm workspaces
  • Contains multiple applications, including Remix App, Vercel-ready Remix App, and Next.js app
  • Includes example React UI package powered by shadcn/ui with Tailwind CSS
  • Contains Prisma wrapper for use in other packages or apps, bundled with tsup
  • Supports PostgreSQL or SQLite (Litefs) database options
  • Example package using Prisma database as a dependency and employing a repository pattern
  • Example package with pure TypeScript and no build steps, with unit tests using Vitest
  • Uses tsconfig.json paths for internal project referencing and types
  • Provides various Eslint packages with different preset configs
  • Offers TS Configs with different presets
  • Includes Tailwind configs
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.