Tweet
#ChatGPT just replaced an employee in my side project.

Developing alone is cumbersome and previously it was lots of googling, reading GitHub issues, asking on Reddit/SO/Discord.

Holiday season, we code on our private projects: These moments increase

#storytime #buildinpublic
Don't get discouraged, indie hackers:

The most successful indie hackers tell others to focus on marketing rather than developing features. However, that's not always the necessary strategy.

Heres how I went from 30 to 1500 visitors a month ๐Ÿงต
#buildinpublic #indiehackers
There are lots of docs missing on @prisma in combination with @nestframework.

The Nest docs mainly focus on TypeORM.

How to do proper E2E tests with Prisma and Nest? Want to test file uploads in a dockerized PSQL local dev environment.
#buildinpublic
Cheaper alternatives to @ahrefs or @sistrix ?

Both are 99โ‚ฌ/month which is quite a lot for just getting off the ground quick.

#buildinpublic #saas #SEO
Currently building a minimum lovable product. Almost done but forgot that users might want to delete their account and all the remains on our side. Is this a MLP necessity you always build for your MVPs/MLPs or do you just roll it out somewhere down the line?
#buildinpublic
Any chat solution for my SaaS project using NestJS/NextJS? Build a MVP myself, because it didnt seem too complex but slowly it shows it complexity (only display last messages, on up scroll fetch older ones, designing, etc.) 1/2 #buildinpublic #SaaS
I'd just like to "npm i chat" and be almost done :( Tried to look into Sendbird. But I would need to create separate users there and sync them with my Auth0 users which is annoying and unnecessary complexion I reckon. 2/2
#buildinpublic #nestjs #SaaS
Yo SaaS twitter! What are you using for pre-launch waiting lists?

Using a NextJS page where I'd like to hook everything up through a simple <input> + <button>
#saas #buildinpublic #bootstrapped