frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: GetHireToday – AI resume builder that targets ATS keyword matching

https://gethiretoday.com
2•Haroonbasil•1h ago

Comments

Haroonbasil•1h ago
Hey HN — Haroon here, solo dev on this.

Short story: I kept seeing people get filtered out by ATS systems before a human read their resume. The existing resume builders are $24–30/mo, and their "AI" is mostly Madlibs-style templates. I wanted to see if I could ship something better at a fraction of the price.

Technical notes, since this is HN:

- Next.js 16 + React 19 on Vercel. App router, RSC where it makes sense, client components where they don't. - Supabase for auth + Postgres. Row-level security on resume data. - Claude (Anthropic) for the AI pieces — bullet rewriting, keyword extraction from job descriptions, ATS scoring. - Stripe for subscriptions, feature gating in lib/subscription.ts. - Resend for transactional email. - PDF export uses a server-side renderer with ATS-safe fonts (no fancy CSS that trips parsers).

What I'd genuinely love feedback on:

1. The ATS checker — I'm using keyword frequency + section completeness + formatting checks. Is there a better approach? Some parsers are black boxes and I'm guessing at behavior. 2. Prompt design for the bullet rewriter — I'm passing (old bullet, job context, tone preference) and asking Claude to produce 3 variants with metrics. Trade-off is "invented numbers" vs "vague placeholders." 3. Pricing — $2/mo. Too low? I'm worried about signaling "cheap = bad."

Free tier lets you build a full resume and see everything. Paywall hits when you download without a watermark.

Would love brutal technical or product feedback. Happy to answer anything about the stack or decisions.

bearjaws•1h ago
Every resume I get now is a 90%+ match and then you interview them and it's clear they don't know anything claimed on the resume.

Do not use these, I can smell AI resumes from a million miles away and instantly discard them.

Best advice I have for people is hand write your resume in a visibly clean layout, and tailor it to the job. Do not use bots either because they make dumb mistakes like leaving markdown in, or submitting 15 seconds after the posting comes online.

Solo founders and indie hackers should have a backup plan

https://alcazarsec.com/deadmanswitch/use-cases/solo-founders
1•alcazar•40s ago•0 comments

Two US citizens sentenced for running North Korean laptop farms

https://www.tomshardware.com/tech-industry/two-us-citizens-get-combined-18-years-in-prison-for-ru...
1•drak0n1c•57s ago•0 comments

Stop Killing Games at the European Parliament Full Hearing [video]

https://www.youtube.com/watch?v=QXdmoeaYZ9Y
1•weli•1m ago•0 comments

Show HN: Using an AI agent to refine a ML model for Zephyr RTOS

https://rufilla.com/the-mlforge-proof-of-concept/
1•OOHehir•2m ago•0 comments

Cloudflare: The Agent Readiness score. Is your site agent-ready?

https://blog.cloudflare.com/agent-readiness/
1•kol3x•2m ago•1 comments

Consider sending a list of everything you did to your coworkers everyday

https://aelerinya.substack.com/p/consider-sending-a-list-of-everything
1•surprisetalk•2m ago•0 comments

Scientists Develop "Molecular Scissors" Alternative to Cas9

https://humanprogress.org/scientists-develop-molecular-scissors-alternative-to-cas9/
1•surprisetalk•2m ago•0 comments

Rejoice: A concatenative multiset language built on Fractran-like primitives

https://wiki.xxiivv.com/site/rejoice
1•surprisetalk•2m ago•0 comments

Why Amazon Is Buying Globalstar–and What It Means for Your iPhone

https://www.wired.com/story/why-amazon-is-buying-globalstar-and-what-it-means-for-your-iphone/
1•smurda•3m ago•0 comments

Chinese fabs import US chipmaking equipment via Singapore and Malaysia

https://www.tomshardware.com/tech-industry/chinese-chip-tool-makers-booked-record-2025-revenues
1•speckx•4m ago•0 comments

How should you change your life if we are being watched by alien drone probes?

https://marginalrevolution.com/marginalrevolution/2026/04/how-should-you-change-your-life-decisio...
1•surprisetalk•4m ago•1 comments

Distill MCP – Turn your reading queue into a podcast, via Claude Code MCP

https://github.com/davidlbatey/distill_mcp
2•davidlbatey•5m ago•1 comments

Is 1 Nit Enough? – Phone Minimum Display Brightness

https://www.lttlabs.com/articles/2026/04/16/phone-minimum-display-brightness
1•LabsLucas•7m ago•0 comments

Linux 7.1 Crypto Code Rework Enables More Optimizations by Default

https://www.phoronix.com/news/Linux-7.1-Crypto
2•Brajeshwar•7m ago•0 comments

What Is Infrastructure from Code?

https://encore.dev/blog/what-is-infrastructure-from-code
2•andout_•8m ago•1 comments

A third of Americans don't drive. So why is our transportation so car-centric?

https://yaleclimateconnections.org/2025/01/american-transportation-revolves-around-cars-many-amer...
3•doener•9m ago•0 comments

Teaching a Model to Code

https://rig.ai/blog/teaching-a-model-to-code
3•adam_patarino•9m ago•1 comments

Replaced Official Release Date Trailer [video]

https://www.youtube.com/watch?v=fuUo7_VaboE
2•doener•11m ago•0 comments

Anthropic Quadruples London Office Amid US Regulatory Tensions

https://www.techbuzz.ai/articles/anthropic-quadruples-london-office-amid-us-tensions
3•gaurangt•13m ago•0 comments

White House Investigating Wave of Missing or Dead Scientists

https://www.newsweek.com/white-house-investigating-wave-mystery-dead-scientists-11836410
3•tejohnso•13m ago•0 comments

High Amplitude Disagreeableness – Stay SaaSy

https://blog.staysaasy.com/p/high-amplitude-disagreeableness
2•kiyanwang•14m ago•0 comments

Reflections on Trusting Trust [pdf]

https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_ReflectionsonTrustingTrust.pdf
2•throwpoaster•14m ago•1 comments

Twilio Account Hacked

2•kinj28•15m ago•0 comments

Show HN: Use real handwriting for messages and forums (Write Me, Maybe)

https://writememaybe.com/
2•blemblemblam•16m ago•1 comments

WorldSeed – define a world in YAML, let AI agents live in it

https://github.com/AIScientists-Dev/WorldSeed
2•jay_morphmind•16m ago•0 comments

Great Docs for Python Project Documentation

https://opensource.posit.co/blog/2026-04-15_great-docs-introduction/
2•richmeister•17m ago•0 comments

PostgreSQL MVCC, Byte by Byte

https://boringsql.com/posts/postgresql-mvcc-byte-by-byte/
3•radimm•18m ago•0 comments

Show HN: Noodlist – Letterboxd for Instant Ramen

https://noodl.ist/
2•mkdirpepper•18m ago•0 comments

AI Agents Are Leaking Enterprise Data. Here's Why Nobody Is Watching

https://www.privent.ai/blog/dlp-for-agentic-ai-pipelines
1•asilozyildirim•18m ago•0 comments

Ask HN: Does meta regret using GraphQL?

1•julienreszka•18m ago•0 comments