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-fluid-pwa

v1.0.0

Published

πŸš€ Interactive CLI to create Fluid PWA projects with customizable features and templates

Readme

create-fluid-pwa

πŸš€ Interactive CLI to create Fluid PWA projects with customizable features and templates

Similar to create-next-app, but specifically designed for offline-first Progressive Web Apps with Fluid PWA framework.

Quick Start

npx create-fluid-pwa@latest
# or
npm create fluid-pwa@latest
# or
yarn create fluid-pwa
# or
pnpm create fluid-pwa

Features

🎨 Interactive Terminal UI

Beautiful, intuitive prompts powered by @clack/prompts with:

  • Project name validation
  • Template selection with descriptions
  • Feature selection (batteries included)
  • Styling framework choice
  • Package manager preference
  • Configuration summary

πŸ“¦ Templates

Choose from pre-configured templates:

  • πŸ“¦ Basic - Minimal setup with essential features
  • 🎯 Full Featured - Complete setup with all batteries included
  • πŸ›’ E-commerce - Optimized for online stores and marketplaces
  • πŸ“Š Dashboard - Perfect for admin panels and analytics
  • πŸ“ Blog/CMS - Content management and publishing
  • πŸ‘₯ Social Media - Social features and user interactions

πŸ”‹ Batteries (Features)

Select from a comprehensive set of features:

  • πŸ” Authentication - User login/logout with offline support
  • πŸ”„ Background Sync - Automatic data synchronization
  • πŸ“’ Push Notifications - Web push notifications support
  • πŸ“ File Storage - Offline file management and caching
  • ⚑ Real-time Updates - WebSocket/SSE integration
  • πŸ“ˆ Analytics - Offline-first analytics tracking
  • πŸ”’ Data Encryption - Client-side data encryption
  • βš™οΈ WebAssembly - WASM modules for performance
  • πŸ‘· Web Workers - Background processing threads
  • 🎨 UI Component Library - Pre-built PWA-optimized components

🎨 Styling Options

  • Tailwind CSS - Utility-first CSS framework
  • Styled Components - CSS-in-JS styling
  • Emotion - CSS-in-JS with excellent performance
  • Vanilla CSS - Plain CSS with CSS modules

πŸ“¦ Package Managers

  • npm
  • Yarn
  • pnpm
  • Bun

Usage Examples

Interactive Mode (Recommended)

npx create-fluid-pwa@latest

Non-Interactive Mode (Coming Soon)

npx create-fluid-pwa@latest my-app --template full-featured --features auth,sync,push-notifications --typescript

What's Generated

Your new Fluid PWA project includes:

my-fluid-pwa/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ app/
β”‚   β”‚   β”œβ”€β”€ page.tsx          # Main application page
β”‚   β”‚   β”œβ”€β”€ layout.tsx        # Root layout
β”‚   β”‚   └── globals.css       # Global styles
β”‚   └── lib/
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ manifest.json         # PWA manifest
β”‚   └── icons/                # PWA icons
β”œβ”€β”€ package.json              # Dependencies and scripts
β”œβ”€β”€ next.config.js            # Next.js configuration
β”œβ”€β”€ tailwind.config.js        # Tailwind configuration
└── README.md                 # Project documentation

Getting Started After Creation

cd my-fluid-pwa
npm run dev

Open http://localhost:3000 to see your new Fluid PWA.

Development

To work on the CLI tool itself:

git clone https://github.com/fluid-pwa/create-fluid-pwa.git
cd create-fluid-pwa
npm install
npm run dev

Contributing

We welcome contributions! Please see our Contributing Guide.

License

MIT Β© Fluid PWA Team


Built with ❀️ by the Fluid PWA community