Supabase and ShipFast logo combined

Introducing Supabase to ShipFast

In this article:

  • Understanding the fundamentals of effective email design
  • Step-by-step template creation process
  • Best practices for mobile optimization
  • Tools and resources for email template creation
Supabase and ShipFast logo combined

Introduction

Supabase is an open-source Firebase alternative. It's a great tool for building a backend for your app. It's now integrated with ShipFast!

1. Create a supabase account

First, go to Supabase and create an account. It's free for up to 10,000 rows per table.
Then create a new project and a new table. You can use the following SQL schema:

CREATE TABLE public.users (
  id bigint NOT NULL DEFAULT nextval('users_id_seq'::regclass),
  email text NOT NULL,
  password text NOT NULL,
  created_at timestamp with time zone NOT NULL DEFAULT now(),
  updated_at timestamp with time zone NOT NULL DEFAULT now(),
  CONSTRAINT users_pkey PRIMARY KEY (id)
);

2. Add your credentials to ShipFast

Copy the API URL and API Key from your Supabase project settings and add them to your ShipFast project settings. Add these files to your project:

  • .env.local
  • .env.production

About the Author

Cory Trimm

Cory Trimm

Founder & Developer at Email Bits

Hey there 👋, I'm Cory, a passionate developer and entrepreneur for over 10 years. I created Email Bits to solve the pain point of creating professional email templates quickly and easily. Previously served as a Digital Services Expert at the Department of Veterans Affairs, worked at companies like Slalom and Ibotta, and founded Ignite Bright, LLC. I specialize in full-stack development, platform engineering, and building tools that make developers' lives easier.

Published on May 20, 2025

What Our Customers Say

Join thousands of businesses using Email Bits to create professional email templates.

Email Bits transformed our email marketing. The templates are professional and easy to customize.

Sarah Johnson

Marketing Director

TechCorp

We've seen a 40% increase in email engagement since switching to Email Bits templates.

Mike Chen

CEO

StartupXYZ

The drag-and-drop editor makes creating beautiful emails effortless. Highly recommended!

Emily Rodriguez

Marketing Manager

Creative Agency

Email Bits saved us hours of development time. The templates work perfectly across all devices.

David Kim

Developer

WebSolutions

Professional templates that actually convert. Our click-through rates have never been better.

Lisa Wang

E-commerce Manager

Online Store

The customer support is exceptional. They helped us customize templates to match our brand perfectly.

James Wilson

Brand Manager

Fashion Brand