Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@instantdb/core

Package Overview
Dependencies
Maintainers
4
Versions
3325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instantdb/core

Instant's core local abstraction

Source
npmnpm
Version
1.0.18
Version published
Weekly downloads
128K
-2.99%
Maintainers
4
Weekly downloads
 
Created
Source

Shows the Instant logo

@instantdb/core

stars

Get Started · Examples · Docs · Discord

Welcome to Instant's vanilla javascript SDK.

db.subscribeQuery({ todos: {} }, (resp) => {
  if (resp.error) {
    renderError(resp.error.message);
    return;
  }
  if (resp.data) {
    render(resp.data); // wohoo!
  }
});

Get Started

Follow the getting started in vanilla Javascript tutorial to set up a live app in under 5 minutes!

Questions?

If you have any questions, feel free to drop us a line on our Discord

FAQs

Package last updated on 27 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts