Creating a realtime app with Remix and Supabase
- Create an isomorphic Supabase client in Remix with Environment Variables
- Add authentication to Remix and Supabase app
In this series, we look at building a Remix application with a Supabase back-end.
We cover:
- creating a Supabase client on both the client and server
- using environment variables
- authentication and cookies
- authorization with Row Level Security (RLS) policies
- subscribing to realtime events to update the UI when data changes in Supabase.
If you want to go deeper on Remix and Supabase check out [my new Level Up Tutorials course](https://leveluptutorials.com/tutorials/realtime-remix-with-supabase) where we build a realtime chat application from scratch 🚀