Template library

Three canonical onboarding import templates, kept intentionally narrow.

ImportFlow supports exactly the three onboarding use cases we can make credible for Supabase SaaS founders: CRM leads, HR employees, and SaaS users.

crm-leads

CRM Leads

Import lead/contact and early pipeline records into a leads-style table.

Give sales teams a credible lead-import flow without building CSV cleanup, mapping, and validation UX from scratch.

  • First nametext
  • Last nametext
  • Emailemail
  • Phonephone

hr-employees

HR Employees

Import employee or staff directory records into one flat people table.

Handle employee roster imports with the same guided upload, mapping, review, and correction flow customers expect from mature HR products.

  • Full nametext
  • Emailemail
  • Departmenttext
  • Job titletext

saas-users

SaaS Users

Import app users, members, or account records into a product user table.

Let customers bring member lists into your product quickly without shipping a generic spreadsheet tool or a risky direct insert path.

  • Emailemail
  • Display nametext
  • Roleenum
  • Created atdate

Want to see one in action first?

Open the no-signup playground, download a sample CSV, and walk through the real browser-side import flow without touching any production data path.