Nathan Flurry 🔩
banner
nathanflurry.com
Nathan Flurry 🔩
@nathanflurry.com
Open-Source Durable Objects alternative: https://git.new/rivet
YC W23, SR002
Reposted by Nathan Flurry 🔩
In the age of AI do libraries or SAAS win?

@nathanflurry.com thinks it'll choose libraries

www.youtube.com/watch?v=gkx2...
open.spotify.com/episode/1An4...
October 3, 2025 at 3:05 PM
New blog post dropped: why Traefik was the slowest part of our stack & how we rewrote it from scratch in Rust 🦀

My 2025 H2 goal is to get really good at technical writing – this is the first of many posts to come

I loved writing every word of this, I hope you enjoy it too ⬇️
rivet.gg Rivet @rivet.gg · Jun 2
We are achieving 2,000x faster route propagation by rewriting Traefik in Rust.

Built for our open-source serverless platform:
- Lazy route resolution
- Request buffering for cold starts
- Infinite scaling
- Single stateless Rust binary

Technical deep dive: rivet.gg/blog/2025-06...
2,000x faster route propagation by rewriting our Traefik gateway in Rust
Rivet is an open-source, self-hostable serverless platform that supports Rivet Functions, Rivet Actors (open-source Cloudflare Durable Objects), and Rivet Containers. We've rewritten our Traefik-based...
rivet.gg
June 2, 2025 at 4:20 PM
Announcing: 🎨 Rivet Studio v1.0

A powerful development environment for @rivet.gg Actors & Cloudflare Durable Objects for realtime apps.

🧠 View/edit actor state
📞 Test RPCs like Postman
🔍 Explore live connections
🔥 Hot reload everything

studio.rivet.gg

youtube.com/shorts/LXUNq...
Introducing Rivet Studio
YouTube video by Rivet
youtube.com
April 9, 2025 at 7:14 PM
📝 @threepointone.bsky.social ask and ye shall receive 5,041 words

rivet.gg/blog/2025-03...
March 23, 2025 at 11:07 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 is on a mission to be the best framework for YOLO coding collaborative & stateful apps. we just added:

📄 prompts.txt
💻 Cursor, Windsurf, & Claude Code integrations
💚 @mintlify.bsky.social hooked us up with auto llms.txt

link below 🧵
March 2, 2025 at 10:40 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
🍕 SQLite-on-the-server isn't just for hobby projects - it's actually better at hyperscale than microscale

With @cloudflare.social Durable Objects & @tur.so, SQLite-per-partition is the future of distributed databases at scale

rivet.gg/blog/2025-02...
SQLite-on-the-Server Is Misunderstood: Better At Hyper-Scale Than Micro-Scale
We're Rivet, a new open-source, self-hostable serverless platform. We've been in the weeds with SQLite-on-the-server recently and – boy – do we have a lot of thoughts to share. Give us a star on GitHu...
rivet.gg
February 15, 2025 at 11:26 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
🍔 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
just released ActorCore 0.2.0 for @cloudflare.social
and @rivet.gg

we added RPC-over-HTTP and events-over-SSE as an alternative to WebSockets

this is going to enable some really interesting capabilities, check back in a couple days to see why 🫢

youtube.com/shorts/t6yMl...
ActorCore 0.2.0
YouTube video by Rivet
youtube.com
February 6, 2025 at 12:23 PM
⚡ i just dropped ActorCore v0.1.0 on NPM

@cloudflare.social durable objects will be the new cloud primitive in 2025, but they're vendor-locked to Workers

ActorCore lets you deploy actors to any serverless cloud

includes features like rpc, events, scheduling, & multiplayer

youtu.be/uatOSpXme4k
ActorCore Demo
YouTube video by Rivet
youtu.be
February 4, 2025 at 4:31 PM
rivet is to the point where it's so fun to hack with, it's getting distracting 😶

i whipped up an ai agent from scratch in a few minutes with @vercel.com ai sdk – persistence & real-time just work with rivet actors + state
rivet.gg Rivet @rivet.gg · Jan 31
Build Agents on open-source, stateful, serverless infra

Rivet provides the platform that handles memory, scaling, and workload distribution on the edge — so you can focus on your agent application or AI framework, not the infrastructure.

Agent demo built on the @vercel.com AI SDK

buff.ly/40DrvUu
Building Stateful Serverless AI Agents
YouTube video by Rivet
youtu.be
January 31, 2025 at 7:31 PM