|
| 1 | +--- |
| 2 | +title: Supabase Alpha October 2020 |
| 3 | +description: Eight months of building. |
| 4 | +author: Paul Copplestone |
| 5 | +author_title: Supabase |
| 6 | +author_url: https://github.com/kiwicopple |
| 7 | +author_image_url: https://avatars2.githubusercontent.com/u/10214025?s=400&u=c6775be2ae667e2acae3ccd347fed62bb3f5b3e7&v=4 |
| 8 | +authorURL: https://github.com/kiwicopple |
| 9 | +image: /img/supabase-september-2020.png |
| 10 | +tags: |
| 11 | + - supabase |
| 12 | +--- |
| 13 | + |
| 14 | +We're now 8 months into building Supabase. We're focused on performance, stability, and reliability but that hasn't prevented us from shipping some great features. |
| 15 | + |
| 16 | +<!--truncate--> |
| 17 | + |
| 18 | +### Quick demo |
| 19 | + |
| 20 | +Watch a full demo: |
| 21 | + |
| 22 | +<iframe className="w-full video-with-border" width="640" height="385" src="https://www.youtube.com/embed/1gNDMMsUPI0" frameBorder="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe> |
| 23 | + |
| 24 | + |
| 25 | +### Supabase.js 1.0 |
| 26 | + |
| 27 | +In the lead-up to our Beta launch, we've [released](https://supabase.io/blog/2020/10/30/improved-dx) `supabase-js` version 1.0 and it comes with some major Developer Experience improvements. We received a lot of feedback from the community and we've incorporated it into our client libraries for our 1.0 release. |
| 28 | + |
| 29 | +Check out the [blog post](https://supabase.io/blog/2020/10/30/improved-dx) to learn more. |
| 30 | + |
| 31 | +### More powerful SQL Editor |
| 32 | + |
| 33 | +Although it was only intended to be a temporary feature, the SQL Editor has become one of the most useful features of Supabase. This month we decided to make give it some attention, adding Tabs and making it full-screen. This is the first of many updates, we've got some exciting things planned for the SQL Editor. |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +### Key commands for Power Users |
| 38 | + |
| 39 | +For the heavy table editor users, we've gone ahead and added a bunch of key commands and keyboard shortcuts so you can zip around and manipulate your tables faster than ever. |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +### Magic Links |
| 44 | + |
| 45 | +One of the most requested Auth features was the ability to send magic links that your users can use to log in. You can use this with new or existing users, and alongside passwords or stand alone. |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +### Kaizen |
| 51 | + |
| 52 | +- We have new and improved [docs](https://supabase.io/docs/client/supabase-client). |
| 53 | +- We converted [realtime-js](https://github.com/supabase/realtime-js/) to TypeScript. |
| 54 | +- Dashboard Performance: we heavily optimised our dashboard routes. |
| 55 | +- With the help of the community, we [closed a lot of issues](https://github.com/orgs/supabase/projects/5) during Hacktoberfest. |
| 56 | +- We have started [benchmarking](https://github.com/supabase/benchmarks) all the open source tools we use. We'll publish the results this month. |
| 57 | + |
| 58 | +### Community |
| 59 | + |
| 60 | +We had a crazy month during Hacktoberfest. In case you missed it, here are some of the highlights: |
| 61 | + |
| 62 | +- [@kiwicopple](https://twitter.com/kiwicopple) chatted to Jeff on the [Software Engineering Daily podcast](https://softwareengineeringdaily.com/2020/10/15/supabase-open-source-firebase-with-paul-copplestone/). |
| 63 | +- [Tezos](https://twitter.com/TezosBakingBad/status/1318212875035512835) started using our PostgREST libraries for their blockchain API: [https://pro.tzkt.io/](https://pro.tzkt.io/) |
| 64 | +- Supabase hosted a [Hacktoberfest meetup](https://www.youtube.com/watch?v=3_xRLTjvEiE). |
| 65 | +- [@kiwicopple](https://twitter.com/kiwicopple) appeared on the [Open Sauced channel](https://www.youtube.com/watch?v=PHmiWXDx9-w) with [@bdougieYO](https://twitter.com/bdougieYO) |
| 66 | +- [@thorwebdev](https://twitter.com/thorwebdev) shows the [Engineers.sg](http://engineers.sg) group how to [build a realtime Slack clone](https://engineers.sg/video/building-a-slack-clone-with-authentication-and-realtime-data-syncing-using-supabase-io-singaporejs--4119) with Supabase |
| 67 | + |
| 68 | +If you want to keep up to date, make sure you [subscribe to our YouTube channel](https://www.youtube.com/channel/UCNTVzV1InxHV-YR0fSajqPQ) or [follow us on Twitter](https://twitter.com/supabase_io). |
| 69 | + |
| 70 | + |
| 71 | +### Coming next |
| 72 | + |
| 73 | +Our focus is still moving from Alpha to Beta and we'll be improving stability, reliability, and performance. Our Supabase.js 1.0 launch was part of that, and we've created a [Benchmarks](https://github.com/supabase/benchmarks/) repository where we'll be measuring the performance of all the open source tools we use. |
| 74 | + |
| 75 | +### Get started |
| 76 | + |
| 77 | +- Start using Supabase today: [app.supabase.io](https://app.supabase.io/) |
| 78 | +- Make sure to [star us on GitHub](https://github.com/supabase/supabase) |
| 79 | +- Follow us [on Twitter](https://twitter.com/supabase_io) |
| 80 | +- Become a [sponsor](https://github.com/sponsors/supabase) |
0 commit comments