supabase-email-templates

Generate HTML email templates from React Email and deploy to Supabase Auth.

1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/JaveedIshaq/ai-workflow-orchestrator --skill supabase-email-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase-email-templates
Source: https://github.com/JaveedIshaq/ai-workflow-orchestrator/tree/main/skills/ballee/supabase-email-templates
Command: npx skills add https://github.com/JaveedIshaq/ai-workflow-orchestrator --skill supabase-email-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill ensures that Supabase authentication email templates display correctly across all email clients by using hosted images instead of base64 encoding, preventing common display issues.

Core Features & Use Cases

  • Reliable Image Display: Guarantees logos and other images in emails are visible by using hosted URLs.
  • Template Management: Allows for generation, deployment, and verification of email templates for Supabase Auth.
  • Use Case: When users report that the company logo is missing from password reset emails, this skill can be used to update and redeploy the email templates with the correct hosted logo URL.

Quick Start

Deploy the latest email templates to the production Supabase environment.

Frequently Asked Questions about supabase-email-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why are images missing from my Supabase authentication emails?

Supabase authentication emails often fail to display images when using base64 encoding. Deploying email templates with hosted logo URLs ensures reliable image display across all email clients.

How do I deploy custom HTML email templates to Supabase Auth?

You can deploy custom HTML email templates to Supabase Auth by generating HTML from React Email components and pushing them to production or staging environments using deployment commands.

Can I generate Supabase email templates locally before deploying?

Yes, you can generate Supabase email templates locally. The workflow supports local HTML generation from React Email components, allowing you to verify templates before executing production or staging deployment.

What is the best way to verify deployed Supabase email templates?

The best way to verify deployed Supabase email templates is by running the included verification commands. These commands check that your authentication emails and hosted logos deployed correctly across environments.

Do I need to use React Email components to manage Supabase email templates?

Using React Email components is required for this template management workflow. The tool specifically generates Supabase Auth email HTML by processing React Email components before deploying them to your project.