Nathan Flurry πŸ”©
banner
nathanflurry.com
Nathan Flurry πŸ”©
@nathanflurry.com
180 followers 700 following 71 posts
Open-Source Durable Objects alternative: https://git.new/rivet YC W23, SR002
Posts Media Videos Starter Packs
Just read your bio, I ate the onion 🫑
SQLite is still in the works, but we've built an open-source alternative to DO over at rivet.dev

Built to be as easy as possible to host on-prem. Supports both dedi hardware & serverless.

Happy to answer any questions!
Rivet - Build and scale stateful workloads
Rivet is a library for long-lived processes with durable state, realtime, and scalability. Easily self-hostable and works with your infrastructure.
rivet.dev
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...
Yep! Effect clusters & workflows are in alpha. There's some overlap, everything looks like an actor if you squint hard enough haha.

One of these weekends I'll roll a deeper Effect integration, but I haven't figured out how to correctly handle restoring Effects for durability.
Aye – our chat example should look pretty similar to what you're looking for! github.com/rivet-dev/ri...
github.com
DMs always open if you have questions!
We're building an open-source alternative to Durable Objects that runs in most clouds. We don't support Deno Deploy yet, but it could happen.
Durable Objects SQLite is also quite nice!
damn this thing should replace product managers
Oh no hahaha, that's what I get for copying grammar proofs out of Claude

I promise this post is 100% non-AGI hand-written otherwise πŸ˜…
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
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
this is so cool! how was your experience with turso?
i hear this a lot! which of the technical limitations have you ran in to?
"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 ⬇️
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 🧡
🀌 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
πŸ”Ά 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
oh dang, some rando posted our blog to HN and it’s climbing.

give it a read + an upvote!

news.ycombinator.com