Solo Developer Builds H-1B Visa Intelligence Tool with Claude Code

Tool Overview
H1B.Guru is a free web application that transforms raw US Department of Labor disclosure data into searchable intelligence for H-1B job seekers. The tool was built by a solo developer using Claude Code as the primary development assistant.
Core Features
- Search 800K+ LCA filings and PERM records with filters for employer, location, job title, and wage level
- Sponsor profiles showing filing statistics, approval rates, wage distributions, and green card activity
- Salary benchmarking by occupation and state
- "Ask Guru" AI chat that answers natural language questions about the data (e.g., "Find cap-exempt companies in Delaware")
Technical Stack
The entire application was built with Claude Code assistance:
- Python ETL pipeline that ingests raw DOL Excel files, performs entity reconciliation on messy employer names, and loads data into Neon Postgres
- FastAPI backend with async Postgres queries
- Next.js 14 frontend deployed on Vercel
How Claude Code Assisted Development
The developer reported that Claude Code was particularly valuable for:
- ETL Pipeline: Building probabilistic entity matching to handle dozens of spelling variations in employer names, creating a pipeline orchestrator with resume capability, and implementing edge-case handling for data nuances like amended filings and LCAs covering multiple workers
- Frontend Development: Generating the entire UI including filter modals, infinite scroll, responsive tables, sidebar components, and dark mode implementation based on rough descriptions
- API Layer: Writing parameterized SQL generation for the Ask Guru feature (where the LLM generates a query specification rather than raw SQL to prevent injection), implementing streaming SSE architecture, and creating sponsor statistics aggregation queries
The developer noted that most features went from idea to deployed in a single session, and the project took approximately 2 days for core development plus 2 additional days for marketing preparation. The tool is available at https://www.h1b.guru with no signup or paywall required.
📖 Read the full source: r/ClaudeAI
👀 See Also

Running OpenClaw 24/7: Practical Architecture for Persistent Autonomous Agents
A developer shares tested solutions for running OpenClaw as a 24/7 server with cron jobs, including topic-split memory files, aggressive session lifecycle management, context pruning with recovery placeholders, and wrapper tools for structured storage and crash recovery.

Non-developer builds word chain game in one day using Claude AI
A user with zero coding experience created a complete browser game in one session using Claude AI. The word chain game includes a 74k word dictionary, sound effects, design elements, and a mascot.

Claude Opus 4.6 vs. Sonnet 4.6 for Philosophical Argumentation: A User's Direct Comparison
A detailed comparison of Claude Opus 4.6 and Sonnet 4.6 for philosophical and humanities work reveals Opus excels at analytical decomposition but levels down subtext, while Sonnet reads nuance better but has weaker prose. The user found Opus exhausting for implication-heavy thinking and switched to Sonnet.

OpenClaw User Proposes 'Sleep Cycle' Memory Compression for AI Agents
A non-developer OpenClaw user describes implementing a 'sleep cycle' approach to memory management, inspired by human forgetting and neuroscience research on dreams as memory compression. The user faced issues with growing databases, token costs, and agent contradictions.