apps/www/_blog/2020-09-03-supabase-alpha-august-2020.mdx
We're 6 months into building our hosted database platform and we've made some major improvements to our auth system and table view.
Watch a full demo:
<div className="video-container"> <iframe className="w-full" src="https://www.loom.com/embed/a43084629c7e47828e3a292b60719393" frameBorder="0" allowFullScreen ></iframe> </div>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>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>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>The biggest communty contribution to date, @thorwebdev added TypeScript support to Supabase. He even live streamed the process.
We have a number of small improvements:
The release of Auth last month accelerated our community growth, based on Orbit Levels.
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!).