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

@swis/genui-studio

v1.1.0

Published

An AI-powered visual UI widget builder and design studio

Readme

GenUI Studio

npm Software License Buy us a tree Made by SWIS

An AI-powered visual UI widget builder and design studio. Create, edit, and manage reusable widget templates with the help of Claude or ChatGPT.

studio.png

What it does

GenUI Studio is a web-based IDE for building OpenAI Chatkit compatible widgets. You describe what you want in natural language, and the AI agent generates or modifies widget templates on a visual canvas. Templates use a JSX-like syntax that compiles to Nunjucks JSON templates, compatible with the @swis/genui-widgets component library.

Key features:

  • AI agent — Chat with Claude or ChatGPT to generate and modify widgets
  • Visual canvas — Drag, position, and arrange widgets on an infinite canvas
  • Live preview — See widgets render with dynamic template data in real time
  • Theme system — Full light/dark mode with customizable color palettes
  • Multi-project — Create and switch between multiple projects
  • Undo/redo — Full history with keyboard shortcuts

Quick start

Run it instantly with npx. No clone or install required:

npx @swis/genui-studio

Then open http://localhost:4277 in your browser.

You can change the port with the PORT environment variable:

PORT=3000 npx @swis/genui-studio

Requirements

API keys can be entered directly in the app's settings UI.

Development

If you want to contribute or run from source:

git clone https://github.com/swisnl/genui-studio.git
cd genui-studio
npm install

Optionally create a .env file in the project root:

VITE_ANTHROPIC_API_KEY=your_anthropic_key_here
VITE_OPENAI_API_KEY=your_openai_key_here
# Development server (hot reload)
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

This package is open-sourced software licensed under the GPL License.

This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you'll be creating employment for local families and restoring wildlife habitats.

SWIS :heart: Open Source

SWIS is a web agency from Leiden, the Netherlands. We love working with open source software.