Sean Matthews
seanspeaks.bsky.social
Sean Matthews
@seanspeaks.bsky.social
Creator, entrepreneur, "thinker", fun
seanspeaks.me

Building:
- lefthook.com (agency),
- friggframework.org (open source integration framework)
- https://frigg.cloud (integration management dashboard)
- https://tinysaas.studio (collective)
- more
This reminds me of one of the two boys, I forget which… I went to change him, took the diaper off, got peed on, started laughing, got pooped on, started cry laughing, stood up after bending down to get a third diaper (since the replacement was only half on when said poop happened) and then… mor pee
July 26, 2025 at 3:24 AM
Funny I am just about to do the same 😂
July 25, 2025 at 1:01 PM
RIP Chuck 🙏
July 25, 2025 at 1:22 AM
If you mean bootstrap then no hate here 😂

Boostrap sounds risky tho

Also not the first person I’ve talked to in the past few weeks who’s team Laravel all the way
July 1, 2025 at 6:36 PM
I’m trying to nail down a stack that will make it fun and easy to build apps on the fly: seanstack.vercel.app

Would you want to control the code stack?
Next.jsTypeScriptTailwind CSSPayload CMSServerlessVercel
seanstack.vercel.app
July 1, 2025 at 2:42 PM
Maaaybe
July 1, 2025 at 12:11 AM
What I want to know is what he’s doing today?
June 27, 2025 at 4:53 PM
Huzzah! Bookmarking. I’ve been nervous as I use Claude-flow from ruv, it works well but it’s deeply tied to Claude code. I was worried swap out wouldn’t work well. Eventually this would be a great combo! Especially if we can fine tune it for local models.
June 25, 2025 at 3:00 PM
(I don’t know that this kind of separation is possible in a local machine, feels like it’s a boundary that needs to be set up across machines, which means the test suite needs to be maintained and set up in a different “machine”, even if it’s virtual)
June 24, 2025 at 1:34 AM
They submit the code and get the response back and need to solve, and can even get the full suite of “expects” in advance. But they can’t modify or see the underlying test setup.
June 24, 2025 at 1:34 AM
My updates were non existent here! It was quite the day.
June 23, 2025 at 1:00 AM
Make it subtle/where you normally see by lines, copyright, licensing, etc and not a banner ad and I think everyone says “ah, I should do that some day” without any issue 😂😅
June 20, 2025 at 5:11 AM
For sure! They’re good people 👌
June 17, 2025 at 11:15 PM
Theirs in process, yours is product to power the process
June 17, 2025 at 5:40 PM
Feels like a good partnership opportunity with the full stack solo crew
June 17, 2025 at 5:40 PM
I’m comfortable with it.
June 7, 2025 at 5:04 PM
Yeah gotcha. This is the pattern I intend to reach for. Scheduled events, store the id in case a user wants to pause/stop (to delete the scheduled event), and as the event executes, evaluate whether it’s supposed to self schedule or just complete (so, update the db). I would use lambda because
June 7, 2025 at 5:04 PM
What are you running on, infrastructure wise?

AWS EventBridge has scheduled events you can create that kick off whatever you need them to kick off (lambda function it sounds like in this case).

Pass along whatever data you need on invocation. Use that to load state and do your thang.
June 7, 2025 at 5:49 AM