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

a11-coder

v1.0.1

Published

NOSSEN coding assistant for VS Code-compatible editors, including Kiro.

Readme

A11 Coder

A11 Coder is the NOSSEN coding assistant for VS Code-compatible editors, including Kiro.

It connects the editor to the A11 backend at https://a11.funesterie.me and keeps the day-to-day coding loop close to the workspace: chat, explain, fix, refactor, review, tests, docs, and security checks.

Du chaos de l'information a la clarte du sens.

Install

npm i a11-coder

For local VSIX development:

npm install
npm run compile
npm run package

Kiro and VS Code

A11 Coder is built for VS Code-compatible extension hosts. In Kiro, install or package the extension the same way you would a VS Code VSIX, then point the a11.serverUrl setting at the production backend or at a local A11 server while developing.

Recommended production setting:

{
  "a11.serverUrl": "https://a11.funesterie.me",
  "a11.model": "gpt-4o-mini",
  "a11.autoSuggest": true,
  "a11.theme": "auto"
}

What It Does

  • Chat with A11 from the editor sidebar.
  • Explain selected code and unfamiliar files.
  • Fix errors, refactor, and generate code from natural language.
  • Generate tests, docs, and commit messages.
  • Review code for quality, performance, and security risks.
  • Use inline chat with Ctrl+I when the editor has focus.

Commands

| Command | Shortcut | Description | | --- | --- | --- | | A11: Chat | Ctrl+Shift+A | Open the A11 chat panel | | A11: Expliquer le code | Ctrl+Shift+E | Explain selected code | | A11: Corriger les erreurs | Ctrl+Shift+F | Diagnose and fix the current file | | A11: Chat inline | Ctrl+I | Ask A11 in place from the editor |

NOSSEN Modules

The maintained module namespace is @nossen/*.

Use that scope for current packages, docs, examples, and future integrations. Older public names are not the canonical path anymore.

Access and Privacy

Cloud features send the selected prompt, file context, and editor request to the configured A11 backend for processing. Do not send secrets, private keys, recovery codes, or production credentials through chat prompts.

Private/admin capabilities are expected to sit behind account login and scoped access. Public docs should only reference public endpoints.

Support and Donations

A11 Coder is part of the Funesterie/NOSSEN project. If it saves you time or helps your work, support the infrastructure and maintenance through:

https://funesterie.me/contact/

Support is voluntary; it helps keep the public modules, docs, and services alive.

Links

  • Site: https://funesterie.me
  • A11: https://a11.funesterie.me
  • Contact: https://funesterie.me/contact/