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

@friendlyinternet/nuxt-crouton-devtools

v0.3.0

Published

DevTools integration for Nuxt Crouton - visual inspection and management of CRUD collections

Downloads

189

Readme

@friendlyinternet/nuxt-crouton-devtools

DevTools integration for Nuxt Crouton - visual inspection and management of CRUD collections.

Features

  • 🔍 Collection Inspector - View all registered collections in your app
  • 📊 Configuration Details - Inspect collection schemas, metadata, and settings
  • 🎨 Beautiful UI - Professional design with smooth animations and dark mode support
  • 🔎 Search & Filter - Quickly find collections by name, layer, or API path
  • ♻️ Refresh on Demand - Update collection data without reloading
  • 🌙 Dark Mode - Automatic dark mode support
  • 🚀 Zero Config - Works automatically when DevTools is enabled

Installation

pnpm add -D @friendlyinternet/nuxt-crouton-devtools

Usage

Add the module to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: [
    '@nuxt/devtools',
    '@friendlyinternet/nuxt-crouton-devtools'
  ],

  devtools: {
    enabled: true
  }
})

That's it! The DevTools integration will automatically appear in your Nuxt DevTools when you run your app in development mode.

What You'll See

Collection Inspector

The main view shows all collections registered in your app.config.croutonCollections:

  • Collection Cards - Quick overview of each collection
  • Search & Filter - Find collections by name, layer, or API path
  • Layer Badges - Visual indicators for internal/external/custom collections
  • Detail View - Click any collection to see full configuration

Collection Details

Each collection displays:

  • Name and key
  • API path
  • Component name (for internal collections)
  • Layer type
  • Full JSON configuration
  • Metadata and custom fields

Development

This package only runs in development mode and has zero impact on your production builds.

Requirements

  • Nuxt 4+
  • @nuxt/devtools
  • @friendlyinternet/nuxt-crouton

Roadmap

This is Phase 1 (MVP) of the DevTools integration. Future phases will include:

  • Phase 2: CRUD operations monitoring, API endpoint testing
  • Phase 3: Collection data browser with inline editing
  • Phase 4: Generator history and rollback management
  • Phase 5: Schema validation debugger, i18n manager

License

MIT

Contributing

Contributions are welcome! Please see the main repository for guidelines.