# @spreadish/sometic

> Official Sometic persistence and multi-workbook workspace adapters for Spreadish.

Latest version **0.2.0** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @spreadish/sometic
pnpm add @spreadish/sometic
yarn add @spreadish/sometic
bun add @spreadish/sometic
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2026-09-24 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 5 |
| Unpacked size | 91.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Author | Spreadish contributors |
| Maintainers | m.aitisam.yaseen |
| Keywords | spreadsheet, spreadish, sometic, persistence, indexeddb |

## Links

- npm: https://www.npmjs.com/package/@spreadish/sometic
- Repository: https://github.com/aitistack/spreadish
- Homepage: https://spreadish.aitistack.com/docs/api/sometic
- Issues: https://github.com/aitistack/spreadish/issues
- npm.io page: https://npm.io/package/@spreadish/sometic

## Dependencies (5)

- [@sometic/core](https://npm.io/package/@sometic/core.md) ^1.0.7
- [@sometic/http](https://npm.io/package/@sometic/http.md) 3.0.3
- [@sometic/query](https://npm.io/package/@sometic/query.md) ^3.0.3
- [@sometic/store](https://npm.io/package/@sometic/store.md) ^1.1.3
- [@spreadish/core](https://npm.io/package/@spreadish/core.md) 0.2.0

## Alternatives

- [csv-to-markdown-table](https://npm.io/package/csv-to-markdown-table.md) — 47.0K weekly downloads
- [@sapphire/ratelimits](https://npm.io/package/@sapphire/ratelimits.md) — 4.4K weekly downloads
- [js-csvparser](https://npm.io/package/js-csvparser.md) — 2.0K weekly downloads
- [@adadapted/js-sdk](https://npm.io/package/@adadapted/js-sdk.md) — 251 weekly downloads
- [@grapecity/spread-sheets-sparklines](https://npm.io/package/@grapecity/spread-sheets-sparklines.md) — 103 weekly downloads

## Recent versions

- 0.2.0 (latest) — 2026-09-24
- 0.1.1 — 2026-09-23
- 0.1.0 — 2026-09-23

## README

# Spreadish

Open-source, high-performance spreadsheet engine for React applications.

**Docs:** [https://spreadish.aitistack.com](https://spreadish.aitistack.com) · **Playground:** [https://spreadish.aitistack.com/playground](https://spreadish.aitistack.com/playground)

## Install

```bash
bun add @spreadish/core @spreadish/react @spreadish/sometic
```

## Packages

| Package                                                                                | Description                                          |
| -------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [`@spreadish/core`](https://spreadish.aitistack.com/docs/api/core)                     | Workbook, commands, history, formulas, import/export |
| [`@spreadish/react`](https://spreadish.aitistack.com/docs/api/react)                   | Virtualized grid and interaction UI                  |
| [`@spreadish/sometic`](https://spreadish.aitistack.com/docs/api/sometic)               | Persistence sessions and multi-workbook workspaces   |
| [`@spreadish/formula-engine`](https://spreadish.aitistack.com/docs/api/formula-engine) | Lexer / parser / evaluator                           |
| [`@spreadish/utils`](https://spreadish.aitistack.com/docs/api/utils)                   | Shared pure helpers                                  |

## Local development

```bash
bun install
bun run dev
```

`bun run dev` serves the documentation site (including `/playground`) at `http://127.0.0.1:5173`.

## Contributing

See [Contributing](https://spreadish.aitistack.com/docs/contributing) and [CONTRIBUTING.md](./CONTRIBUTING.md).

---
_Source: https://npm.io/package/@spreadish/sometic · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
