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.

Claude as sole art teacher: Week 1 results and critique surprises
A developer used Claude as their only teacher for colored pencil portraits. Claude's critique ignored skin tone mixing and instead flagged the initial five-minute sketch as the root problem.

Claude Code Agents Negotiate API Contracts Without Orchestration Framework
Two Claude Code agents negotiated API contracts peer-to-peer using only two messaging tools and system prompts, agreeing on endpoint shapes, response formats, and CORS headers before writing code. The bridge implementation is ~190 lines of TypeScript with WebSocket broker and MCP channels.

Financial Modeler Builds Local Speech-to-Tool Desktop App with Claude Code
A developer with a financial modeling background used Claude Code to create Sotto, a local Windows speech-to-text application that runs Whisper on GPU. The app features system-wide hotkeys, automatic stop detection, and a Qt UI, with about 2,200 lines of Python across 17 files.