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

@shivasankaran18/stackd

v2.0.2

Published

STACKD (Abbreviation TBD) is an open-source scaffolding tool that simplifies the process of setting up a full-stack web application. It allows developers to generate a project with pre-configured frontend, backend, database, authentication, and other esse

Downloads

2

Readme

STACKD - Full-Stack Scaffolding Tool

STACKD (Abbreviation TBD) is an open-source scaffolding tool that simplifies the process of setting up a full-stack web application. It allows developers to generate a project with pre-configured frontend, backend, database, authentication, and other essential components in just a few clicks.

📖 Table of Contents

💡 Motivation

Every time my team and I participated in a hackathon, we found ourselves spending a significant amount of time setting up the project’s basic structure—configuring the frontend, backend, database, authentication, and other essential components. The same challenge extends to professionals in the industry, where initial setup can be tedious and time-consuming. To solve this, we created STACKD—a tool that eliminates repetitive setup tasks, allowing developers to focus on building their applications right away.

🚀 Features

  • Flexible Project Setup: Choose from multiple frontend, backend, database, and authentication options.
  • Automated Configuration: Generates all necessary files, environment variables, and configurations.
  • Git Integration: Initializes a Git repository and sets up the remote origin.
  • Pre-configured ORM & Database: Automatically connects the chosen ORM with the selected database.
  • Instant Deployment Readiness: Sets up authentication, UI frameworks, and other dependencies for a fully functional project.
  • Multiple Interfaces: STACKD provides both a CLI and a Graphical User Interface (GUI) for easy project setup.

🎥 Demo

CLI Demo

https://github.com/user-attachments/assets/debe9515-a38f-4ba2-9126-b9b6f95e3a87

Web Tool Demo

https://github.com/user-attachments/assets/465451f2-1e1a-48b6-a99e-253ef4f28e2d

🛠️ Tech Stack Options

Frontend

  • React.js
  • React TypeScript
  • Next.js
  • Vue.js
  • Vue TypeScript
  • Angular TypeScript
  • Django (Frontend Templates)

Backend

  • Express.js
  • Express TypeScript
  • Django Rest Framework

Database

  • PostgreSQL
  • MongoDB

ORM

  • Prisma
  • Hazel
  • Mongoose

UI Framework

  • ShadCN
  • Tailwind CSS

Authentication

  • JWT
  • NextAuth
  • Passport

🛆 Installation

Prerequisites

Make sure you have the following installed on your system:

  • Node.js
  • Git

Using npm

npm i @shivasankaran18/stackd
npx stackd create

Using npx

npx @shivasankaran18/stackd create

⚡ Usage

Select the frontend, backend, UI, database, ORM, authentication method, database URL, and GitHub URL, and BOOM! Your project is ready to work.

🔮 Future Ideas

  • Adding desktop tools like Electron.
  • Expanding support for more development tools and frameworks.
  • Adding mobile app development tools.
  • Building a robust and efficient platform that works across Windows, Linux, and macOS.
  • Integrating automated deployment features, allowing users to deploy their applications instantly.
  • Enabling Git commit automation and CI/CD integration, so projects stay updated with minimal manual effort.

📜 License

This project is licensed under the MIT License. You are free to use, modify, and distribute this software under the terms of the MIT LICENSE.