https://github.com/prosekit/prosekit
Framework agnostic and headless rich text editor
https://github.com/prosekit/prosekit
Last synced: 2 months ago
JSON representation
Framework agnostic and headless rich text editor
- Host: GitHub
- URL: https://github.com/prosekit/prosekit
- Owner: prosekit
- License: mit
- Created: 2023-07-09T06:07:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-18T09:19:44.000Z (4 months ago)
- Last Synced: 2026-02-18T10:33:49.723Z (4 months ago)
- Language: TypeScript
- Homepage: https://prosekit.dev
- Size: 12.2 MB
- Stars: 922
- Watchers: 3
- Forks: 31
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-prosemirror - ProseKit - Framework agnostic and headless rich text editor (Editors)
README
# [ProseKit](https://prosekit.dev)
[](https://www.npmjs.com/package/prosekit)
The ultimate toolkit for text editing. Based on [ProseMirror](https://prosemirror.net/).
## Quick Start
You can install a full-featured example with a single command using [shadcn/ui](https://ui.shadcn.com):
```bash
# Use React
npx shadcn@latest add @prosekit/react-example-full
# Use Vue
npx shadcn@latest add @prosekit/vue-example-full
# Use Preact
npx shadcn@latest add @prosekit/preact-example-full
# Use Svelte
npx shadcn@latest add @prosekit/svelte-example-full
# Use Solid
npx shadcn@latest add @prosekit/solid-example-full
```
## Documentation
For full documentation, visit [prosekit.dev](https://prosekit.dev).
## Community
Join the community on [Discord](https://prosekit.dev/chat).
## Changelog
Detailed changes for each release are documented in the [CHANGELOG.md](https://github.com/ocavue/prosekit/blob/master/packages/prosekit/CHANGELOG.md).
## Contributing
See [CONTRIBUTING.md](https://github.com/ocavue/prosekit/blob/master/CONTRIBUTING.md) for details.
## License
MIT