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

OpenClaw Implementation for Logistics Company: Email Parsing and Status Updates
A developer configured OpenClaw for a small logistics company to automate email parsing, spreadsheet cross-referencing, and status updates, saving the owner 2-3 hours daily with minimal code.

Developer shares lessons from building sports app with Base44 and Claude
A developer built a sports app called glanceplay.com on Base44 for quick, casual-friendly game briefings, but found Base44 credits expensive for iterative code changes. They recommend using platforms like Base44 for initial scaffolding, then relying on Claude for incremental changes and debugging.
Claude as a Thinking Partner in Non-Tech Industries: Real-World Examples from a Japanese Logistics Office
A Japanese logistics/waste collection worker details how they use Claude for route scheduling, VBA automation, training content creation, and safety video production via a multi-tool pipeline.

Building an AI Code Review CLI with Claude: A Non-Traditional Pathway
GrandCru is a code review CLI developed by a former military officer using Claude AI. It features dual-channel Zod schema for technical feedback and creative prose.