https://github.com/xanthous-tech/remix-express-template
Boilerplate for quickly set up a website with API backend.
https://github.com/xanthous-tech/remix-express-template
Last synced: 7 months ago
JSON representation
Boilerplate for quickly set up a website with API backend.
- Host: GitHub
- URL: https://github.com/xanthous-tech/remix-express-template
- Owner: xanthous-tech
- Created: 2024-05-11T06:53:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T08:02:40.000Z (almost 2 years ago)
- Last Synced: 2025-10-24T19:48:14.564Z (7 months ago)
- Language: TypeScript
- Size: 724 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix + Express Boilerplate
This is a boilerplate for building web applications with [Remix](https://remix.run) and [Express](https://expressjs.com/).
## Overview
I plan to add the following:
- [x] Express.js
- [x] Remix + Vite
- [x] TypeScript
- [x] tRPC
- [x] tRPC OpenAPI (for app requests)
- [x] Postgres
- [x] DrizzleORM (to operate Postgres)
- [x] Redis
- [x] BullMQ (via Redis)
- [x] Minio
- [x] TailwindCSS
- [ ] Radix UI Theme
- [x] shadcn/ui
- [x] Auth (via Lucia)
- [x] BiomeJS
- [x] tsup
- [x] Stripe
- [ ] Emails (via Resend / Cloudflare + MailChannels)
- [x] Magic Link / OTP
This covers all I need for building an app with a web frontend and an API backend.