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

atarashi

v0.6.0

Published

Accelerate your development with pre-made templates for frontend and backend projects.

Readme

ATARASHI

NPM Downloads NPM Version NPM Last Update

Atarashi is a collection of pre-made templates for rapid development using various frameworks and technologies. Whether you're starting a new project or need to quickly prototype an idea, Atarashi has got you covered with its easy-to-use, production-ready templates.


📦 Installation

Install Atarashi globally using npm:

npm install -g atarashi

🚀 Usage

Initialize a new project with Atarashi:

atarashi

Follow the interactive CLI to select a template and generate your project.


📁 Available Templates

🐘 backend-drizzle-postgres

A backend boilerplate using Express, Drizzle ORM, and PostgreSQL.

🔧 Features

  • Express.js application structure
  • Drizzle ORM + PostgreSQL for typed SQL operations
  • Zod for schema validation
  • JWT-based Authentication and Cookie Parser
  • Modular Architecture with folders like controllers, routes, middlewares, and utils
  • Dockerfile and .env.sample included for easy deployment
  • TSX + Dotenv for development and start scripts
  • Pre-configured scripts: dev, start, build, and db:push
  • Async wrapper utility for cleaner code

📁 Folder Structure:

📁 backend-drizzle-mysql
├── 📁 public/
├── 📁 src/
│   ├── 📁 config/
│   │   ├── cookies.ts
│   │   └── env.ts
│   ├── 📁 controllers/
│   │   └── index.ts
│   ├── 📁 db/
│   │   ├── index.ts
│   │   └── schema.ts
│   ├── 📁 middlewares/
│   │   ├── auth.ts
│   │   └── error-handler.ts
│   ├── 📁 routes/
│   │   └── index.ts
│   ├── 📁 types/
│   │   ├── types.ts
│   │   └── schema.ts
│   ├── 📁 utils/
│   │   ├── async-handler.ts
│   │   ├── index.ts
│   │   ├── cookie.ts
│   │   ├── response.ts
│   │   └── jwt.ts
│   ├── app.ts
│   ├── index.ts
│
├── .dockerignore
├── .env.sample
├── .gitignore
├── Dockerfile
├── drizzle.config.ts
├── package.json
├── pnpm-lock.yaml
└── tsconfig.json

🆕 backend-drizzle-mysql

Same as the Postgres version, but powered by MySQL and mysql2.

🔧 Features

  • Drizzle ORM with typed MySQL queries
  • Express backend with modular file structure
  • JWT, cookie-parser, dotenv, Zod validation
  • Docker-ready + .env.sample + TSX dev scripts

🍃 backend-mongoose-mongodb

A production-ready backend template built with Express and Mongoose for MongoDB.

🔧 Features

  • MongoDB integration with Mongoose
  • Organized folder structure with support for future models
  • JWT-based authentication
  • Cookie handling with cookie-parser
  • Environment variable management with dotenv
  • Error handling middleware and async utilities
  • Dev-ready with TSX and TypeScript setup
  • Docker-ready

🗂 Folder Structure

📁 backend-mongoose-mongodb
├── 📁 public/
│   └── .gitkeep
├── 📁 src/
│   ├── app.ts
│   ├── index.ts
│   ├── 📁 config/
│   │   ├── cookies.ts
│   │   └── env.ts
│   ├── 📁 controllers/
│   │   └── index.ts
│   ├── 📁 db/
│   │   └── index.ts
│   ├── 📁 middlewares/
│   │   └── errorHandler.ts
│   ├── 📁 models/
│   │   └── .gitkeep
│   ├── 📁 routes/
│   │   └── index.routes.ts
│   └── 📁 utils/
│       ├── asyncHandler.ts
│       ├── index.ts
│       └── jwt.ts
├── .dockerignore
├── .env.sample
├── .gitignore
├── Dockerfile
├── drizzle.config.ts
├── package.json
├── pnpm-lock.yaml
└── tsconfig.json

🌟 Features

  • Rapid Development: Start coding instantly
  • 📦 Modular Structure: Easily maintain and scale
  • 🧑‍💻 DX Focused: Type-safe, hot-reloading, dev-friendly
  • 🌍 Open Source: Built to be extended by the community

🤝 Contributing

Pull requests and contributions are super welcome! If you find a bug, have ideas for improvements, or want to squash bugs — go for it! 🧠

How to contribute

  1. Fork this repo.
  2. Create a new branch (git checkout -b feature/my-new-template).
  3. Commit your changes (git commit -m 'feat: Add my new template').
  4. Push your branch (git push origin feature/my-new-template).
  5. Open a Pull Request 🚀.

💬 Let’s Connect

Made with ❤️ by Gautam Suthar.


⭐ If you like this project, please star it — it helps more developers discover atarashi!