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

@ezajko/spark-design-system

v0.5.20260122080119

Published

Spark Design System - Bootstrap-based design framework

Readme

ETF UNSA Design System

License: GPL v2

A modern, responsive Design System built on top of Bootstrap 5, tailored for the Faculty of Electrical Engineering Sarajevo (ETF UNSA).

[!IMPORTANT] Proof of Concept (POC) This repository uses Astro primarily as a testing ground and Proof of Concept (POC) environment to validate the design system and components. The core product is the SCSS library located in src/scss, which is intended to be framework-agnostic.

Core Philosophy

  1. Native Bootstrap First: We utilize standard Bootstrap classes (.card, .btn, .list-group) wherever possible. Custom styles are applied via themes and overrides, avoiding unnecessary custom classes.
  2. Theming Engine: Visual appearance is controlled via comprehensive SCSS variables ($site-theme-*) defined in src/scss/themes/.
  3. Site Prefix: All custom components and structural layouts use the site- prefix (e.g., .site-header, .site-footer, .site-nav) to avoid collisions and clearly denote system-specific elements.

Project Structure

The core design system lives in the src/scss directory:

src/ ├── scss/ # Design System & Theming │ ├── base/ # Bootstrap overrides & structural variables │ ├── overrides/ # Bootstrap component customization (Buttons, Cards) │ ├── themes/ # Theming variables (Colors, Fonts, Spacing) │ └── _site.scss # Main entry point │ └── site/ # The Astro Application ├── pages/ # Routes & Content ├── layouts/ # Page Wrappers └── components/ # Reusable UI ├── common/ # Generic (Accordion, Card, Tabs) ├── layout/ # Nav, Footer, Hero ├── widgets/ # Calendar, Contact, Info ├── features/ # Curriculum, Staff, Profile └── lists/ # List Item variations

Development

You can run the POC environment using Podman (recommended) or locally with Node.js.

Option A: Podman (Containerized)

# Start development environment
podman-compose up

# Access: http://localhost:4321

Option B: Local (Node.js)

Prerequisites: Node.js 20+

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

Naming Conventions

  • SCSS Variables: $site-theme-[category]-[property] (e.g., $site-theme-brand-blue, $site-theme-spacing-md)
  • CSS Variables: --site-theme-[name] (e.g., --site-theme-color)
  • Custom Classes: .site-[component] (e.g., .site-nav-main)
  • Data Attributes: data-site-[attribute] (e.g., data-site-theme="dark")

License

GPL-2.0-or-later

Author

Ernedin Zajko [email protected]