mj
@_mjmeyer
@redwoodjs core team • leveling up devs, indie hackers & my foundlings 👧👶👶 • aka the Dadalorian • digital gardening at http://mjmeyer.dev 🌱
actually got some time (read, stopped procrastinating) and finished v2 of my site — it's actually a digital garden btw. * fresh design * new content architecture * note processor – builds and transforms my @obsdmd notes * still WIP esp notes here's the before and after


a little pinch of claude code here a little dash @CloudflareDev containers there and a splash of some @RedwoodJS SDK and you get a 2x sneak peek of a VERY work-in-progress Machinen
i don't want to see another post about JS frameworks being released every week how much dev productivity are we losing just testing out every other agentic IDE / tool at this stage 😅
Introducing Kiro, an all-new agentic IDE that has a chance to transform how developers build software. Let me highlight three key innovations that make Kiro special: 1 - Kiro introduces spec-driven development, helping developers express their intent clearly through natural…
cursor habits + claude code = training wheels on a superbike claude code’s a jr dev (with flashes of senior brilliance). mentoring jr devs ≠ hovering over every diff: → give them air. watch what they try. → drop signposts, not shackles. → match guidance to the task (some…
🤤Cloudflare just launched per-branch preview deployments! > wrangler versions upload --preview-alias staging
Email Routing now supports Subaddressing developers.cloudflare.com/changelog/2025…
Rate limiting via RedwoodSDK's interrupters means you don't need to pepper all of your route handlers with unrelated code. Write an interrupter once, and share it with many different routes.
Rate limiting via RedwoodSDK's interrupters means you don't need to pepper all of your route handlers with unrelated code. Write an interrupter once, and share it with many different routes.
Now on Effect by Example: How to use Effect `HttpApi` with Next.js
Alchemy now supports Cloudflare's RateLimit binding! It's simple, but powerful tool for building your own rate limiting logic.
i can't tell you how much i love NOT writing yaml to configure our scaling my good little agents have gotten really excellent at it

TIL too 👇
holy shit TIL react can serialize async iterables just like it can promises
React Server Functions are awesome! You get type safety out of the box, and it's "not magic." Just standard HTTP stuff where the name is mapped to a file-path and function name. 1. Create a function. 2. Export it. 3. Import it. 4. Execute it.
hell yeah! lets gooo 🚀
Soon, http.createServer will be supported by @Cloudflare workers and you can use your fastify/express.js apps! github.com/cloudflare/wor…
more folks building on top of @RedwoodJS lets go! 🚀
@orangeframework is moving away from React Router and becoming a RSC framework and a set of libraries. React Server Components are the future and consolidate a lot of the magic various frameworks have been separately creating for years and with Orange’s goal of making the…
Redwood SDK is incredibly composable. You can bundle routes, middleware, and infrastructure in the same folder as a servce, and they can work independently from the rest of your app. Because of this, we can have really good plugins: So imagine you wanted a blog or a changelog…
It’s here → [shareware.dev] RedwoodSDK Add-Ons are now live. Plug in entire features. Paste one prompt. Let the agent do the work.
this dev experience is hard to beat 👇 @CloudflareDev + @RedwoodJS = 🫶
@CloudflareDev now even easier to debug w VS Code. 😍 Hit breakpoints (1) in MCP-server triggered by AI-chat and (2) in the durable object which calls openai from a @RedwoodJS RSC app.