guys if you're going to slop the @wasp.sh repo at least use a smart model 😅
Just found out this: en.wikipedia.org/wiki/Simplif... Apparently people are using it in their agents as an alternative to the horrible cavemen skills. Perfect for @martinsos.bsky.social who's been asking everyone to "ELI12" lately.
Simplified Technical English - Wikipedia
en.wikipedia.org
You don't understand, with a Monad *I can tell the computer what to do*. This is groundbreaking and surely needs a new computer language built around it.
I spent some time at work today making an example Wasp app with 🦋 Bluesky/ATProto login: bsky-login-example-client.fly.dev github.com/wasp-lang/wa... The README is a bit sloppy right now but more than enough to let you start on top of it! I will work on getting it into @wasp.sh core soon™️
BREAKING: Chipotle's Pepper support bot has solved the Navier–Stokes problem
Best part of working at @wasp.sh? Grilling @martinsos.bsky.social daily when he tries to show us his latest emacs setup
I got access to GitHub's Stacked PRs beta, and I am... whelmed. Seems like a very simple implementation of the idea. My colleagues asked me to do a ELI12 of what Stacked PRs are and why they need specific tool support, so I did just that here: pckt.blog/b/dev-stream...
Stacked PRs explainer - Carlos' Dev Stream
Stacked PRs are the new GitHub implementation of an already-existing concept: stacked changes or stacked diffs. Stacked changes are a method for split a big cha...
pckt.blog
If you're using Mise and @haskell.org together, I have great news! I made two Mise backend plugins, one for fetching GHC and HLS with GHCup; and another for building Hackage binaries as dev tools. It's been extremely useful for us at @wasp.sh! github.com/wasp-lang/mi... github.com/wasp-lang/mi...
GitHub - wasp-lang/mise-ghcup: A mise backend plugin that installs Haskell tools through GHCup.
A mise backend plugin that installs Haskell tools through GHCup. - wasp-lang/mise-ghcup
github.com
Wow I'm so happy Elm isn't abandoned, I started my proper frontend with it and today I work at a Haskell compiler for web apps 🥹
New Elm release today! 🎉 0.19.2 🥳 Incremental builds of 850k lines of Elm in <350ms. Gearing up for a batch of smaller releases as we head towards Elm 1.0. elm-lang.org/news/faster-...
Our new Wasp Spec is just a program… which means you can just ask it to do program things. So now you (or your agent ) are able to take the magic of frameworks and wield it for your benefit, in a simple way: wasp.sh/blog/2026/07...
Roll your own file-based router in under 50 lines of code | Wasp
Wasp's spec is just a TypeScript program, so file-based routing isn't a framework feature you wait for — it's under 50 lines of code you own. Here's how to build one with the exact conventions you wan...
wasp.sh
Hi @react.dev, where should I go to post a feature request? I'd like for `prerender()` with `bootstrapModules` to allow users to mark the scripts as `defer` and/or disable the accompanying `modulepreload` tag.
Walking the fine line between (a) being stern on an AI slop PR, and (b) not wanting to fuck up some random person's day. Although it's probably more consideration that they gave us in the first place... 🫠
Is this the place where we complain about being a open source maintainer who get slop PRs???
Community Day of Wasp Launch Week #12 🐝 Four apps shipping on Wasp right now, across: - video editing (Twitch VOD AI) - UK property tech - Shopify chat - daycare lesson plans Yes, that's the actual lineup. Here's what they built ↓ wasp.sh/blog/2026/0...
Made with Wasp, Vol. 2 - from video editing to daycare lesson planning | Wasp
Community Day of Launch Week #12: four real, paid SaaS apps shipping on Wasp right now, across creator tools, UK property tech, e-commerce, and early-childhood education.
wasp.sh
This month on @wasp.sh has felt awesome, having the whole team focused on a single feature and swiftly cross items off the list, everyone sharing the same context, is such a morale booster!
And it's done with @vite.dev's Environment API!
Wasp now supports static prerendering! 🎉 And all it takes is one line: prerender: true Real HTML at build time. Instant content for users. Visible to every crawler, including AI ones like ChatGPT, Claude, and Perplexity. Read all about it in the comments 👇
Hey... psst... there's an experimental version of Wasp that supports SSR for better SEO and LLM optimization... just follow me into this dark alley: discord.com/channels/686...
Discord - Group Chat That’s All Fun & Games
Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.
discord.com
Our CI at @wasp.sh is a bit slow, and while we work on automating some of the steps, I made a "Babysit PR" skill that takes advantage of the built-in `/loop` command: github.com/cprecioso/do...
A Gentle Intro to npm Workspaces, With Visuals, by @precioso.design: https://wasp.sh/blog/2026/03/25/gentle-intro-npm-workspaces #introductions #npm
A gentle intro to npm workspaces, with visuals | Wasp
A deep dive into how npm workspaces work under the hood: how package managers resolve shared dependencies across packages, how Node.js finds imports via symlinks, and when to use workspaces in your JavaScript projects.
wasp.sh
npm workspaces are one of those things where the entire JS ecosystem collectively agreed to not look under the hood. I looked. It's symlinks, a fake root package, and the ol' trusty node_modules folder walk algorithm. That's it. That's the whole feature.
Most JS devs use npm workspaces every day without knowing how they actually work. I wrote a gentle intro to how they actually work. Turns out it's symlinks and a bit of smoke and mirrors. wasp.sh/blog/2026/03...
Most JS devs use npm workspaces every day without knowing how they actually work. I wrote a gentle intro to how they actually work. Turns out it's symlinks and a bit of smoke and mirrors. wasp.sh/blog/2026/03...
A gentle intro to npm workspaces, with visuals | Wasp
A deep dive into how npm workspaces work under the hood: how package managers resolve shared dependencies across packages, how Node.js finds imports via symlinks, and when to use workspaces in your Ja...
wasp.sh