https://github.com/markmals/remix-3-templates
Starter templates for Remix 3
https://github.com/markmals/remix-3-templates
Last synced: 11 days ago
JSON representation
Starter templates for Remix 3
- Host: GitHub
- URL: https://github.com/markmals/remix-3-templates
- Owner: markmals
- Created: 2026-04-15T05:56:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-03T04:23:39.000Z (about 1 month ago)
- Last Synced: 2026-05-03T06:29:20.627Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix 3 Templates

Starter templates for [Remix 3](https://remix.run) (beta).
## Templates
| Template | Runtime | Database |
| ---------------------------------- | ------------------ | ------------- |
| [bun](./bun) | Bun | `bun:sqlite` |
| [cloudflare](./cloudflare) | Cloudflare Workers | `D1Database` |
| [default](./default) | Node.js | `node:sqlite` |
| [minimal](./minimal) | Node.js | None |
| [service-worker](./service-worker) | Service Worker | `idb-keyval` |
| [unbundled](./unbundled) | Node.js | `node:sqlite` |