Example Apps built w/ Instant

Curious to see Instant in action? Here are some common apps to give you a sense on how to build with Instant.

Real-time Chat

~400 lines of code

BasicsSchemaQueriesTransactions

A real-time chat app showing the basics of using React Native with InstantDB.

In this tutorial, Beto walks through how to set up InstantDB in a React Native project, define a schema, write queries and transactions, and build a fully functional chat experience with instant syncing across devices.

App Builder

~500 lines of code

StoragePlatform API

A mobile app that builds other mobile apps!

In this tutorial, Simon builds on core InstantDB concepts and shows how to use Storage for uploading assets and the Platform API for programmatically spinning up databases.

Multiplayer Brain Game

~2000 lines of code

Full AppPresencePermissions

A multiplayer brain game live in the App Store.

Based on the stroop effect, players have to quickly identify the color of the word being shown, which can be different from the word itself. The game uses presence and permission features to create a competitive multiplayer experience!