close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
0 answers
149 views

I am working on a web crawler using Go and Supabase. This section of code throws an error when the length of the newLinks slice is above a certain number -- I haven't been able to determine what that ...
Score of -2
0 answers
60 views

I have built out a web application for games (hosts and participants). The hosts log in and run the game, while the participants submit answers. Anyway, I currently use Supabase as the backend, and ...
Best practices
0 votes
4 replies
144 views

I'm building a web app where end users make calls to the OpenAI API. I want to set monthly spend limits per user tier (e.g. free users get $0.50/month, paid users get $10/month) and block users who ...
Tooling
0 votes
1 replies
53 views

I am using Supabase for my company's CRM, and it's really giving me long-term problems despite having the service on the 'Large' compute size and being on the Pro plan. Should I consider switching to ...
Score of -1
1 answer
108 views

I'm building a Next.js app with Supabase. My .env.local has: NEXT_PUBLIC_SUPABASE_URL=https://rgfqebiuevnwfetdfaoh.supabase.co NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJ... lib/supabase.ts: import { ...
Advice
0 votes
1 replies
55 views

I just installed the Stripe Sync Engine through the Supabase dashboard. I started a fresh project, and before installing the sync engine, I already had my own public.products and public.prices tables. ...
Score of 0
0 answers
94 views

I am working on a NEXT.js project that uses Prisma and Supabase Postgres.My project structure is: Directory structure: └── lunartech-x-dark-phoenix/ ├── ai-podcast-clipper-backend/ │ ├── ...
Advice
0 votes
7 replies
173 views

I am working on an application where I am using Supabase for auth and a database table to store records and Firebase now I am gonna use it for messaging and hosting purposes. So am I doing right or ...
Advice
0 votes
0 replies
49 views

I am implementing a user account deletion flow in a node.js backend. My stack involves Supabase (auth, db and storage), RevenueCat and Redis. Initially i was thinking about enqueuing a job with bullmq ...
Score of 0
0 answers
80 views

I'm trying to mask my Supabase project url (e.g. xyz.supabase.co) behind my own custom API domain (api.mydomain.com) to achieve cleaner OAuth branding. Specifically, I want the google/x "choose ...
Advice
0 votes
0 replies
65 views

In Adalo, I am trying to create new app where user won't login, rather it would be session based. My tech stack is : Adalo (as UI) and Supabase (as database). I have created collection UserSession ...
Score of 0
0 answers
69 views

I'm running a Next.js 15 app on Cloudflare Pages (edge runtime). Server Components fetch data from Supabase using the @supabase/supabase-js client. The fetch works perfectly from most edge locations ...
Score of 0
0 answers
81 views

We're making an advanced weather app that displays emergency alerts. It uses the weather.com API and Supabase Realtime to receive emergency notifications. After finishing part of the frontend, we ...
Advice
0 votes
1 replies
84 views

I’m building a system where users create a product with multiple media files (images/videos). Tech stack Node.js / Express backend PostgreSQL Supabase Storage (object storage) Current flow Client ...
Score of 3
1 answer
123 views

I am building a multi-page application using Vanilla JavaScript (no frameworks). To avoid code duplication, I fetch a shared sidebar (sidebar.html) and inject it into a placeholder on every page (e.g.,...

15 30 50 per page
1
2 3 4 5
143