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

🧠 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.


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

72 custom skills. 36 specialized agents. 1,700+ marketplace skills. Open source.

Claude Code Next.js TypeScript Cloudflare Pages

72 skills Β· 36 agents Β· 50 repos Β· 1,700+ 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 Β· 50 open-source marketplace integrations

Showcase GitHub


Featured Projects

Neuman Brain
Neuman Brain
πŸ§ͺ 661 tests Β· 🎨 44+ widgets Β· πŸ€– 8 AI providers
Local-first Β· Zero cloud Β· MIT
Lazy Golfing
Lazy Golfing
β›³ 80+ endpoints Β· 🎨 Miami Vice theme
Next.js 15 Β· NestJS Β· PostgreSQL
thedeadrobot
thedeadrobot
πŸ’° $0/month Β· πŸ€– 14 posts/week
Cloudflare Workers Β· 3-tier LLM
Homelab Infrastructure
Homelab Infrastructure
πŸ–₯️ 55+ devices Β· Production workloads
Windows Server Β· Hyper-V Β· Tunnels
Fantasy Analytics
Fantasy Analytics
πŸ“Š 19 seasons Β· 1000+ matchups
Yahoo API Β· GitHub Actions sync
tjn.claude/
tjn.claude/
πŸ€– 72 skills Β· 36 agents
1,700+ marketplace Β· Open source
Want to learn more? Check out the full project showcase on my website.

πŸ” 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

πŸ› οΈ 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
January 2026

Popular repositories Loading

  1. .claude .claude Public

    My Global .claude/ Setup

    TypeScript 3

  2. travisjneuman travisjneuman Public

    About Me