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

@nocobase/plugin-logger

v2.0.5

Published

Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.

Readme

NocoBase

What is NocoBase

NocoBase is the most extensible AI-powered no-code platform.
Total control. Infinite extensibility. AI collaboration.
Enable your team to adapt quickly and cut costs dramatically.
No years of development. No millions wasted.
Deploy NocoBase in minutes — and take control of everything.

Homepage:
https://www.nocobase.com/

Online Demo:
https://demo.nocobase.com/new

Documents:
https://docs.nocobase.com/

Forum:
https://forum.nocobase.com/

Use Cases:
https://www.nocobase.com/en/blog/tags/customer-stories

Release Notes

Our blog is regularly updated with release notes and provides a weekly summary.

Distinctive features

1. Data model-driven, not form/table–driven

Instead of being constrained by forms or tables, NocoBase adopts a data model–driven approach, separating data structure from user interface to unlock unlimited possibilities.

  • UI and data structure are fully decoupled
  • Multiple blocks and actions can be created for the same table or record in any quantity or form
  • Supports the main database, external databases, and third-party APIs as data sources

model

2. AI employees, integrated into your business systems

Unlike standalone AI demos, NocoBase allows you to embed AI capabilities seamlessly into your interfaces, workflows, and data context, making AI truly useful in real business scenarios.

  • Define AI employees for roles such as translator, analyst, researcher, or assistant
  • Seamless AI–human collaboration in interfaces and workflows
  • Ensure AI usage is secure, transparent, and customizable for your business needs

AI-employee

3. What you see is what you get, incredibly easy to use

While enabling the development of complex business systems, NocoBase keeps the experience simple and intuitive.

  • One-click switch between usage mode and configuration mode
  • Pages serve as a canvas to arrange blocks and actions, similar to Notion
  • Configuration mode is designed for ordinary users, not just programmers

wysiwyg

4. Everything is a plugin, designed for extension

Adding more no-code features will never cover every business case. NocoBase is built for extension through its plugin-based microkernel architecture.

  • All functionalities are plugins, similar to WordPress
  • Plugins are ready to use upon installation
  • Pages, blocks, actions, APIs, and data sources can all be extended through custom plugins

plugins

Installation

NocoBase supports three installation methods:

  • Installing With Docker (👍Recommended)

    Suitable for no-code scenarios, no code to write. When upgrading, just download the latest image and reboot.

  • Installing from create-nocobase-app CLI

    The business code of the project is completely independent and supports low-code development.

  • Installing from Git source code

    If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.

How NocoBase works