RoomState

1 ricar 1 6/24/2025, 8:22:53 AM roomstate.site ↗

Comments (1)

ricar · 12h ago
I built RoomState solo during the Bolt Hackathon to solve a recurring annoyance: communicating real-world availability without constant messaging.

You create “rooms” that hold a current state — like Available, Occupied, or anything you define — and update them manually or on a timer. You can invite others with roles, or share a public read-only link for passive communication (no login required).

Example use cases:

Let roommates know you brought someone over

Quietly share when you're open to birthday calls

Use a dashboard to quickly toggle between states

API access planned for automation (Slack bots, smart homes, etc.)

Built with: React, Supabase, RevenueCat, Bolt.new Would love feedback or ideas — especially around real-world use cases.