Skip to content

bysxx/remix-supabase-ts-template

Repository files navigation

🚀 Remix + TypeScript + Supabase Template

A modern web application template built with Remix, TypeScript, and Supabase.

✨ Key Features

  • ⚡️ Fast web application based on Remix framework
  • 🔒 Database management with Supabase
  • 🎨 Modern UI with Tailwind CSS
  • 🔍 SEO

🛠 Tech Stack

  • Remix - React-based full-stack web framework
  • TypeScript - Static type support
  • Supabase - Open source Firebase alternative
  • Tailwind CSS - Utility-first CSS framework
  • Vite - Fast development server and build tool

🚀 Getting Started

Prerequisites

  • Node.js 18.0.0 or higher
  • pnpm
  • Supabase account

Installation

  1. Clone the repository
git clone [repository-url]
cd remix-ts-supabase-template
  1. Install dependencies
pnpm install
  1. Set up environment variables Create a .env file and set the following variables:
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_key

Development Server

pnpm run dev

Production Build

pnpm run build
pnpm start

About

🎵 Remix + Supabase + TypeScript + biome Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published