# @prosekit/basic

[![npm](https://img.shields.io/npm/v/@prosekit/basic)](https://www.npmjs.com/package/@prosekit/basic)

A quick starter for [ProseKit](https://prosekit.dev), the toolkit for building rich text editors on the web. `defineBasicExtension()` bundles the most common nodes and marks (paragraphs, headings, bold, italic, lists, and more), so you can spin up a working editor in a single call.

> **Note:** This package is bundled into the main [`prosekit`](https://www.npmjs.com/package/prosekit) package. Most users should install `prosekit` and import from `prosekit/basic` instead of depending on this package directly.

## Documentation

See the [`prosekit/basic` reference](https://prosekit.dev/references/basic) and the [Quick Start](https://prosekit.dev/getting-started/quick-start) on [prosekit.dev](https://prosekit.dev).

## Sponsors

<p align="center"><a href="https://github.com/sponsors/ocavue"><img src="https://cdn.jsdelivr.net/gh/ocavue/sponsors/sponsorkit/sponsors.svg" alt="My Sponsors"></a></p>

## License

[MIT](https://github.com/prosekit/prosekit/blob/master/LICENSE)
