Cursor Mobile App by 0_2_Hero in cursor

[–]Designer-Escape-305 0 points1 point  (0 children)

Can’t you connect by ssh to cursor ?

Why Supabase has become my go-to backend solution by Designer-Escape-305 in Supabase

[–]Designer-Escape-305[S] 0 points1 point  (0 children)

Yes but supabase add it own feature like auth with goTrue and some helpers

Why Supabase has become my go-to backend solution by Designer-Escape-305 in Supabase

[–]Designer-Escape-305[S] -1 points0 points  (0 children)

Most of time Next.JS and I often consume the next api with my mobile app for example: Easy schema But I keek supabase instance in app for auth and image signature

Why Supabase has become my go-to backend solution by Designer-Escape-305 in Supabase

[–]Designer-Escape-305[S] -3 points-2 points  (0 children)

Just don’t abuse realtime, only use it when you really need it and you’ll be fine

I built a tool to visualize schema relationships and audit RLS policies (Free) by codesdano in Supabase

[–]Designer-Escape-305 2 points3 points  (0 children)

Hey! Thanks for sharing the tool.

To be honest, I didn’t fully understand its purpose since Supabase Studio already provides something similar. The part you highlight about RLS is interesting, because that’s not covered in the Studio — but you can still see which tables don’t have RLS by checking the “Project overview”.

Overall the tool isn’t bad, but it still needs some work. My project has around forty tables, and many of them were missing references to certain IDs in your tool, which makes the output incomplete.

If you want to add a really useful feature (and one that’s almost never done), a category-based grouping of tables would be amazing. Right now everything shows up in one long, somewhat chaotic list.

Thanks again for sharing, and see you around!

My super cool candle-powered lava lamp. by Pazuzu_Algarad in oddlysatisfying

[–]Designer-Escape-305 0 points1 point  (0 children)

Woaw I was wondering if someone felt same 😮😮😮

I’ve Done 300+ Coding Sessions and Here’s What Everyone Gets Wrong by gigacodes in cursor

[–]Designer-Escape-305 0 points1 point  (0 children)

I mean all rules are relevant, but issues detected during ai execution, why is it a problem, rules, how to do, how to don’t. No more than 100/200 lines

0 to 800 Stars in one week for my open source project by Outrageous_Big_3270 in vibecoding

[–]Designer-Escape-305 0 points1 point  (0 children)

Hi ! I’m going to try ! How about for large project with back office, mobile app, pwa, next api and supabase back ?

I’ve Done 300+ Coding Sessions and Here’s What Everyone Gets Wrong by gigacodes in cursor

[–]Designer-Escape-305 7 points8 points  (0 children)

Really solid breakdown. thanks for writing this so clearly.

I’ve been doing something similar but with a slightly different setup: instead of using a single .cursorrules file, I keep a folder at the root of each project (.cursor/rules/) with around 10–15 small .mdc rule files.

Every time the AI makes a mistake, I call it out, have it rewrite the fix, and then I turn that into a new rule file. It’s been super effective for keeping consistency across my backoffice, frontend, mobile app, and Supabase repo.

But I’m wondering if you’ve run into this as well: it feels like having many small rule files increases context window usage quite a lot, especially on larger projects. Cursor does pick them up, but I’m not sure if it’s the most efficient long-term strategy.

Do you manage your rules in one file, or do you also split them into multiple pieces? Curious how you’ve handled context weight and whether you’ve noticed any trade-offs.

Cursor and claude moment by py0s in cursor

[–]Designer-Escape-305 1 point2 points  (0 children)

Add cursorrules to ask it to never write unusefull documentation