---
sidebar_position: 4
title: "Integrations"
---

## Node Packages

There are two JavaScript packages currently available for Squiggle:

- [`@quri/squiggle-lang`](https://www.npmjs.com/package/@quri/squiggle-lang)
- [`@quri/squiggle-components`](https://www.npmjs.com/package/@quri/squiggle-components)

Types are available for both packages.

## [Squiggle Language](https://www.npmjs.com/package/@quri/squiggle-lang) ![npm version](https://badge.fury.io/js/@quri%2Fsquiggle-lang.svg)

[_See `README.md` in Github_](https://github.com/quantified-uncertainty/squiggle/tree/develop/packages/squiggle-lang#use-the-npm-package)

## [Squiggle Components](https://www.npmjs.com/package/@quri/squiggle-components) ![npm version](https://badge.fury.io/js/@quri%2Fsquiggle-components.svg)

[_See `README.md` in Github_](https://github.com/quantified-uncertainty/squiggle/tree/develop/packages/components#usage-in-a-react-project)

This documentation uses `@quri/squiggle-components` frequently.

We host [a storybook](https://squiggle-components.netlify.app/) with details
and usage of each of the components made available.

## [Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=QURI.vscode-squiggle) ![npm version](https://vsmarketplacebadge.apphb.com/version/QURI.vscode-squiggle.svg)

This extention allows you to run and visualize Squiggle code.

## [Observable Library](https://observablehq.com/@hazelfire/squiggle)

An exportable [Observable Notebook](https://observablehq.com/@hazelfire/squiggle) of the key components that you can directly import and use in Observable notebooks.

## [NextJS starter](https://github.com/quantified-uncertainty/next-app-with-squiggle)

A template for presenting estimates on a nextjs site.