Project ideas from Hacker News discussions.

Ask HN: Who wants to be hired? (January 2026)

πŸ“ Discussion Summary (Click to expand)

1. Overwhelming Preference for Remote Work

Virtually all posters prioritize remote roles, often exclusively, with flexibility for US/EU timezones.
"Remote: Yes (20+ years remote/autonomous work)" – stakent
"Remote: Yes, remote only" – nunoarruda
"Remote: Yes (worldwide)" – valzevul

2. Expertise in Python and Modern Web/Cloud Stacks

Python dominates, paired with JS/TS, React/Next.js, Go, PostgreSQL, Docker/K8s, and AWS/GCP for full-stack/backend/DevOps roles.
"Technologies: Python, Go, PostgreSQL, FastAPI, Django, Docker, K8s, Redis" – stakent
"Technologies: Python, TypeScript/JavaScript, React, Express, FastAPI, Node.js, SQL... AWS, Docker" – tylermcgraw
"Technologies: Python, Go, Typescript, Python, C#, C++, Postgresql, Docker, Kubernetes" – mellowagain

3. Senior Experience (10+ Years) Seeking IC/Contract Roles

Many highlight 10-20+ years, emphasizing reliability, distributed systems, and AI/ML; open to full-time IC, contracts, or freelance.
"Senior Software Engineer with 20+ years building systems that can't fail" – stakent
"Full-stack developer with 18+ years of experience" – scomu
"I've spent 10+ years hacking on side-projects... last 3.5+ years building production back-ends" – mellowagain


πŸš€ Project Ideas

Automated DevOps Health & Security Scanner

Summary

  • A self-hosted CLI tool and periodic scanner that audits a company's public-facing infrastructure for common operational and security misconfigurations.
  • It detects "low-hanging fruit" vulnerabilities (open S3 buckets, exposed Docker registries, misconfigured GitHub Actions) and generates a prioritized remediation report.
  • Core value proposition: Prevents catastrophic but simple-to-fix infrastructure errors that often plague startups and scale-ups, acting as an automated first-line SRE.

Details

Key Value
Target Audience Small to mid-sized startups, CTOs, and DevOps teams without dedicated security engineers.
Core Feature Multi-cloud (AWS, GCP, Azure) and SaaS (GitHub, GitLab) public API scanning with zero-configuration setup.
Tech Stack Go (CLI/Binary), AWS/GCP/Azure SDKs, GitHub/GitLab APIs, SQLite (local state), Discord/Slack webhooks.
Difficulty Medium
Monetization Revenue-ready: Freemium model (limited scans/month) with paid tiers for scheduled scanning and team reporting.

Notes

  • HN Commenters (like DevOpsMaster and man8alexd) emphasize deep experience in AWS/Azure, DevOps, and SRE. They would appreciate a tool that proactively checks for the common pitfalls they’ve spent years fixing manually.
  • Potential for discussion/practical utility: This addresses the pain point of "drift" between infrastructure-as-code and actual running resources, a common source of security incidents.

Local-First MVP Sandbox

Summary

  • A template engine and development environment that spins up a full-stack MVP (Frontend + Backend + DB) locally in seconds using containerization.
  • Focuses on "batteries-included" local development for frameworks like Django/FastAPI or React/Next.js with pre-configured hot-reloading, testing, and dependency management.
  • Core value proposition: Drastically reduces the friction for developers (like nunoarruda or scomu) to prototype new ideas without wrestling with environment setup.

Details

Key Value
Target Audience Full-stack developers, indie hackers, and agencies building rapid prototypes.
Core Feature npx create-local-mvp command that configures Docker Compose, mock data generators, and a "production-like" local environment.
Tech Stack Docker Compose, Node.js/TypeScript, Python, Makefile, CLI tools.
Difficulty Low
Monetization Hobby: Open source core with premium support for enterprise customization.

Notes

  • HN Commenters (like stakent and nunoarruda) specifically list Python, Go, React, and Docker in their tech stacks.
  • Potential for discussion/practical utility: Reduces the time-to-first-commit for greenfield projects. Highly likely to be shared on HN as a useful dev tool.

Visual Regression & Accessibility Auditor

Summary

  • A SaaS tool that integrates with CI/CD pipelines to run automated visual regression tests and accessibility (a11y) checks against PRs.
  • Uses headless browsers to capture UI snapshots, compares them against baselines, and flags accessibility violations (WCAG 2.1) via an interactive diff interface.
  • Core value proposition: Ensures UI consistency and compliance without manual QA overhead, crucial for frontend-heavy teams.

Details

Key Value
Target Audience Frontend teams, Designers, and QA Engineers.
Core Feature GitHub Action integration that posts visual diffs and a11y scores directly to Pull Requests.
Tech Stack Node.js/TypeScript, Playwright/Puppeteer, AWS Lambda (for scaling), React (for dashboard).
Difficulty Medium
Monetization Revenue-ready: Per-usage pricing based on snapshots and test runs.

Notes

  • HN Commenters (like EastLondonCoder and performative) mention expertise in React, TypeScript, and Web technologies.
  • Potential for discussion/practical utility: Accessibility is a frequent topic on HN; a tool that automates this compliance is highly valuable for enterprise and civic software.

Long-Term Task Queue with Visual History

Summary

  • A productivity tool designed for "building systems that can't fail," focusing on visualizing long-running tasks (weeks/months) rather than short-term to-dos.
  • It combines a Gantt chart view with a kanban board, specifically designed for tracking deep work and system reliability tasks.
  • Core value proposition: Solves the problem of "invisible work" in complex engineering projects by making long-term progress tangible.

Details

Key Value
Target Audience Senior Engineers, Technical Leads, and Project Managers.
Core Feature Visual timeline for task dependencies with automated "progress snapshots" (linking tasks to Git commits/Jira tickets).
Tech Stack Next.js, TypeScript, Postgres, Zustand (state management), Vercel.
Difficulty Medium
Monetization Revenue-ready: Subscription for teams ($10/user/month).

Notes

  • HN Commenters (like stakent and MongooseStudios) mention experience with distributed systems and long-running processes.
  • Potential for discussion/practical utility: Appeals to the engineering mindset of system reliability and long-term planning, distinct from generic project management tools.

Self-Hosted Audit Log Aggregator

Summary

  • A lightweight service that collects, normalizes, and stores audit logs from various SaaS providers (GitHub, AWS CloudTrail, Stripe) into a single self-hosted database.
  • It provides a unified query interface (SQL) and alerting for suspicious activities (e.g., "Admin user added to private repo").
  • Core value proposition: Data sovereignty and cost control for companies needing to retain logs for compliance but wanting to avoid expensive SaaS log management platforms.

Details

Key Value
Target Audience Security-conscious startups, DevOps teams, and CTOs.
Core Feature Normalized schema for disparate log sources (JSON -> SQL) with a simple query UI.
Tech Stack Rust (for performance/memory safety), PostgreSQL, Tailwind CSS, Docker.
Difficulty High
Monetization Revenue-ready: Self-hosted license with paid support, or a managed cloud version.

Notes

  • HN Commenters (like DevOpsMaster and man8alexd) specialize in AWS, security, and infrastructure.
  • Potential for discussion/practical utility: "Self-hosted" and "data privacy" are popular themes. This solves the vendor lock-in and cost issues associated with Splunk/Datadog.

Ephemeral Environment Manager

Summary

  • A tool that automatically spins up temporary, isolated cloud environments (Docker containers on cheap cloud VMs) for every Pull Request.
  • It includes automatic cleanup and exposes a public URL for frontend testing and API verification.
  • Core value proposition: Enables rigorous QA and parallel development without the overhead of managing static staging environments.

Details

Key Value
Target Audience Mid-sized engineering teams using Git-based workflows.
Core Feature GitHub App that triggers on PR creation/deletion to provision/deprovision resources.
Tech Stack Go, Terraform, AWS (EC2/ECS/Fargate), NGINX, Let's Encrypt.
Difficulty High
Monetization Revenue-ready: Usage-based billing (compute minutes/storage).

Notes

  • HN Commenters (like mellowagain and jscottmiller) have strong DevOps and Go backgrounds.
  • Potential for discussion/practical utility: Directly addresses the "it works on my machine" problem and is a hot topic in modern CI/CD (similar to Vercel/Netlify previews but self-hosted/full-stack).

Read Later