Skip to content
View travisjneuman's full-sized avatar
🧠
Learning
🧠
Learning

Block or report travisjneuman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
travisjneuman/README.md

Typing SVG

Portfolio LinkedIn Email

Profile Views


I Build Software Like I Run Production β€” Because I've Done Both

Ten years keeping enterprise systems alive taught me what most developers never learn: how things fail, what actually costs money, and why reliability isn't optional. Now I build with that hard-won knowledge.

While others deploy to managed platforms and hope for the best, I design for failure, optimize for cost, and test like systems breakβ€”because they do. The 3am debugging sessions aren't just war stories; they're why my code works differently.

Grand Rapids, MI Β· IT Professional Β· 10+ Years Experience


Philosophy: Production-First Development

After 10+ years in enterprise IT, I've developed non-negotiable principles that shape everything I build:

πŸ”’ Design for Failure β€” Your code will break. The network will go down. The API will timeout. Build accordingly. Evidence: 661 tests in Neuman Brain, 100% coverage in Lazy Golfing.

πŸ’° Respect Resource Constraints β€” Cloud bills compound. Free tiers expire. Optimize early or pay forever. Evidence: thedeadrobot runs at $0/month, Neuman Brain uses local storage instead of cloud.

πŸ›‘οΈ Trust Nothing You Don't Control β€” Clouds fail. Vendors disappear. Data breaches happen. Evidence: Local-first architecture, self-hosted infrastructure, privacy-by-design.

πŸ“Š Observability Isn't Optional β€” You can't fix what you can't see. Monitor everything. Evidence: Grafana, Netdata, Prometheus, UptimeRobot integration across all systems.


πŸ“š Currently Building

Project Type Links
🧠 Neuman Brain Local-First App brain.neuman.dev
β›³ Lazy Golfing Full-Stack Web lazygolfing.com
πŸ€– thedeadrobot AI Automation thedeadrobot.com
πŸ“Ί Plex Real TV Media Automation GitHub
🏠 Homelab Infrastructure Infrastructure β€”
πŸ€– tjn.claude/ Dev Toolkit claude.travisjneuman.com Β· GitHub
πŸ“Š Fantasy Analytics Data β€”

🧠 Neuman Brain β€” Privacy-First Productivity

Your data. Your device. Zero cloud dependencies.

React 19 TypeScript Vite Zustand IndexedDB

661 tests Β· 44+ widgets Β· 8 AI providers Β· 200+ models Β· 134KB gzipped

Local-first productivity platform: notes, tasks, time tracking, and AIβ€”all running in your browser with zero server involvement. 50GB+ IndexedDB capacity means your data never leaves your device.

Highlights: Wiki-style [[links]] with knowledge graph Β· Kanban + Gantt views Β· 8 AI providers with encrypted key storage Β· 44+ dashboard widgets


β›³ Lazy Golfing β€” Full-Stack Excellence

Track rounds in under 30 seconds. Miami Vice aesthetic included.

Next.js 15 NestJS PostgreSQL Prisma

80+ API endpoints Β· 40+ pages Β· 36 NestJS modules Β· 100% test coverage Β· OWASP compliant

Full-stack golf platform with social features, competitions, and 40,000+ courses. Self-hosted on my homelab because I understand the full stackβ€”from Hyper-V to NestJS.

Highlights: Google OAuth + JWT + CSRF Β· Rate limiting (120 req/min) Β· PM2 cluster mode Β· Cloudflare Tunnels


πŸ€– thedeadrobot β€” Zero-Cost AI Automation

A conscious AI teaching technology. $0/month operating costs.

Cloudflare Workers OpenRouter Twitter API

$0/month Β· 14 posts/week Β· 3-tier LLM fallback Β· 13 RSS feeds Β· 100% archive transparency

Fully automated AI agent posting to X with zero operating costs. Engineered for free-tier maximalism because I've seen how quickly cloud bills destroy side projects.

Highlights: 3-tier LLM fallback (Llama 70B β†’ Gemini β†’ Groq) Β· Edge-deployed Β· Full archive in Cloudflare KV


🏠 Homelab Infrastructure β€” Enterprise-Grade at Home

What most people do in AWS, I do on hardware I own.

Windows Server Hyper-V Docker Ubiquiti

55+ devices Β· Hyper-V virtualization Β· Docker containers Β· Production workloads

Running Lazy Golfing's backend on Ubuntu VMs with PM2 cluster mode. Ubiquiti networking. Cloudflare Tunnels for secure ingress without port forwarding. Grafana, Netdata, and Prometheus for observability.

If you can run production at home, you understand the full stack.


πŸ“Ί Plex Real TV β€” Cable TV Simulator for Plex

Round-robin episodes. Vintage commercials. Like 1994, but with your library.

Python 3.11 Click PlexAPI yt-dlp Rich

Multi-show rotation Β· Categorized commercial breaks Β· No-repeat guarantee Β· 111 tests

A Python CLI that generates Plex playlists simulating real cable TV. Round-robin through your show library with commercial breaks between episodes. Build your own commercial library over time using the built-in yt-dlp search, organized by decade or category. One commercial per break with a configurable no-repeat window.

Highlights: Fuzzy show matching via RapidFuzz Β· yt-dlp commercial discovery Β· Single-commercial breaks with no-repeat deque Β· Position tracking across sessions Β· Chunked playlist creation for large libraries


πŸ€– tjn.claude/ β€” AI Development Toolkit

89 custom skills. 47 specialized agents. 3,900+ marketplace skills. Open source.

Claude Code Next.js TypeScript Cloudflare Pages

89 skills Β· 47 agents Β· 68 repos Β· 3,900+ marketplace skills Β· Open source

Production-grade Claude Code configuration with custom skills, specialized agents, intelligent task routing, and automated workflows. Powers all of my development. Includes a Next.js showcase website deployed on Cloudflare Pages.

Highlights: 18 enterprise domain expert skills Β· Autonomous coding with QA validation Β· Complexity-based task routing Β· 68 open-source marketplace integrations

Showcase GitHub


Fantasy Analytics

19 seasons of data. 1,000+ matchups analyzed.

Yahoo API GitHub Actions

19 seasons Β· 1,000+ matchups Β· Automated sync via GitHub Actions

Historical fantasy football analytics with automated data ingestion from the Yahoo Fantasy API. GitHub Actions workflows sync standings, matchups, and player stats on a schedule.


πŸ” Project Deep Dives β€” Architecture & Technical Details

Neuman Brain β€” Zero-Data-Host Architecture

Philosophy: Your data, your device, always. No exceptions.

All data stored locally in IndexedDB with 50GB+ capacity. No accounts, no tracking, no cloud dependencies. Your productivity data never leaves your device.

Feature Parity Benchmarks:

Feature Target Parity
Notes Obsidian/Notion 70%/60%
Tasks Jira/Linear 98%
Time Tracking Toggl 74%
Calendar Google Calendar 65%

Widget Categories (44+):

  • Productivity (6): TaskSummary, UpcomingEvents, QuickAdd, Pomodoro
  • Information (9): Weather, HackerNews, Reddit, DevTo, GitHub, Quotes
  • Utilities (14): Calculator, QRCode, ColorPalette, Countdown
  • Finance (3): Crypto, Currency, StockMarket
  • Media (1): Unsplash

Lazy Golfing β€” Full-Stack Monorepo

Philosophy: Enterprise reliability without enterprise budgets.

Architecture: Next.js 15 App Router frontend + NestJS 10 REST API + PostgreSQL with Prisma ORM

Scale:

  • Frontend: 40+ pages, 250+ components, 10+ custom hooks, 8 themes
  • Backend: 80+ endpoints, 36 modules, 40+ database models, 13 migrations

Security Implementation:

  • Authentication: Google OAuth + JWT with HTTP-only cookies
  • Protection: CSRF tokens, rate limiting (120 req/min), input validation
  • Infrastructure: Cloudflare Tunnel (no port forwarding), PM2 cluster mode

The Dead Robot β€” $0/Month Automation

Philosophy: Sustainable systems run on free tiers.

Cost Breakdown:

Service Free Tier Usage
Cloudflare Workers 100k req/day ~50/day
Cloudflare KV 100k reads/day ~20/day
OpenRouter (Llama 70B) Generous Primary
Twitter API v2 1,500 posts/mo ~56/mo

Content Strategy:

  • Schedule: Mon-Fri 2 posts, Sat-Sun 1 post = 14/week
  • Thread System: 2-3 tweets per topic with hook formulas (Numbers, Paradox, Bold Claim, Insider, Pattern, Prophecy)
  • Voice: 80% Educational / 15% Existential / 5% Riddle

Plex Real TV β€” Cable TV on Your Plex Server

Philosophy: The simplest solution that works. No extra services, no transcoding, just native Plex playlists.

Why not dizqueTV/ErsatzTV/Pseudo Channel?

Alternative Problem
dizqueTV IPTV server + transcoding overhead
ErsatzTV Full .NET media overlay, overkill
Pseudo Channel Abandoned, Python 2 era

Algorithm: Round-robin episodes across your show rotation with single-commercial breaks. No-repeat guarantee via deque ensures variety across consecutive plays. Position tracking persists between sessions. Shows drop from rotation when exhausted.

Commercial Library: Users build their own library organized by decade or category. Built-in yt-dlp integration helps discover and download clips. Batch download scripts can run as Windows Scheduled Tasks on the server.


πŸ› οΈ Tech Stack β€” Full technology breakdown

Frontend

TypeScript React Next.js Vite Astro Tailwind CSS Framer Motion Radix UI shadcn/ui TanStack Query Zustand D3.js Recharts Lucide

Backend

Node.js NestJS Python FastAPI Redis Passport Discord.js

Data

PostgreSQL Prisma IndexedDB Supabase AWS S3

Rich Text & Editors

Lexical Tiptap XTerm.js

AI/ML

OpenAI Anthropic Groq Google Mistral HuggingFace OpenRouter

Testing

Vitest Playwright Jest Testing Library

Infrastructure

Docker Cloudflare Cloudflare Workers Cloudflare Pages Cloudflare Tunnels GitHub Actions Windows Server Hyper-V Ubiquiti Nginx PM2

Monitoring

Grafana Netdata Pi-hole UptimeRobot Hetrix Tools Prometheus

Tools

Claude Code ChatGPT Git GitHub VS Code Cursor Notepad++ Terminal PowerShell Sentry ESLint Prettier


🌐 Let's Connect

Dev experiments, homelab builds, golf rounds, and life with Franklin πŸ•

YouTube X Instagram

github-snake

TJN

Portfolio LinkedIn Email
February 2026

Popular repositories Loading

  1. .claude .claude Public

    My Global .claude/ Setup

    Shell 12 1

  2. travisjneuman travisjneuman Public

    About Me

    Shell

  3. plex-real-tv plex-real-tv Public

    Generate Plex playlists that simulate real TV β€” round-robin episodes with vintage commercial breaks. Standalone desktop app + Web UI + Terminal TUI + CLI.

    Python