PHPackages                             summernote-next/summernote-next - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. summernote-next/summernote-next

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

summernote-next/summernote-next
===============================

Super simple WYSIWYG editor on Bootstrap 5

1.0.1(1mo ago)32MITJavaScriptCI passing

Since May 9Pushed 4w agoCompare

[ Source](https://github.com/summernote-next/summernote-next)[ Packagist](https://packagist.org/packages/summernote-next/summernote-next)[ Docs](https://juergen-schwind.com/summernote-next)[ RSS](/packages/summernote-next-summernote-next/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (8)Used By (0)

Summernote Next
===============

[](#summernote-next)

[![npm version](https://camo.githubusercontent.com/63846b9b488e04961b9fd03781008e02b9f6aa8c651409ecc73a7423243a475f/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f6e706d2f73756d6d65726e6f74652d6e6578742f76657273696f6e2e7376673f763d312e302e31)](https://www.npmjs.com/package/summernote-next)[![npm downloads](https://camo.githubusercontent.com/806b888a4f066b9ada50720b4b2ae4c66238eb35bc0f06bf1884e46084c2175f/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f6e706d2f73756d6d65726e6f74652d6e6578742f646f776e6c6f61642e7376673f763d312e302e31)](https://www.npmjs.com/package/summernote-next)[![Composer version](https://camo.githubusercontent.com/6bcf2cad75b064178c9c655df0559a820e07e8eae1578f1f97299d18ed5e5f41/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f636f6d706f7365722f73756d6d65726e6f74652d6e6578742f73756d6d65726e6f74652d6e6578742f76657273696f6e2e7376673f763d312e302e31)](https://packagist.org/packages/summernote-next/summernote-next)[![Composer downloads](https://camo.githubusercontent.com/438b6fee2ded6c1f37a24b96ad29661f863a2ad3a98e7e4a6ab0959408eddc0c/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f636f6d706f7365722f73756d6d65726e6f74652d6e6578742f73756d6d65726e6f74652d6e6578742f646f776e6c6f61642e7376673f763d312e302e31)](https://packagist.org/packages/summernote-next/summernote-next)[![jsDelivr](https://camo.githubusercontent.com/0b0b65fc21cbf6d7e09bf9fd3fbf9284643dc3a8983d8f173767008205b0ff67/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f6a7364656c6976722f73756d6d65726e6f74652d6e6578742f686974732e7376673f763d312e302e31)](https://www.jsdelivr.com/package/npm/summernote-next)[![License](https://camo.githubusercontent.com/dc51b420f68760000a84b693a248442125a0e703fca09727f89a33d16499a892/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f6e706d2f73756d6d65726e6f74652d6e6578742f6c6963656e73652e7376673f763d312e302e31)](LICENSE)[![Tests](https://camo.githubusercontent.com/1fe5dc7f73abbc31020098ccc888218a33b1481a7b4ba4a130db6a96ccba7085/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f6769746875622f73756d6d65726e6f74652d6e6578742f73756d6d65726e6f74652d6e6578742f74657374732e7376673f763d312e302e31)](https://github.com/summernote-next/summernote-next/actions/workflows/tests.yml)[![codecov](https://camo.githubusercontent.com/cfb1a8d5f2b33cf389da0d3b43f8885209190747d7e7367d2ca265a7b4016bff/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f636f6465636f762f73756d6d65726e6f74652d6e6578742f73756d6d65726e6f74652d6e6578742f636f7665726167652e7376673f763d312e302e31)](https://codecov.io/gh/summernote-next/summernote-next)[![GitHub stars](https://camo.githubusercontent.com/e14a5d45c3054b21cbe10f02c5ef90fc7691b2312ac128120612fa9555fb504b/68747470733a2f2f6a62732d6e65776d656469612e64652f62616467652f6769746875622f73756d6d65726e6f74652d6e6578742f73756d6d65726e6f74652d6e6578742f73746172732e7376673f763d312e302e31)](https://github.com/summernote-next/summernote-next)

Summernote Next is a maintained MIT-licensed fork of Summernote (), focused on the current Bootstrap 5 build, a Vanilla JS API, and a public example catalog that matches this repository.

ResourceURLLive examplesGitHub repositoryOriginal repositoryMaintainerJürgen SchwindContactWebsiteLicense[MIT](./LICENSE)Highlights
----------

[](#highlights)

- Bootstrap 5 focused build
- Vanilla JS public API: `summernote.create()`, `summernote.invoke()`, `summernote.getInstance()`
- Compiled assets in `dist/`
- Public example pages aligned with the current fork
- MIT license with preserved upstream copyright notice and added fork copyright

Quick start
-----------

[](#quick-start)

Install dependencies and build the distributable files:

```
npm install
npm run build
```

Include Bootstrap 5 and the compiled Summernote Next assets in your page:

```

```

Add an editor element and initialize it with the public API:

```
Hello Summernote Next

  document.addEventListener('DOMContentLoaded', () => {
    summernote.create('#editor');
  });

```

For the Bootstrap-free variant, load the separate `summernote-next-classic` bundle instead:

```

```

Examples
--------

[](#examples)

The maintained example catalog for this fork is available at . The local `examples/` directory mirrors the public example structure and demonstrates the supported Bootstrap 5, Bootstrap-free `summernote-next-classic`, and Vanilla JS setups.

Development
-----------

[](#development)

Useful commands:

```
npm run lint
npm test
npm run build
```

Contributing
------------

[](#contributing)

Issues and pull requests should be opened in .

Maintainer
----------

[](#maintainer)

Summernote Next is maintained by Jürgen Schwind.

- Website:
- Email:

License
-------

[](#license)

Summernote Next is released under the MIT License. This project is a fork of Summernote (). This fork preserves the original Summernote MIT notice and adds the fork maintainer copyright for work from 2026 onward.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance93

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Total

2

Last Release

34d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44b85e5ce069ccae08123600bb24204ea8fe99c8cb5cbfae108ff29c179e503d?d=identicon)[jschwind](/maintainers/jschwind)

---

Top Contributors

[![jschwind](https://avatars.githubusercontent.com/u/985564?v=4)](https://github.com/jschwind "jschwind (46 commits)")

---

Tags

bootstrapbootstrap5editorrich-textsummernotesummernote-nextvanilla-jswysiwygeditorbootstrapwysiwygrich textsummernotevanilla-jssummernote-next

### Embed Badge

![Health badge](/badges/summernote-next-summernote-next/health.svg)

```
[![Health](https://phpackages.com/badges/summernote-next-summernote-next/health.svg)](https://phpackages.com/packages/summernote-next-summernote-next)
```

###  Alternatives

[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k320.3k5](/packages/froala-wysiwyg-editor)[ckeditor/ckeditor

JavaScript WYSIWYG web text editor.

5244.3M80](/packages/ckeditor-ckeditor)[tinymce/tinymce

Web based JavaScript HTML WYSIWYG editor control.

1708.1M124](/packages/tinymce-tinymce)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2553.0M24](/packages/stfalcon-tinymce-bundle)[unisharp/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

375766.8k5](/packages/unisharp-laravel-ckeditor)[ddoe/wysiwyg-editor-module

Summernote WYSIWYG Editor for OXID eShop.

191.0M5](/packages/ddoe-wysiwyg-editor-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
