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 🙏

© 2026 – Pkg Stats / Ryan Hefner

hadmean

v0.21.0

Published

<h1 align="center"> <a href="https://github.com/dashpresshq/dashpress"> <img src="https://dashpress.io/assets/banner/1.png" alt="Logo" > </a> </h1>

Readme

Project license Pull Requests welcome

Maintainability Test Coverage GitHub CI


About

DashPress generates powerful admin apps from your database information

  • With just one command
  • Under 30 seconds
  • No tutorial
  • No learning curve
  • No drag and drop
  • No technical skills required
  • Zero maintenance

What you get is a fully functional admin app that is ready to be deployed.

DashPress will help you focus your engineering resources on building exciting features and not building and maintaining boring and repetitive CRUD apps.

Demo

https://demo.dashpress.io is an example admin app generated with DashPress without writing any line of code.

Features Walkthrough Video

Click on the image below to see a walkthrough of the many features DashPress provides.

Watch the video

Motivation

Most internal tool applications make you build from the ground up i.e you get a blank canvas, drag and drop components, and wire them together with SQL and Javascript/Python to satisfy your business requirement. This I believe has many problems.

  • They require some technical knowledge.
  • They require some learning curve.
  • They require time to build.
  • You duplicate a lot of business logic already in your database.
  • You to maintain them.

DashPress attempts internal tool generation with a new approach by introspecting your database and building a multi-page application based on all the info it can find like your field types, relationships, constraints etc. You literally can have your admin app done in seconds without any tutorial or coding.

Why you should try DashPress

  • It is free
  • Easiest installation, Just one command to install and run
  • You will always be running the latest version
  • The little learning curve with truly less than 5% technical knowledge requirement
  • Tons of features
  • Language/framework agnostic
  • Lastly, It is open source.

Getting Started

Prerequisites

  • Node.js
  • Supported database (MySQL, Postgres, MsSQL, SQLite)

Installation

$ cd <project_name>

$ npx dashpress

That is all, You will be able to see the application on http://localhost:3000.

If you prefer to use Docker, Check the Dockerfile.example file in the root folder of the repo.

Features

  • Unlimited Users
  • Unlimited Roles
  • One Command Installation
  • Actions Integrations
  • Dashboard Builder
  • CRUD
  • Self Hosted
  • Form Validations
  • Form Logic
  • Breadcrumbs
  • Rich Text Editor
  • Tab Views
  • DB Introspection
  • Fields Customisation
  • Secure Authentication
  • Synced DB Validations
  • Secure Credentials Storage
  • Light And Dark Mode
  • Intelligent Filters
  • Brand Colors
  • Intelligent Data Relationships
  • Menu Builder
  • Themes
  • Personalized Table
  • Bookmarks
  • 2FA
  • Multiple Dashboards
  • Data Export
  • Charts
  • Bulk Actions
  • Fine-Grained Crud Permissions
  • Change History
  • Sensitive Fields

Roadmap

See the open issues for a list of proposed features (and known issues).

Support

Join the community at one of the following places:

Project assistance

If you want to say thank you or/and support the active development of DashPress:

  • Add a GitHub Star to the project.
  • Tweet about DashPress.
  • Write interesting articles about DashPress on Dev.to, Medium or your blog.

Together, we can make DashPress better!

Contributing

First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please read our contribution guidelines, and thank you for being involved!

Security

DashPress takes security at heart and follows all known good practices of security, but 100% security cannot be assured. DashPress is provided "as is" without any warranty.

For more information and to report security issues, please refer to our security documentation.

License

This project is licensed under the GNU Affero General Public License v3.0.

See LICENSE for more information.