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

destiny-engine-pwa

v0.1.3

Published

![Sheen Banner](https://raw.githubusercontent.com/74Thirsty/74Thirsty/main/assets/destinycalc.svg)

Readme

Destiny Engine PWA

Sheen Banner


Overview

Destiny Engine PWA is a lightweight, client-side app that blends several symbolic systems into one experience.

It currently combines:

  • Western zodiac
  • Chinese zodiac with Chinese New Year adjustment
  • Chinese element mapping
  • Numerology life path

The goal is simple: turn a birth date into a meaningful, structured symbolic profile in a fast, modern interface.


Features

  • Installable Progressive Web App
  • Fast, lightweight frontend
  • Fully client-side
  • Chinese zodiac handling with Chinese New Year boundary awareness
  • Chinese element mapping for added symbolic depth
  • Numerology engine that preserves master numbers like 11, 22, and 33
  • No backend, no auth, and no database required

Why This Project Exists

Destiny Engine is built for people who want a modern symbolic calculator without unnecessary complexity.

It works well as:

  • a personal insight tool
  • a foundation for spiritual or metaphysical apps
  • a numerology and zodiac demo project
  • a starting point for richer profile-generation experiences
  • a mobile-friendly, offline-friendly calculator concept

Tech Stack

  • TypeScript
  • HTML
  • CSS
  • Frontend app structure with a PWA-ready setup
  • Vitest for testing

Project Structure

destinyCalc/
├── dist/
├── node_modules/
├── public/
│   └── icons/
├── src/
├── tests/
├── README.md
├── index.html
├── package-lock.json
├── package.json
├── tsconfig.app.json
├── tsconfig.app.tsbuildinfo
├── tsconfig.json
├── types.d.ts
└── vite.config.ts

Getting Started

Install dependencies

npm install

Start development

npm run dev

Build for production

npm run build

Run tests

npm test

How It Works

Western Zodiac

Calculates the standard sun sign from the birth date.

Chinese Zodiac

Uses a Chinese New Year lookup table so the result is not based only on the Gregorian calendar year.

Chinese Element Mapping

Adds the corresponding Chinese elemental association to deepen the result.

Numerology Life Path

Computes the life path number while preserving master numbers such as:

  • 11
  • 22
  • 33

Example:

  • 1979-06-01 resolves to 33, not 6

Notes

  • Everything runs entirely in the browser
  • No authentication is included
  • No backend or database is included
  • The Chinese New Year lookup table covers 1990–2035
  • Outside that range, the app falls back to Gregorian year logic

Roadmap

Plenty of strong next steps are possible:

  • richer interpretations and profile writeups
  • saved profiles with local storage
  • shareable result pages
  • animated UI improvements
  • expanded calendar coverage
  • downloadable report exports
  • deployment to GitHub Pages or Vercel

Contributing

Contributions are welcome.

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Run tests
  5. Open a pull request

License

License


Author

Built by 74Thirsty