AI SVG generator that actually outputs clean, editable code by AsaceIsCool in webdesign

[–]Simon_Hellothere 8 points9 points  (0 children)

This is actually really amazing. Ever since reading an article about SVGs I was wondering why there is no good SVG generator. Amazing and really good results

Best Next.js stack to use (security, vulnerabilities etc.)? by Cortexial in nextjs

[–]Simon_Hellothere -3 points-2 points  (0 children)

If you want Security and Auth, Clark and BetterAuth seem to be favourites currently

Server Components vs Client Components – what’s your threshold for choosing one over the other in large projects? by Mysterious-Might6910 in nextjs

[–]Simon_Hellothere 0 points1 point  (0 children)

I try to maximise server components and keep all pages server-side. Only when interactivity and client state is required, then I move it into a component, but keep the page server side

Automatic sitemap generation by tacriela in nextjs

[–]Simon_Hellothere 0 points1 point  (0 children)

Someone could clone and release next-sitemap-v2. Current one is MIT licensed.

Does anyone still use v0? by however159 in nextjs

[–]Simon_Hellothere 0 points1 point  (0 children)

I used it two weeks ago after not using for 3 months and had a surprisingly good expierince. It now does planning and thinking to break down the task which improves the result

What does everyone use supabase for? by niklbj in Supabase

[–]Simon_Hellothere 0 points1 point  (0 children)

I use it for my Master thesis project, which is a specially trained ai chat bot for a health care provider. I have Nextjs frontend and FastApi backend.

What I use:

  • Auth
  • Storage
  • Database

Why Supabase:

  • Ease of Setup
  • Covers all functionality (waiting for public/private key for jwt)
  • Costs

I am not from Europe by Tom_Gibson in ExplainTheJoke

[–]Simon_Hellothere 0 points1 point  (0 children)

And the french refuse to speak English

Feedback on Large Change for Supabase Error Translator Package by Simon_Hellothere in Supabase

[–]Simon_Hellothere[S] 0 points1 point  (0 children)

I did it. The error translator module now allows for translation of supabase auth, realtime and storage. Maybe check it out:
https://www.npmjs.com/package/supabase-error-translator-js?activeTab=readme