# sandpack
**Repository Path**: mirrors_bvaughn/sandpack
## Basic Information
- **Project Name**: sandpack
- **Description**: A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.
- **Primary Language**: Unknown
- **License**: GPL-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-16
- **Last Updated**: 2026-02-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Sandpack
Sandpack is a component toolkit for creating your own live running code editing experience powered by CodeSandbox.
[Learn more about Sandpack](https://sandpack.codesandbox.io/)
## Sandpack client
This is a small foundation package that sits on top of the bundler. It is
framework agnostic and facilitates the handshake between your context and the bundler iframe.
[Read more](https://sandpack.codesandbox.io/docs/advanced-usage/client)
## Sandpack React
React components that give you the power of editable sandboxes that run in the browser.
```jsx
import { Sandpack } from "@codesandbox/sandpack-react";
import "@codesandbox/sandpack-react/dist/index.css";
;
```
[Read more](https://sandpack.codesandbox.io/docs/advanced-usage/components)
## Documentation
You can find the Sandpack documentation on [https://sandpack.codesandbox.io/docs/](https://sandpack.codesandbox.io/docs).
Start with the [Sandpack introduction](https://sandpack.codesandbox.io/docs) page for a quick overview and you can kick the tyres as well.
The documentation is divided into following sections:
- [Getting Started](https://sandpack.codesandbox.io/docs/getting-started/install)
- [Advanced Guides](https://sandpack.codesandbox.io/docs/advanced-usage/provider)
- [API reference](https://sandpack.codesandbox.io/docs/api/client)
- [Releases](https://sandpack.codesandbox.io/docs/releases)