PROJECTS CATALOG

Our Systems, Utilities & Games

A catalog of tools built with performance, privacy, and simplicity in mind, alongside our experimental interactive apps and games.

CrystalSystem.js

v1.0.3-Stable Node.js MIT License
GitHub Repo

A zero-dependency real-time system resource monitor for Node.js environments. Featuring built-in CLI dashboards, JSON-based HTTP APIs, custom alert limits, and compatibility across Linux, macOS, Windows, Android (via Termux), and BSD platforms.

Key Features

  • Zero Dependencies: Leverages native Node.js libraries (os, child_process, fs) with zero external bloat.
  • Real-time Telemetry: Live metrics tracking CPU usage, memory occupancy, disk capacity, battery status, network speed, and system uptime.
  • Modular Alerts: In-process monitoring triggers events or custom logs when disk space or CPU usage exceeds thresholds.
  • HTTP Server: Integrates an internal API endpoint returning live system telemetry in JSON format.
  • Examples Suite: Companion example integrations provided in the official crystalsystemjs-examples repository.

Tech Stack & Stats

JavaScript Node.js API CLI Telemetry Zero-Dependency
Stars1
Package@crystal-studio-labs/crystalsystem.js
LicenseMIT

Installation & Quick Start

npm install @crystal-studio-labs/crystalsystem.js
const { crystalsystem } = require('@crystal-studio-labs/crystalsystem.js');

// Renders the live system monitoring dashboard
crystalsystem();

InkMD

v1.0.0-Live React / TS Proprietary

A modern web-based Markdown editor featuring a distraction-free, local-first philosophy. Combining the performance of modern frontend engines with robust file handling, InkMD enables real-time document styling directly in your browser.

Key Features

  • Split-Pane Preview: Side-by-side editing pane and live formatted document preview.
  • GitHub Flavored Markdown: Complete parsing support for code syntax highlights, tables, checkbox lists, and auto-linking.
  • Local-First: All editing history and data remain local to the browser's state engine. Keystrokes are never logged to remote servers.
  • Undo/Redo Stack: Implements a 50-state custom transactional undo/redo manager.
  • Export Utility: Instantly export documents as clean HTML or raw .md text formats.

Tech Stack & Stats

TypeScript React 19 Vite Engine Tailwind CSS
SourceProprietary (Self-Hosted Model)
Stars1
HostingVercel Deployment

Orion-Net / Orion-Deck

v1.0.2-Active Python MIT License

A lightweight, decentralized, and ephemeral messaging suite. Orion-Net acts as the backend room server facilitating encrypted WebSockets, while Orion-Deck provides an interactive, terminal-native client UI powered by the rich layout library.

Key Features

  • End-to-End Encryption: Dual-layer cryptographic channel utilizing RSA handshakes for session exchange and Fernet encryption for message payloads.
  • Zero Storage Persistence: Message queues (deques) are stored solely in transient memory. Server restarts wipe room states entirely.
  • PoW Registration: Integrates Proof-of-Work protection limits during hub-based room listings to mitigate DDoS vectors.
  • TUI Interface: Client console features styled dashboard panels, active user listings, timestamps, and real-time status feeds.
  • Access Controls: Support for public listings and password-restricted virtual chat nodes.

Tech Stack & Stats

Python 3.10+ WebSockets Cryptography Rich TUI
Server Stars2
Client Stars1
ProtocolDecentralized WebSockets

Client Deployment (Orion-Deck)

git clone https://github.com/Crystal-Studio-Labs/Orion-Deck.git
cd Orion-Deck

# Install client packages
pip install websockets cryptography rich

# Connect and boot the client
python orion-deck.py

crystal-auth

Early Access JS / TS MIT License
GitHub Repo

An early-stage authentication and security helper library. Designed to provide lightweight session routines and identity validation helpers for web interfaces and server architectures.

Current Phase Details

  • Active Development: The codebase is currently being structured with modular crypto providers.
  • Lightweight Footprint: Designed to offer secure routines with zero unnecessary dependencies.
  • Community Collaboration: Code audits, issue reporting, and early design suggestions are welcomed as we lay the foundations.

Development Status

JavaScript TypeScript Support Web Crypto API
Stars0
PhaseAlpha / Early Architecture

Experimental Games & Apps

Stepping into the interactive space. We are currently prototyping mechanics and storytelling systems.

Codenamed

Project: Brass & Steam

A survival-mechanics automation builder operating in a clockwork, low-resource wasteland. Powered by system simulation and mechanical logic chains.

Codenamed

Project: Chronograph

A physics puzzle experience exploring temporal recursion and mechanical logic. Solve chronographic puzzles by routing energy through shifting epochs.

>_ Run
Codenamed

Project: Cybernetic TUI

A terminal-native hacker investigation game built entirely within modular terminal layout libraries. Discover decrypted logs, manage file routes, and solve grid interfaces.

Future Python Libraries & Packages

We are continuously researching and prototyping utility systems, script engines, and system interfaces. Watch our GitHub organization space for upcoming Python-native automation scripts and developer utilities.