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

@younndai/lyt-spaces

v0.1.0

Published

Spaces — source-available structural work containers under PolyForm Noncommercial; separate terms may be available for uses the public license does not permit.

Readme

Spaces

Spaces is the structural WHERE of work in the YounndAI™ stack. The @younndai/lyt-spaces package provides the deterministic lyt-spaces CLI for creating, adopting, inspecting, indexing, and diagnosing complete Space roots.

Alpha: the CLI and its contracts may change while distributed team testing is underway.

Install

npm install --global @younndai/lyt-spaces@alpha
lyt-spaces --version
lyt-spaces --help

Spaces can work with a registered Lyt (Link Your Think™) vault through Lyt's public CLI, or against an explicitly supplied standalone vault fixture. Lyt remains the federated vault/Git substrate; it does not discover, invoke, or understand Spaces.

What it does

This package creates, adopts, scans, indexes, and diagnoses complete Space roots. A Space keeps its card, context, arcs, supporting documents, history, and insights together. arcs/ is useful scaffolding but is not required for an existing Space to remain valid.

lyt-spaces init --vault personal/ideas --path ba-example --slug ba-example --title "Example" --system-type build
lyt-spaces adopt --vault personal/ideas --path existing-project --slug ba-existing-project --title "Existing Project" --system-type project
lyt-spaces info ba-example --vault personal/ideas --json
lyt-spaces reindex --vault personal/ideas
lyt-spaces doctor --vault personal/ideas

For an isolated fixture without Lyt, replace --vault with both --vault-root <absolute-path> and --vault-rid <uuidv7>.

UUIDv7 input accepts both legacy compact and standard dashed text. New output is always normalized to lowercase RFC 9562 8-4-4-4-12 form; this changes representation, never identity.

New and adopted cards are schema v2 drafts with real UUIDv7 identity and no key material. adopt accepts either the exact historical bootstrap card or a plain existing folder; plain-folder adoption requires slug, title, and system type, creates only missing Space scaffolding, and leaves existing content untouched. A foreign or near-match space-card.md still fails closed. This package does not mint keys, activate Spaces, realize Mounts, create derived boards/inboxes/memory, or modify Lyt. Normal mode reads only the public lyt vault info --json surface to resolve a vault; all domain behavior remains package-local and identical in standalone mode.

License and trademarks

Copyright 2026 MARLINK TRADING SRL (YounndAI).

This package is source-available, not open source. It is licensed under the unmodified PolyForm Noncommercial License 1.0.0. Genuine noncommercial uses and the institutional uses named in that license are permitted automatically. Uses not already permitted by the public license may require separate commercial terms; contact [email protected] and see COMMERCIAL-LICENSE.md.

Changes and new works are limited to purposes permitted by the license. If you redistribute Spaces or a modified version, keep the PolyForm license (or its URL) and the applicable notices, as required by the license.

Access to this package does not include a hosted service, cloud account, support commitment, service level, or additional commercial rights.

YounndAI™ and Lyt (Link Your Think™) are trademarks of MARLINK TRADING SRL. The software license does not grant trademark rights. Forks and modified distributions must use a different name and branding; truthful nominative attribution remains permitted. See TRADEMARK.md and NOTICE.

Security reports should follow SECURITY.md. The current inbound-IP policy is described in CONTRIBUTING.md.