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

automater

v1.0.2

Published

Scaffold modern web apps with best practices in seconds

Readme

Automater

Skip the setup, focus on the code - built for Hack Your Future

Automater is a CLI tool designed for Hack Your Future participants to instantly create production-ready web applications. Skip the boring configuration and jump straight into the design-to-code feedback loop that matters most in real development work.

While primarily built to support Hack Your Future assignments, Automater follows the Open-Closed Principle - stable core functionality that's easily extensible for other educational programs and use cases.

What is Hack Your Future?

Hack Your Future]

What is Automater?

Automater solves the "blank page problem" for developers by providing:

  • Instant scaffolding with automater create my-app --features=mui,biome
  • Conflict-free integrations - installing MUI automatically handles Tailwind conflicts
  • Best practice defaults - follows official docs from Vite, Next.js, MUI, Biome, etc.
  • Incremental additions - add features to existing projects safely

Think npm create cloudflare@latest but for any stack combination with intelligent conflict resolution.

Quick Start

Create a New Project

# NextJS + TypeScript + MUI + Toolpad + Biome + Cloudflare
npx automater create examples/opennext-mui-toolpad --features=mui-toolpad

Demo

List Available Options

automater list templates
automater list features

Supported Features

📖 Complete reference: See OPTIONS_OVERVIEW.md for detailed feature descriptions, sources, and compatibility matrix.

Security & Quality ⭐

  • serverHardening (Default): Production-ready security headers following OWASP guidelines
  • biome (Default): Fast Rust-based linter/formatter from Biome project

🔒 Security Best Practices - Detailed security implementation and verification guide.

Styling & UI

Deployment

Default Features

All templates include serverHardening and biome by default for production readiness and optimal developer experience.

Coding Principles

Automater follows essential development principles that help developers write clear, maintainable code:

  • RTFM (Respect The Framework's Model): Follow official documentation and framework conventions
  • C4C (Coding For Clarity): Write code that's easy to read and understand
  • C4I (Code for Inclusivity): Make your code accessible to new team members
  • KISS (Keep It Simple Stupid): Choose simplicity over cleverness
  • YAGNI (You Aren't Gonna Need It): Don't build features until they're needed
  • HIPI (Hide Implementation, Present Interface): Encapsulate complexity behind clear APIs
  • NBI (Naming by Intention): Use names that clearly express purpose and behavior

Every generated project embeds these principles through code comments, structure, and tool choices.

📖 More Information - Detailed explanations, enterprise principles, SOLID, and 15-factor app guidelines.

🔧 Toolpad Best Practices - Essential patterns for MUI Toolpad implementation based on official examples.

How It Works

Conflict Resolution

Automater intelligently handles conflicts between tools:

  • Installing MUI removes Tailwind and offers CSS-in-JS alternatives
  • Adding Biome replaces existing ESLint + Prettier configurations
  • Framework-specific integrations follow official documentation

Best Practices

Every feature follows official documentation:

Development

Prerequisites

  • Node.js 18+
  • pnpm (recommended) or npm

Contributing

We welcome contributions! Here's how to get started:

Adding a New Feature

  1. Create feature config in src/features/
  2. Add template files in templates/features/
  3. Update conflict resolution rules if needed
  4. Add tests and documentation

Adding a New Template

  1. Create template directory in templates/
  2. Add template config in src/templates/
  3. Test with various feature combinations
  4. Update documentation

Contribution Guidelines

  • Follow existing code style (Biome formatting)
  • Add tests for new features
  • Update documentation
  • Follow official documentation for integrations
  • Test conflict resolution scenarios

Pull Request Process

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/new-feature
  3. Make your changes and add tests
  4. Run pnpm test and pnpm build
  5. Submit a pull request with clear description

Contribution

See CONTRIBUTION.md

Support This Project

This project is free and open source, but it wasn't free to build. If Automater saves you time and helps your development workflow, please consider supporting its continued development.

💖 Sponsor on GitHub

Your support helps:

  • Maintain and improve existing features
  • Add new templates and integrations
  • Provide community support
  • Keep the project sustainable

Every contribution, no matter the size, makes a difference and is greatly appreciated! 🙏

License

MIT License - see LICENSE for details.

Support