Alex Stevovich
Artifacts
A representation of assets and their connectivity using colored triangles.A representation of assets and their connectivity using colored triangles.

Artifact is the term I use for any digital work I’ve produced — across software, art, systems, writing, and experimentation. If something takes form, carries intent, and enters the world as a shareable object, it may live here as an artifact.

This collection is intentionally exhaustive rather than selective: a canonical record of things made, ideas tested, and systems shaped over time, offering context into how my work evolves across disciplines.

Index of Artifacts

@alexstevovich/existed

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

An existential dependency.

AcidLog

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A persistent logger using SQLite for storing logs with optional retention and max entries limit.

Bit Entropy

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Calculates the bit-level entropy of a string or ID space given its cardinality and length.

BotPolice

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Detects automated or crawler requests based on User-Agent heuristics. 🚨

capdim

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Caps an N-dimensional array to a maximum total volume (the product of its dimensions) while preserving proportions.

Cardinal Power

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Returns the total number of possible combinations for a given cardinality and sequence length using BigInt exponentiation.

De-Duplicate Chars

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Removes duplicate characters from a string, preserving order.

De-Duplicate Graphemes

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Removes duplicate graphemes from a string, preserving order.

DeepFrame

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Fully featured, production-grade server back-end.

DiscordChan

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Utility for posting messages or JSON payloads to a Discord channel via webhook, with optional dry-run mode for testing.

DomainTote

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A domain-level data container for site metadata, Open Graph information, and branding constants.

Express HTML

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Middleware for serving HTML content in Express applications.

Express Random

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Express middleware to generate entropy via random bytes from Node.js crypto module.

Fastify Refresh

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Browser auto-refresh for Fastify, enabling seamless development.

ImageTote

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Persistent image metadata registry built on top of scan-image-geom — provides unified storage, retrieval, and counting of image geometry data.

io8

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Minimal filesystem I/O helper with UTF-8 defaults.

LIFI

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

List all relative file paths in a directory, with optional recursive walking.

LinkTote

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A link and platform catalog — manages site links, social URLs, and external references.

Lydio

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Beautiful, modular, programmatic HTML

Lydio Bubbles

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Recursive node transformations for Lydio.

Lydio DOM

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Document object scaffold for Lydio.

Lydio Google Tag

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Google Analytics gtag integration node for Lydio.

Lydio HTML

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Direct HTML element classes for Lydio

Lydio Login Form

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Reusable login form node for Lydio.

Lydio MEGALODOM

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Complete production grade DOM for Lydio combining HTML, meta, schema, and layout fragments.

Lydio Meta Tags

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Metadata and social meta tag generator node for Lydio.

Lydio Molecules

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Useful general patterns for Lydio.

Lydio Schema

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

JSON-LD Schema node for Lydio.

mailchan

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Simple and flexible SMTP email sender with dry-run support for testing.

Marle

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Placeholder for the marle project reserving the base package.

Marle HTML

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Parses Marle text into html.

Marle JSON

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Parses Marle text into a canonical JSON structure.

Matter JSON

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Parses and serializes JSON front matter in text documents.

Matter TOML

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Parses and serializes TOML front matter in text documents.

Matter YAML

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Parses and serializes YAML front matter in text documents.

pandata

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A universal data substrate that can be declaratively specialized.

Path to Posix

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Convert any filesystem path to POSIX format by replacing platform-specific separators with forward slashes.

Poshify

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Sorts your package.json keys poshly.💎

Robots Force 1

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A standards-compliant generator for producing robots.txt files.

Scan Image Geom

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Scans directories or files for both raster and SVG images — merging geometric metadata such as width, height, aspect ratio, orientation, format, and filesize.

Scan Raster Geom

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Scans images within files or directories and extracts geometric metadata — width, height, orientation, aspect ratio, and format.

Scan SVG Geom

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Scans SVG files or directories and extracts geometric metadata — width, height, aspect ratio, and orientation, with fallbacks for viewBox parsing.

SchemaTote

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A structured registry and loader for JSON-LD schema definitions and metadata entries.

ScriptTote

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Unified registry and loader for JavaScript file metadata used across site frameworks.

Sitemap Team 6

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A standards-compliant generator for producing sitemap.xml files.

strdir

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Aggregates file contents in a directory into a string, with optional recursive walking and extension filtering.

Trim HTTP

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

Removes the http:// or https:// prefix from a URL string.

warpzone

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A simplifier util for FS/IO operations.

WebStandard Robots

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A standards-compliant generator for producing robots.txt files.

WebStandard Sitemap

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A standards-compliant generator for producing sitemap.xml files.

XML to Tree

  • Type: Software
  • Software Type: NodeJS Package
  • Software Language: Language: NodeJS (Javascript)

A utility for parsing XML strings into a tree structure - safe for fragments and multi-root.