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

@chalo_l/sapi

v1.0.2

Published

CLI modular para scaffolding de proyectos web con arquitectura CSS-First y Tailwind v4

Readme

Sapi CLI 🚀🛠️

Sapi CLI es una herramienta de interfaz de línea de comandos modular y automatizada diseñada para el andamiaje (scaffolding) de proyectos web bajo una arquitectura CSS-First y Tailwind CSS v4. La principal motivación detrás de este proyecto es erradicar las tareas repetitivas de configuración inicial (boilerplate), permitiendo estructurar en segundos entornos de trabajo limpios, combinaciones tipográficas optimizadas y paletas de colores comerciales inyectadas de forma nativa.

🛠️ Características Clave

Este ecosistema ha sido diseñado centrándose en la modularidad, la automatización fluida y la experiencia del desarrollador (DX):

  • Scaffolding de Arquitectura Modular: Permite estructurar proyectos seleccionando dinámicamente entre niveles de complejidad (Mínima, Estándar o Avanzada), adaptando la ubicación de los archivos de forma nativa según el framework elegido (Next o Astro).
  • Inyección Automática de Tokens (Tailwind v4): Configura fuentes desde Google Fonts y paletas de colores comerciales inyectando las directivas directamente en el bloque @theme del archivo CSS global, sin necesidad de configuraciones manuales complejas.
  • Sandbox Interactivo de Visualización: Genera automáticamente una vista minimalista de prueba (Layout e index) completamente responsivas para que el desarrollador pueda interactuar con sus fuentes, validar contrastes y copiar códigos hexadecimales al portapapeles con un solo clic.

💻 Tecnologías

El proyecto ha sido orquestado apoyándose en estas herramientas:

  • TypeScript & Node.js - Entorno principal de ejecución.
  • Astro & Next.js (App Router) - Frameworks populares del mercado soportados para la generación de la arquitectura.
  • Tailwind CSS v4 - Motor de diseño rápido basado en variables y directivas CSS nativas (@theme).
  • Clack (@clack/prompts) - Librería encargada de renderizar una interfaz interactiva de usuario en la terminal elegante y guiada.

🚀 Ejecución y Uso

Al ser una herramienta CLI moderna, no necesitas instalarla de forma permanente en tu sistema. Puedes ejecutar el asistente interactivo directamente desde la nube utilizando tu gestor de paquetes preferido:

# Ejecución rápida con PNPM (Recomendado)
pnpm dlx @chalo_l/sapi

# Ejecución rápida con NPM (Node.js)
npx @chalo_l/sapi

# Ejecución rápida con Bun
bunx @chalo_l/sapi