If you want to create apps that delight, you’ve likely wrestled with four problems:
Optimistic Updates: Every change a user makes should appear instantly.
Aggressive Caching: The first load can cause loading states, but subsequent loads should take advantage of local storage.
Reactivity: Users expect collaborative experiences and sync across devices. Figma and Linear have shown how much delight that can bring.
Offline-Support: Especially for mobile, users expect they can still use your app during bad connections.
Solving these problems is one of the hardest parts. But here’s the rub: these aren’t problems we should need to deal with in the first place. If we had a local, reactive database available on the client, we think that could abstract away the complexity.
That’s Instant. If you’re curious, sign up for the waitlist.