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

@cordlang/runix

v0.0.1-alpha.0

Published

Web framework on Cordlang — SEO, runtime, and deploy. Cordlang is the language; Runix is the product.

Readme

Runix

Framework web de producto sobre Cordlang.

Escribes .cord. Cordlang es el lenguaje (sintaxis 1.0, IR, check, preview). Runix es el framework: SEO, HTML por ruta, runtime de producción y deploy. No es un --backend del CLI de Cordlang.

npx @cordlang/runix init   →   .cord
                                      │
                            cordlang check / IR
                                      │
                                      ▼
                                   Runix
                     SEO · SSG/SSR · runtime · deploy

| Hoy (Fase 1, este paquete) | Destino (Fases 2–7) | |----------------------------|---------------------| | npx @cordlang/runix init / dev / check / build | HTML real por ruta, <head> de producto, datos de servidor, deploy | | Preview = cordlang run | Runtime propio sobre el IR, no un wrap de Next/Kit |

Install (npm)

npm i -g @cordlang/runix@alpha
# or, no install:
npx @cordlang/runix@alpha init mi-sitio
cd mi-sitio
npx @cordlang/runix check
npx @cordlang/runix dev

Requisito: el CLI de Cordlang en PATH, o RUNIX_CORDLANG apuntando al exe, o un clone hermano ../cordlang. Runix no reparsea .cord.

runix doctor              # encuentra cordlang + este paquete
runix init mi-sitio
runix init land --template landing
runix check
runix fmt
runix analyze
runix dev                 # preview del lenguaje
runix build               # export ESM → dist/runix

El source de la app es Cordlang 1.0. No inventes JSX, onClick, className ni file-routing tipo Next dentro de .cord.

Paquete npm vs binario nativo

| Artefacto | Rol | |-----------|-----| | @cordlang/runix en npm | Superficie de producto (npx @cordlang/runix). Este es el paquete que se publica. | | runix.exe (C) | Mismo contrato Fase 1, para quien compile este repo. Opcional. |

La API pública Node:

import { runCli, findCordlang, RUNIX_VERSION } from "@cordlang/runix";

Schema: schema/runix.schema.json.

Split (no negociable)

| | Cordlang | Runix | |---|----------|--------| | Qué | Lenguaje + compilador + IR + preview | Framework web opinado | | Repo | cordlang/cordlang | este (@cordlang/runix en npm) | | Owns | .cord, check, emit Official | SEO, SSG/SSR, runtime, hosting | | No es | Next / Vite / el framework | un cordlang --backend runix |

Docs

| Doc | Qué | |-----|-----| | docs/VISION.md | Por qué existe Runix | | docs/ROADMAP.md | Fases 1–8 | | docs/NPM.md | Publicar en npmjs | | docs/CONVENTIONS.md | Forma de un proyecto | | docs/ALLOWED_APIS.md | Superficie real (sin inventar) | | docs/CLI.md | Comandos | | docs/ARCHITECTURE.md | C hexagonal + paquete npm |

Build nativo (opcional)

build.bat
make
npm test
powershell -ExecutionPolicy Bypass -File tests\run_tests.ps1

License

Cordlang Attribution License 1.0. Los productos públicos deben acreditar "Built with Cordlang".