Kameo is a toolkit for creating and rendering interactive web forms within rich text content, based on ProseMirror.
- Create and render web forms - Build interactive forms within rich text content
- Import/export forms - Save and load forms as JSON
- Dynamic form creation - Build forms programmatically with commands
- Rich text editing capabilities - Can be used as a rich text editor
- Extensible and customizable - Create your own custom extensions and form fields
- Framework agnostic - Works seamlessly across different frontend frameworks
- More to come - The project is actively evolving with new features on the way
IMPORTANT: Kameo is currently in active development and should not be used in production. During this early phase, npm packages will not strictly follow semantic versioning and will be published infrequently. For now, we recommend experimenting with Kameo in development environments only. You can clone the repository and use the development setup to try out the latest features.
To get started with development env, follow these steps:
Kameo also uses Web Awesome component library for which an npm package is not available yet. For now, we're getting access to Web Awesome through a temporary CDN (check out "dev playground"). Once npm package is available, more information will be provided on how to configure it for a project.
Kameo is built on top of Tiptap (core), a powerful editor framework for the web. To better understand how to work with Kameo, we recommend familiarizing yourself with the Tiptap API documentation:
Kameo is built on the following stack:
- ProseMirror, Tiptap (core)
- Lit, Web Components, Web Awesome
The MIT License (MIT). Please see License for more information.