Experience stateful serverless computing with a temporary demo. Your demo will expire in 30 minutes.
Open an in-browser IDE, write your own worker, deploy it to a temporary demo project, and invoke it.
A simple counter that increments and decrements. Perfect for understanding state persistence.
A real-time chat room where messages persist. Multiple users can send messages that are stored in state.
A persistent todo list. Add, complete, and remove tasks that persist across sessions.
A shopping cart that maintains items and quantities. Perfect for e-commerce state management.