ActorCore icon
ActorCore icon

ActorCore

 Like

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.

ActorCore screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Self-Hosted
  • React
  • Node.JS
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Scalable

Features

  1.  Serverless
  2.  AI-Powered

 Tags

ActorCore News & Activities

Highlights All activities

Recent activities

Show all activities

ActorCore information

GitHub repository

  •  1,019 Stars
  •  31 Forks
  •  65 Open Issues
  •   Updated Jul 4, 2025 
View on GitHub

Our users have written 0 comments and reviews about ActorCore, and it has gotten 0 likes

ActorCore was added to AlternativeTo by Paul on Apr 17, 2025 and this page was last updated Apr 17, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is ActorCore?

The easiest way to build stateful, AI agent, collaborative, or local-first applications. Deploy to Rivet, Cloudflare, Bun, Node.js, and more.

  • 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 pub/sub systems, no polling – just built-in low-latency events.
  • Store Data Near Your Users: Your state lives close to your users on the edge – not in a faraway data center – so every interaction feels instant.
  • Serverless & Scalable: No servers to manage. Your code runs on-demand and scales automatically with usage.

Official Links