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

create-flowlabkit-app

v1.2.3

Published

Official installer for @flowlabkit/ui - Create React apps with 8 beautiful themes, responsive system, and TypeScript support instantly. Requires @flowlabkit/ui as a dependency.

Readme

create-flowlabkit-app

Official installer for @flowlabkit/ui - Create React apps with 8 beautiful themes, responsive system, and TypeScript support instantly.

⚠️ Important: This package is a scaffolding tool that depends on @flowlabkit/ui. Generated projects will include @flowlabkit/ui as a dependency.

📚 About FlowLabKit UI

FlowLabKit UI is a comprehensive React component library featuring 8 beautiful themes, an advanced responsive system, and complete TypeScript support. This installer helps you quickly scaffold new projects with FlowLabKit UI pre-configured.

Main Package: @flowlabkit/ui
Documentation: https://skipmenow.github.io/flowlabkit-ui/
Repository: https://github.com/SkipMeNow/flowlabkit-ui

Quick Start

# Interactive installer (like Vite)
npm create flowlabkit-app@latest my-app

# Or with other package managers
yarn create flowlabkit-app my-app
pnpm create flowlabkit-app my-app

What You Get

The installer will prompt you to choose:

1. Framework

  • React - Popular UI library with component ecosystem
  • Vanilla - Pure HTML/CSS/JavaScript with theme variables

2. Language

  • TypeScript - Type-safe development with IntelliSense
  • JavaScript - Classic JavaScript for quick prototyping

3. Setup Type

  • Full Components - Complete UI library with all FlowLabKit components
  • Themes Only - Just the theme system with CSS variables

4. Theme Selection

  • Light & Dark only - Minimal core themes
  • + Ocean theme - Calming blues and cyans
  • + Forest theme - Natural greens
  • + Cyberpunk theme - Neon highlights on dark
  • All 8 themes - Complete theme collection

Templates

React + TypeScript + Components

Full-featured template with:

  • All FlowLabKit UI components (Button, Card, Input, Badge, etc.)
  • Advanced Responsive System with ResponsiveWrapper and responsive hooks
  • Mobile-First Design with automatic layout adaptation
  • Interactive theme switching and responsive demo
  • Component showcase with live examples
  • TypeScript support with full type safety
  • Vite development server

React + TypeScript + Themes Only

Lightweight template with:

  • Theme system only (CSS variables)
  • Basic responsive detection with window resize handling
  • Custom styling with theme variables
  • Theme switching functionality
  • Responsive demo showing breakpoints
  • TypeScript support

React + JavaScript variants

Same templates but using JavaScript instead of TypeScript.

Vanilla + TypeScript

Pure web template with:

  • No framework dependencies
  • CSS variables for theming
  • Theme switching with vanilla JS
  • TypeScript for type safety

Features

[[✓]] Interactive CLI - Like npm create vite@latest
[[✓]] Multiple Templates - React, Vanilla, TypeScript, JavaScript
[[✓]] Component Options - Full components or themes-only
[[✓]] Responsive System - Advanced mobile-first responsive behavior
[[✓]] Theme Selection - Choose specific themes or get them all
[[✓]] Ready to Run - Includes dev server and build scripts
[[✓]] Examples Included - Working demos with responsive features in every template

Example Usage

$ npm create flowlabkit-app@latest my-project

 Create FlowLabKit App

? Project name: › my-awesome-app
? Select a framework: › React
? Select setup type: › TypeScript + Components  
? Select themes to include: › All 8 themes

[[✓]] Project created! Next steps:
  cd my-awesome-app
  npm install
  npm run dev

Templates Generated

Each template includes:

  • package.json with proper dependencies
  • Vite configuration for fast development
  • Working examples of theme usage and responsive behavior
  • Responsive demos showing breakpoint detection
  • Component showcase (in full templates) with mobile-first design
  • Documentation and next steps
  • Build scripts for production

🔗 Related Links

| Resource | Link | |----------|------| | Main Package | @flowlabkit/ui | | Documentation | https://skipmenow.github.io/flowlabkit-ui/ | | GitHub Repository | https://github.com/SkipMeNow/flowlabkit-ui | | Issues & Support | https://github.com/SkipMeNow/flowlabkit-ui/issues |

⚠️ Dependencies

This installer creates projects that depend on:

  • @flowlabkit/ui - The main UI component library
  • react & react-dom - Required peer dependencies (18.0.0+)
  • vite - Development and build tool (included in generated templates)

📄 License

MIT - Same as @flowlabkit/ui