TemplatesSupabase
Backend
Supabase
Supabase without Functions and Logflare — a full-stack backend foundation for web, mobile, and AI apps.
- Category
- Backend
- Stack
- Postgres + Realtime
- Best for
- Full-stack apps
- Setup
- Multi-service
Template notes
Open-source Postgres backend with auth, storage, and realtime.
Supabase gives you a dedicated Postgres database with the services you need to build a full-stack product. This Railway template wires together the Studio interface, authentication, REST access, realtime subscriptions, and storage. Skip the manual configuration and get a ready-to-connect foundation for your web, mobile, or AI application backend.
What this template includes
- A managed PostgreSQL service for application data
- Supabase Studio for browsing and managing your database
- GoTrue authentication, PostgREST, Realtime, and Storage services
- Private networking between the services in one Railway project
This template does not include Supabase Functions or Logflare. Try Railway Functions as an alternative for serverless functions to Supabase.
Read the source repository’s README for extra details and notes about the template.
Deployment Guide
- Deploy the template, filling the Auth URL with your application URL (or a placeholder, like
http://localhost:3000). - After reading the entire description of the IMPORTANT_READ_ME variable, type anything in the field (this value doesn’t matter).
- Choose a method below to generate your project’s secrets:
- Deploy the template as-is. After the project has been created, use the secrets generator. Use “Connect Railway” to connect to the newly created project and click generate and deploy. This will automatically seed your database secrets.
- Fill in the variables in the deployment interface. Using the secrets generator, generate the credentials and scroll down to “Railway variables”. Copy the value of each variable and paste it accordingly.
- After deployment, Supabase should be completely up and running.
Known Issues
- Read the README of the source repository for known issues and workarounds.
Keep exploring