Stapply is not another job board. It helps find the best jobs and applies on your behalf.
- Job search with validation
- Auto-apply to job using agent
This project uses a local Postgres database via Docker. Start it and apply the schema:
docker compose up -d
npx drizzle-kit pushSet DATABASE_URL in .env (see env.example).
Get access to a dataset of thousands of jobs here(https://storage.stapply.ai/jobs.csv).
I plan to have a cloud version, join the waitlist
I built Stapply for a browser-use hackathon and finished 2nd place :)
npm i
npm run dev
# In another terminal
cd server
source .venv/bin/activate
pip install -r requirements.txt
python bu.py- 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
