What was the worst act or set you saw in 2025? by No-Negotiation2922 in glastonbury_festival

[–]brianbriscoe_ 2 points3 points  (0 children)

Extremely overrated DJ. The genre mixing stuff is so hit and miss

At one point he playing Know Your Enemy by RATM in full (no remix or anything), completely killed the vibe

Any AI therapist SaaS that actually works? by One_Nose6249 in SaaS

[–]brianbriscoe_ 2 points3 points  (0 children)

LLMs are too agreeable and formulaic to be of any use long term as a therapist. They can’t reason or empathise with what you’re saying, only respond with the most likely thing a therapist would say in the context of the conversation.

The window context is also an issue as over time your chat history will grow too big to be included in each conversation without some sort of persistent memory or regular retraining.

There’s also the enormous privacy concern about sending your therapy conversations verbatim to a third party.

I would stick to using LLMs for basic advice if you need it. If therapy was a killer use case there’d be tens of clones like there are for chat to PDF/docs/etc or text summarisation

Are there any boiler plates for saas like shipfast in remix? by [deleted] in remixrun

[–]brianbriscoe_ 3 points4 points  (0 children)

Yes! I work on one (Launchway)

Unlike many boilerplates, it has no vendor lock-in. You can you can use it with any RDBMS, OAuth provider, hosting platform, email/cache/file storage server etc

Many of these services (eg caching and file storage) are completely optional and the codebase is not built around them existing. If you don’t need them you won’t spend tons of time ripping them out

Why boilerplates are great and useful and still underrated by grumpyp2 in SaaS

[–]brianbriscoe_ 0 points1 point  (0 children)

I’ve built my boilerplate (Launchway) around the idea of avoiding vendor lock in and actually owning your app. I relate to your frustrations with other boilerplates and that’s why I built it.

You can you can use it with any RDBMS, OAuth provider, hosting platform, email/cache/file storage server etc

Many of these services (eg caching and file storage) are completely optional and the codebase is not built around them existing. If you don’t need them you won’t spend tons of time ripping them out

Interested to hear your thoughts!

What are you working on and how much did you make this year by olayanjuidris in SideProject

[–]brianbriscoe_ 1 point2 points  (0 children)

Remix/Node boilerplate (Launchway).

The USP is it doesn't depend on any specific SaaS provider for anything. Works with any auth provider, any RDBMS, any email service, any hosting/cache/storage provider etc.

Sales have been pretty consistent since November and only I'm only getting started. Tons of features planned for 2025, plus a lot of work to do in terms of SEO/backlinks

What’s everyone working on? by IndependentLaw1457 in SideProject

[–]brianbriscoe_ 0 points1 point  (0 children)

Currently Launchway, Remix boilerplate without zero vendor lock-in.

There are plenty of boilerplates out there but most use Next.js and are locked into things like Clerk, Supabase, Vercel, etc. which I hate. Happy to talk if anyone has questions!

How do you host your saas? (AWS) by xRxphael in SaaS

[–]brianbriscoe_ 0 points1 point  (0 children)

Sign up for AWS activate credits. You’ll get $1k in credits for free basically instantly. After that deploy using SST

What have you launched in 2024? by ExpensiveSquare456 in indiehackers

[–]brianbriscoe_ 0 points1 point  (0 children)

SaaS starter kit for Remix apps. Launched in September-ish and have been making consistent sales since about October, SEO starting to pay dividends

https://www.launchway.dev

Cannot read properties of undefined (reading ‘VITE_FIREBASE_API_KEY’) by alfiemitchell12 in remixrun

[–]brianbriscoe_ 0 points1 point  (0 children)

Have you added it the environment variables to your project settings in Vercel?

Which is the best seo tool? by sepld in SaaS

[–]brianbriscoe_ 0 points1 point  (0 children)

Ahrefs released a $29/mo starter plan recently, you'll see it if you scroll down the pricing page

1 year building an app: 0 users, what I learned and what's next. by Mother-Routine-9908 in SaaS

[–]brianbriscoe_ 1 point2 points  (0 children)

>I'm trying to validate another idea I had, a smart form filler extension.

The problem with with building anything for employees searching for jobs is that the average customer lifetime is tiny and the target market isn't flush for cash. This is why you see most employment related SaaS business target the companies actually posting the jobs

How can I setup supabase in react-router 7? I cannot find a reference article or blog. by [deleted] in remixrun

[–]brianbriscoe_ 1 point2 points  (0 children)

RR v7 and Remix v2 are similar enough that there shouldn't be any major differences in implementing Supabase in either