Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Announcing Supabase Auth for your API Developer Portal! - Supaweek Day 5Today we're announcing a new feature for your API Developer Portal: Supabase Auth integration! Whether you're following our week-long tutorial on building an AI-based API with Supabase and Zuplo, or you're exposing an API with Zuplo and need a Develo...APIDocumentation
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Monetizing your Supabase API! - Supaweek Day 4During this week starting from day 1 we covered a lot about building an AI-based API with Supabase and Zuplo with the best practices to ship an API in no time, and today we'll cover the best part: how to monetize the API! Monetizing APIs helps you ma...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Documentation for your Supabase API! - Supaweek Day 3In day 1 of the Supaweek we covered how to create an AI-based API using OpenAI and Supabase DB as its backend, and we added auth and rate-limiting using Zuplo's API Gateway and even programmed a request handler directly in the gateway. In day 2, we c...APIDocumentation
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Using Supabase and OpenAI to create an API - Supaweek Day 1Supabase is an amazing platform for building applications that scale to millions of users yet handle complex scenarios, while still keeping a great Developer Experience (DX). We love great DX and we think it's time we show you how to build an API (us...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024User-level auth in your Supabase API - Supaweek Day 2In Day 1 of the Supaweek we covered how to create an AI-based API using OpenAI and Supabase DB as its backend, and we added auth and rate-limiting using Zuplo's API Gateway and even programmed a request handler directly in the gateway. Today, we'll c...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Auth Pricing Wars: Cognito vs Auth0 vs Firebase vs SupabaseWhile browsing the r/SaaS subreddit yesterday - I saw that Amazon recently tripled the cost of Cognito for large userbases (60K+ MAU) and reduced the free limits (now charging from 15K+ MAU). Cognito has traditionally been the most affordable service...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Using Neon + PostgREST to Build a Supabase-like Developer ExperienceI'm a big fan of using Supabase to quickly spin up a Postgres DB and start building a POC. It's truly a product that has mapped out the entire developer workflow, really honing in on how devs are using the product and what features they can build to ...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Building a PostgREST API For Your MySQL DatabaseSupabase is great for quickly spinning up a Postgres DB and building a POC. It's truly a product that has mapped out the entire developer workflow, really honing in on how devs are using the product and what features they can build to accommodate. On...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Automatically Generate REST and GraphQL APIs From Your DatabaseBuilding APIs from scratch takes time, requires extensive testing, and often leads to inconsistencies between your database schema and API endpoints. Automatically generating APIs directly from your database schema eliminates these pain points while ...API development
Kirill Inozblog.kirillinoz.com·Dec 17, 2024Build An Image CMS with Supabase and LovableIn one of my previous blog posts, I demonstrated how to build a MidJourney alternative using Supabase and Hugging Face in a few minutes. This is great for personal use, but what are you going to do with these generated images? And what if you want to...1 like·49 readssupabase