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

@kidsinai/kids-opencode

v0.0.15

Published

Kids OpenCode — a kid-safe AI coding mentor (12+). One-command install via `bun add -g @kidsinai/kids-opencode`.

Readme

@kidsinai/kids-opencode

A kid-safe AI coding mentor for ages 12+. One-command install.

# the only line a parent needs
bun add -g @kidsinai/kids-opencode

# then their kid runs
kids-opencode --course portfolio-site --mission mission-1

What's in the box

Installing this package pulls down three siblings as dependencies:

Plus a kids-opencode shell wrapper that ties them together, and a postinstall script that drops a kid-safe default config + generates a session password.

Requires

  • macOS or Linux (Windows native is V1)
  • The AI engine (a small Go binary — install once via curl -fsSL https://opencode.ai/install | sh). If missing on first run, kids-opencode prints a friendly hint.
  • bun (any recent version). If you installed via curl -fsSL https://airbotix.ai/install/kids | sh it was set up for you.

What kids see

A welcome screen, a Mission progress bar, an AI mentor that asks "may I do this?" before touching any file, an Esc key that always interrupts, a Kids Helpline overlay for crisis terms, and a celebration when they finish a Mission.

What they don't see: the underlying agent runtime, the plugin registration, the SSE event stream, or any "opencode" branding. They feel like they're using one tool — Kids OpenCode.

Subcommands

kids-opencode                                     start a coding session
kids-opencode --course <pack>                     start a guided Course Pack
kids-opencode --course <pack> --mission <id>      jump to specific Mission
kids-opencode check <mission>                     validate a Mission's acceptance
kids-opencode register                            parent registration
kids-opencode --update                            update to the latest version
kids-opencode --shutdown                          stop the background AI server
kids-opencode --version                           show version
kids-opencode --kids-help                         kid-friendly help

Architecture (engineering reference)

kids-opencode (wrapper, this package)
  └─ exec ─→ kids-client (Ink TUI)
              └─ spawns ─→ opencode serve (AI engine)
                            ├─ loads kids-opencode-plugin (safety layer)
                            └─ loads kids-opencode-tui-plugin (theme)

The wrapper's job:

  1. PATH bootstrap so the same shell that ran install works immediately
  2. Resolve symlinks to find sibling deps (kids-client) in npm install
  3. AI-disclosure banner (compliance)
  4. Subcommand dispatch
  5. Hand off to kids-client

Compliance

  • AU Children's Online Privacy Code — submission filed (see kids-opencode docs/compliance/)
  • OAIC — consultation submission drafted
  • Safety prompts — all user-visible AI replies pass through the system prompt + danger-topic filter
  • Audit — every tool call emits a structured JSON line to stderr (eventual sink: platform-backend /api/audit)

Repository

Source lives at kidsinai/kids-opencode. PRs and issues there.

License

MIT.