Skip to content

Commit c5373c6

Browse files
committed
blog: Adds our October blog post
1 parent 12c80d5 commit c5373c6

File tree

6 files changed

+87
-1
lines changed

6 files changed

+87
-1
lines changed

web/blog/2020-10-03-supabase-alpha-september-2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ There's been [plenty of drama](https://hacktoberfest.digitalocean.com/hacktoberf
8080

8181
### Coming next
8282

83-
Our focus now is to move from Alpha to Beta and we'll be improving stability, reliability, and performance. We've create a [Benchmarks](https://github.com/supabase/benchmarks/) repository, where we'll be measuring the performance of all the open source tools we use.
83+
Our focus now is to move from Alpha to Beta and we'll be improving stability, reliability, and performance. 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.
8484

8585
### Get started
8686

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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+
![This image shows a SQL Editor with tabs. Originally our SQL editor was very basic, but we're moving towards somethign very powerful.](/img/sql-editor.png)
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+
![This image shows some of the keyboard shortcuts we introduced on the table editor.](/img/keyboard-shortcuts.png)
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+
![This image shows a template where developers can edit the magic links email which is sent to their users on sign up.](/img/magic-links.png)
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)

web/src/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,4 +1027,10 @@ h4.method-list-item-label .method-list-item-validation {
10271027
}
10281028
.method-list-group .method-list-group li h4 {
10291029
margin-bottom: 4px;
1030+
}
1031+
1032+
.video-with-border {
1033+
border-radius: 5px;
1034+
overflow: hidden;
1035+
border: 2px solid var(--custom-border-color);
10301036
}

web/static/img/keyboard-shortcuts.png

273 KB
Loading

web/static/img/magic-links.png

186 KB
Loading

web/static/img/sql-editor.png

235 KB
Loading

0 commit comments

Comments
 (0)