Nathan Flurry 🔩
banner
nathanflurry.com
Nathan Flurry 🔩
@nathanflurry.com
Open-Source Durable Objects alternative: https://git.new/rivet
YC W23, SR002
DMs always open if you have questions!
August 12, 2025 at 5:54 PM
📝 @threepointone.bsky.social ask and ye shall receive 5,041 words

rivet.gg/blog/2025-03...
March 23, 2025 at 11:07 AM
March 22, 2025 at 2:36 AM
"The only people I know actually getting Durable Objects working are Cloudflare employees" - @t3.gg on stream

If you're curious about Durable Objects but not the complexity:

ActorCore.org has been my obsession for the past month to make DO as simple as possible

Example code & GitHub below ⬇️
March 22, 2025 at 2:35 AM
New in ActorCore v0.7.4: Rust client support 🦀

$ cargo add actor-core-client

It's:
✅ stupid fast
✅ runs anywhere
✅ ready to ship

Check out the docs & repo 🧵
March 21, 2025 at 9:25 AM
🤌 i talked to sooo many devs to refine ActorCore v0.7's new api. the same code in Durable Objects is now 4x longer

✅ pure functions, no more `extends Actor`
✅ split actors x-file
✅ short & fun to write

try this thing and tell me it's not the best way to write realtime apps
March 16, 2025 at 1:20 PM
🔶 ActorCore 0.6.0 just shipped with a super slick create-actor cli and overhauled docs

create your first stateful, scalable, realtime actor with:

$ npx create-actor@latest
March 5, 2025 at 8:06 AM
oh dang, some rando posted our blog to HN and it’s climbing.

give it a read + an upvote!

news.ycombinator.com
March 3, 2025 at 5:46 PM
ActorCore v0.5.0 + @hono.dev 🔥

by far our most requested feature: ActorCore now exposes `createRouter` to let you quickly include ActorCore in existing projects

plus: exposed driver API, new topology, and loads of new docs. github & changelog below 🧵
March 2, 2025 at 8:18 AM
Two days with @anthropic.com Claude Code (vs Aider & Cursor) – currently my favorite copilot.

+ Smart search/replace w/o explicit files
+ Smart auto-architect/ask switching
- No auto-lint/test
- No explicit fs scope (aka /add)
- No web crawling
- Buggy 1.0 UI
- No vim bindings
February 26, 2025 at 8:10 AM
actorcore.org just passed 300 stars ✨

what do you want to see us ship next? what features do think Durable Objects should include by default?

github.com/rivet-gg/act...
February 18, 2025 at 8:32 AM
👾 ActorCore v0.4.0 brings the scalability & flexibility of Durable Objects/PartyKit to @bunjavascript
using P2P gaming techniques

this was wicked fun to build, so here's a quick breakdown

diagram – link.excalidraw.com/readonly/0gq...

source – github.com/rivet-gg/act...
February 15, 2025 at 12:57 AM
February 13, 2025 at 8:39 PM
🍔 just released: ActorCore for @bun.sh

build scalable collaborative apps, realtime backends, and ai agents easily

and holy moly Bun runs ~2x faster than Node.js (benchmarks below ⬇️)
February 13, 2025 at 8:38 PM
curious on your thoughts about the partykit message & state handling

i've been trying to take it a step further with some stuff i'm working on, here's a similar demo
January 31, 2025 at 8:16 PM
we're building an open-source durable objects, trying to build a developer experience as easy as socketio, would love feedback! github.com/rivet-gg/rivet
January 29, 2025 at 7:44 AM