$ whoami

sshire

Apply to jobs over SSH. No web form. No bot magnet.

$ ssh -p 2222 jobs.sharadregoti.com
ssh

$

This is a live recording of the demo above — try it yourself.

Why SSH instead of a form?

A web form is easy to scrape. A REST endpoint is easy to spam. sshire has neither — it's a terminal app that lives behind an SSH server.

Connect without a real terminal and it rejects you outright:

$ ssh -o BatchMode=yes jobs.sharadregoti.com

Requires an active PTY

Most mass-apply bots can't get past that. A determined, purpose-built agent can — this is a filter, not a wall.

Try it yourself

$ ssh -p 2222 jobs.sharadregoti.com

It's free, open-source (MIT), and self-hostable in about an hour.

View on GitHub →