Instant is a client-side database designed to simplify the process of building real-time and collaborative apps like Notion or Figma. It handles data fetching, permission checking, and offline caching for you. Every query is multiplayer by default, supporting features like cursors and online status. Through minimal code, you can create a real-time chat app with Instant. The platform eliminates the need for setting up servers and databases, making it easier to focus on creating a great user experience quickly. Instant’s architectural setup involves a Postgres database, a sync server in Clojure, and a client-side triple store. Get started by signing up on instantdb.com and try a demo in your browser.
https://github.com/instantdb/instant