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

trueeditr

v1.6.0

Published

The best lightweight AI-native WYSIWYG editor. A faster, cost-effective CKEditor alternative with built-in AI ghost text, smart formatting, and zero bloat (<50KB).

Readme

🚀 TrueEditr: Smart. Slim. AI-Native.

TrueEditr is the next-gen WYSIWYG editor built for developers who want the power of AI without the bloat of traditional editors. Plug in your own AI keys, white-label everything, and get started for free.

✨ Why TrueEditr?

  • 🤖 AI-Native & Universal: AI features (Ghost Text, Popover) are now enabled for all tiers, including Free.
  • ✨ Smart Formatting: Auto-detects lists like 1., a., i., and -.
  • 📦 Featherweight: < 50KB gzipped. No heavy UI frameworks.
  • 🛠 Pro Blocks: Advanced tables, logic-aware code blocks, and beautiful callouts.
  • 📝 Source Mode: View and edit raw HTML with a single click.
  • 📈 Built-in Analytics: Track loads, AI usage, and user engagement from one dashboard.
  • 🖼 Media Webhooks: Complete control over your image storage with HMAC-signed webhooks.

🚀 Quick Start

1. Installation

Via NPM

npm install trueeditr

Via CDN (Fastest)

Add this to your <head>:

<script src="https://trueeditr.in/v1/editor.js"></script>

2. Implementation

import TrueEditr from 'trueeditr';

const editor = new TrueEditr({
  key: 'te_your_api_key', // Optional for local dev/free tier
  selector: '#editor-container',
  config: {
    placeholder: 'Start writing something amazing...',
    watermark: false // Standard for Pro users
  }
});

🛠 Advanced Features

Smart Lists (v1.6.0)

TrueEditr now supports smart list detection. Type and space to trigger:

  • 1. -> Ordered List (Numeric)
  • a. -> Ordered List (Alpha)
  • i. -> Ordered List (Roman)
  • - -> Unordered List (Bullet)
  • * -> Unordered List (Bullet)

Pro Tips:

  • Backspace to Undo: If a list is automatically created and you didn't want it, just press Backspace immediately to revert to plain text.
  • Google Docs Style Tab: Press Tab inside a list to indent, or Shift+Tab to outdent.

AI Assistant (Universal)

Press Cmd+J (or Ctrl+J), type /ai, or click the ✨ button to open the AI popover.

  • Ghost Text: Suggestions appear as you type. Press Tab to accept.
  • Context Aware: Select text to Rewrite, Summarize, or Fix Grammar.

Pro Implementation (Tables, Code, Callouts)

Pro features are automatically enabled based on your API key's plan.

const editor = new TrueEditr({
  key: 'te_pro_key',
  selector: '#editor-container'
});

Media Uploads (Cloud Storage)

Configure your webhook in the dashboard, then enable uploads. TrueEditr will proxy the files to your backend with security headers.

⚙️ Configuration Options

| Property | Type | Default | Description | | :--- | :--- | :--- | :--- | | key | string | null | Required for Prod/Analytics. Optional for Dev. | | selector | string | null | Required. CSS selector for the target element. | | apiUrl | string | "https://trueeditr.in/api" | Base URL for the TrueEditr service. |

🌐 Dashboard & Enterprise

Manage your domains, check analytics, and upgrade to Pro at trueeditr.in.

🔗 Links

� License

MIT © 2026 TrueEditr Team.