Pick your app

The examples below will be updated with your app ID.

Introduction

Getting started with Vanilla JS

You can use Instant with plain ol' Javascript/Typescript too. You may find this helpful to integrate Instant with a framework that doesn't have an official SDK yet.

To use Instant in a brand new project fire up your terminal set up a new project with Vite.

npx create-instant-app instant-vanilla
cd instant-vanilla

Create a new app and add your app ID to the .env file:

VITE_INSTANT_APP_ID=<YOUR_APP_ID_HERE>

Start up the development server:

npm run dev

Go to localhost:5173 and follow the final instruction to load the app!

Huzzah 🎉 You've got your first Instant web app running! Check out the Working with data section to learn more about how to use Instant :)