Skip to content

kalil0321/stapply

Repository files navigation

Stapply logo

Stapply, a job search engine that goes beyond search

Stapply is not another job board. It helps find the best jobs and applies on your behalf.

Demo video

Stapply Demo

Features:

  • Job search with validation
  • Auto-apply to job using agent

Local setup (Postgres)

This project uses a local Postgres database via Docker. Start it and apply the schema:

docker compose up -d
npx drizzle-kit push

Set DATABASE_URL in .env (see env.example).

Job data

Get access to a dataset of thousands of jobs here(https://storage.stapply.ai/jobs.csv).

Cloud version

I plan to have a cloud version, join the waitlist

Why Stapply?


I built Stapply for a browser-use hackathon and finished 2nd place :)

How to run

npm i
npm run dev

# In another terminal
cd server
source .venv/bin/activate
pip install -r requirements.txt
python bu.py

How to use

  • Load the /jobs page
  • Save jobs you're intersterd by (click the bookmark icon)
  • Go to profile and fill profile & upload resume
  • Go to saved jobs page
  • Apply to the jobs
  • Go to applications and click applications to see the agent applying live

About

Apply to tech jobs in one click

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published