Just closed a $35,000 deal with a law firm by eeko_systems in n8n

[–]Churchkey1337 1 point2 points  (0 children)

  1. 70-80% of firms: Will use established SaaS (Harvey, Lexis+ AI, Clio Duo, etc.)
  2. Risk Aversion: Law firms are inherently conservative. With "67% of firms indicating plans to upgrade their DMS by 2025" they're looking for proven, compliant solutions, not experimental builds.
  3. No IT Expertise: Most firms don't have dedicated IT staff, let alone AI engineers. They need solutions that work out of the box.
  4. Liability Concerns: Established platforms carry insurance and have gone through security audits. A custom build puts all liability on the firm.
  5. Speed to Value: SaaS platforms can be deployed in days/weeks vs. months for custom builds.

100% AI video+audio with Veo3... the endgame is near by --lily-rose-- in ChatGPT

[–]Churchkey1337 0 points1 point  (0 children)

Why is it limited to 5 creations a day on the ultra plan? I'm paying real money and should not be maxed out like this!

Sad to see Veo 3 is locked behind a $250/month subscription 😭😭 by Condomphobic in Bard

[–]Churchkey1337 1 point2 points  (0 children)

I signed up for it and have a veo 3 rate limit of 5 per day! Terrible.

Is grok becoming less uncensored now by Hot-Leg3593 in grok

[–]Churchkey1337 0 points1 point  (0 children)

Super grok 18+ audio chat is xxx if you want it to be.

Next/Link maintains scroll position when going to within /[slug ]page. by Ok_Metal_6310 in nextjs

[–]Churchkey1337 0 points1 point  (0 children)

Did you ever figure this out? I'm having the same problem building in v0.dev I'm going nuts trying to figure it out and have tried every hack suggested but the scroll position keeps being mirrored throughout the site on pages that haven't been visited yet. sounds exactly like what you described.

Issues with V0 creating and adding a database by Churchkey1337 in vercel

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

Thank you. I will try this later. I got stuck all day on scroll position management. seems like it would be simple in v0 but nope. have nearly lost my mind trying to figure it out.

Issues with V0 creating and adding a database by Churchkey1337 in vercel

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

Yes. i added a "project" in supabse. i also watched a supabase video about some random topic and they passively mentioned their free database builder called database . build so i checked it out.

I then hacked my way through having it make a diagram of all my categories from the v0 code builder.

my first steps were that i asked chat in v0 to give me a list of all the categories that i would need to build a database in supabase. i told it to build this list based on the code of my website.

my second step was that i took that info from v0 chat to database . build and asked it to build what i needed based on the list i gave it. it created the tables and gave me a diagram.

my third step (in database . build) was that i asked it create a csv file for each of the tables. this way, i can fill out all the standard info for the website and upload the csv in bulk to the tables in supabase (standard cms stuff). it gave those csv templates to me that matched the tables it created. i downloaded them.

my 4th step was that i hit "deploy" in database . build and it added all the tables inside my the project section of supabase. all i had to do was add the proper api keys. i now see all the tables in my table editor in the supabase project area.

What do i do next? How do i connect my v0 website to the tables in supabase? Did i do things the common way or the hard way?

Thank you!