Daniel
Open to projects

Projects

Construction technology, AI-powered tools, cryptographic libraries, job orchestration, Cradlepoint healthcare and logistics, and open source.

Construction Technology

Blueprint Wizard

A sophisticated construction blueprint analysis platform that processes PDF blueprints through multi-step workflows involving zoom configuration, tile extraction, and AI-powered material takeoff generation. Uses computer vision and LLM APIs (Claude Haiku and Opus) to perform semantic analysis of construction documents at scale.

ReactTypeScriptNode.jsNext.jsSupabaseBullMQ
DevOps

DeployCheck.AI

An AI-powered deployment verification and monitoring platform designed to validate and check software deployments. Combines automated testing patterns with AI analysis for smarter release confidence.

Node.jsAI/LLM IntegrationCI/CD
Open Source

CyphtJS — Cryptographic Messaging Library

A highly portable asymmetric key-based cryptographic messaging library built entirely from scratch without any core library dependencies. Uses AES-CTR cipher with RSA key encryption, designed for portability across Web browsers, Node.js CLI, and React Native. The library encrypts a random token via RSA, then uses that token to AES-CTR cipher the payload — producing a single combined buffer called a "Cypht."

JavaScriptCryptographyRSAAES-CTR
Infrastructure

Orchis — Job Orchestration Engine

A complex job orchestration template for building multi-step asynchronous processing pipelines. Designed for workloads that require coordinated execution of dependent tasks with retry logic and state management.

JavaScriptNode.jsQueue Architecture
AI

Code Assist — AI Code Assistant (Opus RAG)

A highly logical code assistant powered by Anthropic's Claude Opus model with Retrieval-Augmented Generation (RAG) for context-aware code generation and analysis. Demonstrates deep integration with LLM APIs for developer productivity tooling.

JavaScriptNode.jsClaude APIRAG
Healthcare

Cradlepoint Healthcare Solutions

Purpose-built connectivity and monitoring solutions for healthcare environments using Cradlepoint router infrastructure. Includes IoT device monitoring, temperature sensor systems with cron-based alerting, timezone handling, and signal loss recovery detection.

Node.jsCradlepoint SDKNCM APIIoTMQTT
Logistics

Logistics Tracking Platform

Real-time logistics tracking software providing fleet visibility, route optimization, and telemetry data aggregation. Built on cellular router infrastructure with custom API integrations to enterprise logistics systems.

Node.jsReactPostgreSQLRedisWebSocketsCradlepoint API
Framework

Hobgoblin — RAD PHP Framework

A rapid application development framework for PHP, designed to accelerate web application scaffolding with convention-over-configuration patterns and fluent API interfaces. Companion library PHPChainer provides static class chaining for fluent interface construction.

PHPJavaScript