@levelsio for PHP iβd just store the logs on the disk daily (eg. remoteok-2026-02-28.log) and then have a daily cronjob that picks the previous day log, sends it to Claude or whatever AI you use, and make it open a PR. You can use monolog for logging if you donβt have an implementation yet
@betomoedano@inkigoapp Looks great, although I think there is gonna be a lot of churn for this type of app. Why not opting for a one time purchase? As a user I would not renew once I get the value (eg. I use the app and get a tattoo, no need to renew anymore)
@PovilasKorop Great idea. And to reduce the maintenance time and flow you could let the users open PRs with their project using a template (logo, url, etc) and then if you approve it it ends up on the website (eg. using the GH API or workflows)π€
@christian_fsi@elonmusk A distanza di due anni di uso quotidiano senza possibilitΓ di ricarica a casa ti dico: comprala. Manutenzione 0. Per quelli che fanno il paragone tra sostituire la batteria e il motore termico in caso di guasto consiglio di vedere quanto costa un motore nuovo.
@TheLucasGab How did you get your first customers?
I just published my new SaaS (a mobile app for managing beauty and hair salons) and am looking forward to ideas on how to get traction (also thinking about using your product for growth)
@benallfree@singly21@paulgosnell @rileybrown_ai There are only 2 ways:
- ad-hoc distribution (up to 100 UDIDs you have to get from your users),
- be a huge company and get approved for the business program
So, TL;DR: there are no examples π
@PovilasKorop Tell them to learn the mechanism of authentication, maybe starting with how session authentication works, why itβs important to encrypt the cookie, then move to tokens (jwt or sanctum) and AFTER those, they can pick the preferred ready-to-go solution