YC W23, SR002
@nathanflurry.com thinks it'll choose libraries
www.youtube.com/watch?v=gkx2...
open.spotify.com/episode/1An4...
@nathanflurry.com thinks it'll choose libraries
www.youtube.com/watch?v=gkx2...
open.spotify.com/episode/1An4...
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 ⬇️
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...
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 ⬇️
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...
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...
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 ⬇️
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 ⬇️
$ cargo add actor-core-client
It's:
✅ stupid fast
✅ runs anywhere
✅ ready to ship
Check out the docs & repo 🧵
$ cargo add actor-core-client
It's:
✅ stupid fast
✅ runs anywhere
✅ ready to ship
Check out the docs & repo 🧵
✅ 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
✅ 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
create your first stateful, scalable, realtime actor with:
$ npx create-actor@latest
create your first stateful, scalable, realtime actor with:
$ npx create-actor@latest
give it a read + an upvote!
news.ycombinator.com
give it a read + an upvote!
news.ycombinator.com
📄 prompts.txt
💻 Cursor, Windsurf, & Claude Code integrations
💚 @mintlify.bsky.social hooked us up with auto llms.txt
link below 🧵
📄 prompts.txt
💻 Cursor, Windsurf, & Claude Code integrations
💚 @mintlify.bsky.social hooked us up with auto llms.txt
link below 🧵
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 🧵
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 🧵
+ 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
+ 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
what do you want to see us ship next? what features do think Durable Objects should include by default?
github.com/rivet-gg/act...
what do you want to see us ship next? what features do think Durable Objects should include by default?
github.com/rivet-gg/act...
With @cloudflare.social Durable Objects & @tur.so, SQLite-per-partition is the future of distributed databases at scale
rivet.gg/blog/2025-02...
With @cloudflare.social Durable Objects & @tur.so, SQLite-per-partition is the future of distributed databases at scale
rivet.gg/blog/2025-02...
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...
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...
build scalable collaborative apps, realtime backends, and ai agents easily
and holy moly Bun runs ~2x faster than Node.js (benchmarks below ⬇️)
build scalable collaborative apps, realtime backends, and ai agents easily
and holy moly Bun runs ~2x faster than Node.js (benchmarks below ⬇️)
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...
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...
@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
@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
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 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
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