npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@besser/wme

v1.0.9

Published

BESSER Web Modeling Editor

Downloads

302

Readme

BESSER Web Modeling Editor: A UML Modeling Editor

BESSER Web Modeling Editor is a UML modeling editor customized for the BESSER platform. It integrates BESSER's B-UML modeling language with powerful code generation capabilities, making it easy to design and generate code for software applications in a low-code environment.

About the web modeling editor

BESSER Web Modeling Editor enhances the UML modeling experience with added support for BESSER’s B-UML language. Designed for seamless integration with the BESSER low-code platform, the editor provides tools for creating, editing, and generating code from UML diagrams.

Key Features

B-UML Modeling

  • Support for Structural and StateMachine Models: Tailored to B-UML
  • Code Generation: Automatically translate models into executable code for various applications, such as:
    • Python code compatible with BESSER
    • Django models
    • SQLAlchemy database schemas
    • Full backend with FASTAPI

Core Features

  • Intuitive Editor:
    • Drag-and-drop interface
    • Text editing via double-click
    • Dark/light themes
  • Advanced Canvas:
    • Infinite grid-based canvas
    • Flexible element positioning
    • Automatic relationship routing with manual waypoint adjustments
  • Diagram Support:
    • Class Diagram
    • State Machine Diagram

Integration with BESSER Platform

  • Automatic Saving: Syncs with the BESSER backend.
  • Code Generators: Direct pipeline to BESSER's model-driven code generators.

Installation

Development

Clone the Repository

git clone https://github.com/BESSER-PEARL/BESSER-Web-Modeling-Editor.git
cd BESSER-Web-Modeling-Editor

Install Dependencies

npm install

Start the Development Server

npm run start

The editor will be accessible at http://localhost:8888.

Contributing

We welcome contributions! Please ensure that any updates maintain compatibility with the BESSER platform. For major changes, please open an issue to discuss them before submitting a pull request.

Refer to the CONTRIBUTING.md for more details.

License

This project is licensed under the MIT License.

About the BESSER Platform

BESSER (Building bEtter Smart Software fastER) is a low-code platform designed for rapid software development, using B-UML as its core modeling language. For more information, visit the official BESSER documentation or explore the BESSER GitHub repository.