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

my-webflow-boilerplate

v1.0.7

Published

A scalable boilerplate for Webflow projects with custom code, GSAP, Swiper, SCSS, Prettier, TypeScript, and more.

Downloads

39

Readme

🌐 My Webflow Boilerplate

Welcome to My Webflow Boilerplate - your ultimate starting point for building stunning, high-performance websites with Webflow, enhanced with the power of modern web technologies like Vite, TypeScript, and SCSS.


🚀 Features

  • ⚡ Fast Development: Utilize Vite for an incredibly fast development and build process.
  • 🔒 Type Safety: Leverage TypeScript for safer code across your project.
  • 🎨 Advanced Styling: SCSS allows for more complex and maintainable stylesheets.
  • 💥 Dynamic Interactions: GSAP and Swiper bring your site to life with animations and sliders.
  • 📅 Efficient Date Handling: Dayjs offers simple and powerful date manipulation.
  • ✅ Code Quality: Ensure high code quality with Prettier, ESLint, and Stylelint.
  • 🤖 Automated Workflows: Husky, Lint-staged, and Commitlint streamline your Git workflow.

📦 Installation

Getting Started

  1. Clone the repository to get your own copy of the boilerplate:

    git clone https://github.com/your-username/my-webflow-boilerplate.git
  2. Navigate to your project directory and install the necessary dependencies:

    cd my-webflow-boilerplate
    npm install

🛠 Usage

Development Workflow

  • Start Development Server: Access your app at http://localhost:3000.

    npm run dev
  • Build for Production: Optimized files will be in the dist directory.

    npm run build
  • Preview Production Build: Preview your app at http://localhost:5000.

    npm run serve

📁 Directory Structure

Understand the layout of the project for efficient navigation and management.

my-webflow-boilerplate/
├── src/
│   ├── assets/
│   │   ├── images/
│   │   ├── fonts/
│   │   └── styles/
│   ├── components/
│   ├── libs/
│   └── utils/
├── .env
├── .eslintrc.js
├── .prettierrc
├── package.json
├── tsconfig.json
├── vite.config.ts
└── README.md

🔧 Linting and Formatting

Ensuring Code Quality

  • ESLint: Lint your JavaScript/TypeScript for errors and code smells.
  • Prettier: Automatically format your code for consistency.
  • Stylelint: Keep your SCSS files clean and organized.

🪝 Git Hooks

Streamlining Git Operations

  • Husky: Manage Git hooks with ease.
  • Lint-staged: Lint only staged files to save time.
  • Commitlint: Enforce commit message conventions for better readability.

🤝 Contributing

We welcome contributions! If you have suggestions or want to fix a bug, feel free to make a pull request.


📄 License

This project is open-sourced under the MIT License.


❓ FAQs

Q: How do I update dependencies?

A: Run npm update to fetch the latest versions of your dependencies.

Q: Can I use this boilerplate for commercial projects?

A: Absolutely! This boilerplate is MIT licensed, meaning it's free for personal and commercial use.


📚 Changelog

Stay up to date with the changes and improvements made to the boilerplate.

  • 1.0.6: Added new features and fixed bugs.
  • 1.0.5: Improved documentation and updated dependencies.