Tyler Shukert 💙
banner
dshukertjr.dev
Tyler Shukert 💙
@dshukertjr.dev
DevRel engineer at Supabase. Also maintain supabase_flutter 💙
Reposted by Tyler Shukert 💙
supabase web traffic has surpassed mongodb
March 4, 2025 at 12:20 PM
Offline-first apps could improve your user's experience but are not the easiest to create. With Brick, you can easily make your app offline first, and it works excellently with Supabase!

Let's walk through how to make an offline-first Flutter app using Supabase and Brick!
youtu.be/Fo-3uaAclBc
Building an offline-first app with Flutter, Supabase, and Brick
YouTube video by Supabase
youtu.be
December 11, 2024 at 1:12 PM
Reposted by Tyler Shukert 💙
DBOS is a Durable Workflow Engine from the inventor of Postgres. It's a three-year joint research project between Stanford and MIT.

They have built the engine using Postgres to keep it lightweight and fast.

They just released a @dbos.dev x @supabase.com integration 🧵
December 10, 2024 at 6:41 PM
Reposted by Tyler Shukert 💙
we're running a @supabase.com Capture the Flag competition

Hack the Base, get on the leaderboard, win prizes
December 7, 2024 at 4:00 PM
Reposted by Tyler Shukert 💙
the @supabase.com hackathon just started - 10 days, fully remote.

build cool shit and win cool prizes
December 6, 2024 at 9:15 PM
Reposted by Tyler Shukert 💙
Which AI model is the best at building a database? we're releasing v2 of our AI database builder:

supabase.com/blog/databas...

It includes:
⬥ Bring your own LLM
⬥ Live Share your DB from your browser
⬥ Deploy to a full Postgres database

www.youtube.com/watch?v=IQ8x...
3 AI models tried to build my database
YouTube video by Supabase
www.youtube.com
December 6, 2024 at 3:30 PM
Supabase now has queues!

Queues were the missing piece of the Supabase stack that many in the community were asking for large-scale applications!

You can send and consume queues using SQL, as well as do the same from the client libraries and secure them using RLS!
December 5, 2024 at 3:28 PM
Reposted by Tyler Shukert 💙
the big one: @supabase.com Queues ⚡️

Manage long-running tasks in Postgres. Features:

⬩ RLS support
⬩ Works with the Supabase libs
⬩ Built-in monitoring/observability
⬩ Message archiving
⬩ API parity with AWS SQS and RSMQ

youtu.be/UEwfaElBnZk
We added the missing piece! 🧩
YouTube video by Supabase
youtu.be
December 5, 2024 at 3:15 PM
Supabase now provides a free easy-to-use cron job scheduler!

Configure the job from the dashboard and set it to send an HTTP request or call a database or edge function periodically!

View the history of the past jobs that it ran so that you can debug when something goes wrong!
December 5, 2024 at 6:31 AM
We upgraded the AI Assistant on your Supabase dashboard!

It will now be accessible anywhere within the dashboard, starting at the top right corner or by pressing cmd + i!

You can use it to write SQL, analyze data, convert SQL to Supabase client library code, and much more!
December 2, 2024 at 5:14 PM
Reposted by Tyler Shukert 💙
signups for @supabase.com went through the roof last week and we don't really know why 😂

some combo of bolt.new by @stackblitz.com, the Lovable launch, our joint YC hackathon, and Mega Launch Week hype (@launchweekdev.bsky.social)

builders getting busy 🔨
November 29, 2024 at 12:41 PM
Create an Instagram clone with bolt and Supabase!
youtu.be/9c4v27ZlH6Q?...
Using bolt.new and Supabase to build an Instagram clone
YouTube video by Supabase
youtu.be
November 26, 2024 at 1:34 AM
Let bolt.new write migration files for your Supabase database.

Here is me using bolt.new to generate the migration files for my app. It's also creating the TypeScript types. This lets us seamlessly edit the project when we load it locally.
November 17, 2024 at 2:11 PM
Reposted by Tyler Shukert 💙
Use Supabase with bolt.new, @stackblitz.com's new AI development tool

7 minute tutorial by @sulco.dev ↓↓↓
www.youtube.com/watch?v=yRlV...
November 16, 2024 at 6:39 PM
Reposted by Tyler Shukert 💙
Why to choose #Supabase 💚 over other BaaS in the market:

- Incredible dev experience (I mean awesome)
- Postgres made easy (great starting point)
- No vendor locking (you choose your model)
- Open Source (related to the previous one)
- Great community (Meme Driven Community is the best community)
November 16, 2024 at 8:12 AM
Reposted by Tyler Shukert 💙
supabase team is here letsgoooooooo
Just created the Supabase Starter Pack!
go.bsky.app/Knpob39

Who am I missing?
November 15, 2024 at 12:49 PM
Just created the Supabase Starter Pack!
go.bsky.app/Knpob39

Who am I missing?
November 15, 2024 at 12:41 PM
Reposted by Tyler Shukert 💙
added more people to the Open Sourcerers starter pack

who am i missing? say hi if you’re building OSS!

go.bsky.app/Rh6vsyc

#opensource
November 14, 2024 at 10:55 AM
Reposted by Tyler Shukert 💙
Background Tasks are now available within #Supabase Edge Functions! Example:

🎧 Create a speech stream with the #OpenAI API and return it as a response immediately.
🔺 In the background, upload the stream as MP3 to Supabase Storage.

Demo & source code 👇
November 13, 2024 at 2:44 PM
Reposted by Tyler Shukert 💙
@pgvector 0.8.0 was just released

The main shout-out is "Iterative Index Scans". In vector databases, approximate indexes speed things up but can miss some results when using filters. Iterative scans fix this by scanning just enough of the index until it finds enough results (within set limits).
November 13, 2024 at 7:43 PM
What do you think about the new Supabase-themed setup?
November 9, 2024 at 2:13 PM
Reposted by Tyler Shukert 💙
supabase is amazing, great DX so far
November 8, 2024 at 10:52 PM
Create an Uber clone with Flutter and Supabase!

youtu.be/cL4pVpaOH9o
Flutter tutorial - Build an Uber clone with Flutter and Supabase
YouTube video by Supabase
youtu.be
November 9, 2024 at 1:45 AM
Want your data in CSV? Just append .csv() to your Supabase query 👍
November 8, 2024 at 12:57 PM
I would love to stay connected to my Flutter friends over here on Bluesky too 💙

If you love developing apps with Flutter, leave a comment, and let's connect 👇
November 7, 2024 at 1:04 PM