Show HN: ActorCore – Stateful serverless framework that runs anywhere
Published on: 2025-04-23 03:57:25
Stateful Serverless That Runs Anywhere The easiest way to build stateful, AI agent, collaborative, or local-first applications.
Deploy to Rivet, Cloudflare, Bun, Node.js, and more. Documentation • Discord • X • Bluesky
Quickstart
Start By Framework
Start With Studio
Open Studio
Start With Template
npx create-actor@latest
What is Stateful Serverless?
Long-Lived, Stateful Compute
Each unit of compute is like a tiny server that remembers things between requests – no need to reload data or worry about timeouts. Like AWS Lambda, but with memory and no timeouts.
Durable State Without a Database
Your code's state is saved automatically—no database, ORM, or config needed. Just use regular JavaScript objects or SQLite (available in April).
Blazing-Fast Reads & Writes
State is stored on the same machine as your compute, so reads and writes are ultra-fast. No database round trips, no latency spikes.
Realtime, Made Simple
Update state and broadcast changes in realtime. No external
... Read full article.