Back to Supabase

Supabase Alpha August 2020

apps/www/_blog/2020-09-03-supabase-alpha-august-2020.mdx

1.26.043.9 KB
Original Source

We're 6 months into building our hosted database platform and we've made some major improvements to our auth system and table view.

Quick Demo

Watch a full demo:

<div className="video-container"> <iframe className="w-full" src="https://www.loom.com/embed/a43084629c7e47828e3a292b60719393" frameBorder="0" allowFullScreen ></iframe> </div>

Easily create tables

Set up tables and columns directly from the table view.

<video width="99%" autoPlay loop muted playsInline controls={true}> <source src="https://xguihxuzqibwxjnimxev.supabase.co/storage/v1/object/public/videos/docs/new-tables.mp4" type="video/mp4" /> </video>

Invite your team

You can now invite team members to your organisation.

<video width="99%" autoPlay loop muted playsInline controls={true}> <source src="https://xguihxuzqibwxjnimxev.supabase.co/storage/v1/object/public/videos/docs/invite-team.mp4" type="video/mp4" /> </video>

Auth: Email Confirmations

You can now enable Email Confirmations for new users. This can be toggled on or off and the template for this email can be edited via the dashboard.

<video width="99%" autoPlay loop muted playsInline controls={true}> <source src="https://xguihxuzqibwxjnimxev.supabase.co/storage/v1/object/public/videos/docs/confirm-email.mp4" type="video/mp4" /> </video>

TypeScript support

The biggest communty contribution to date, @thorwebdev added TypeScript support to Supabase. He even live streamed the process.

Kaizen

We have a number of small improvements:

From the community

The release of Auth last month accelerated our community growth, based on Orbit Levels.

Coming next

Our focus now is to move from Alpha to Beta. This involves stabilising our Auth API, improving dashboard performance, and benchmarking all of our systems. This could take more than one month, as we have a number of company-related activities to wrap up (we just finished YC!).

Get started