about
235 fundsHi, my name is Patrik Simic - github.com/patrik64 and I created this app to help me find new work.
If you have some ideas/suggestions how to improve this app, feel free to send me an email (the email address is on my github page).
job alert watches the job boards of 235 venture capital funds — the openings at their portfolio companies. It reads each board's public listing, keeps the jobs it currently lists, and highlights newcomers — jobs that appeared on a board since the last fetch. A job that leaves its board leaves the listings with it.
The dashboard shows one card per fund with its job count, newcomer badge and last-fetch time; each fund's page lists its jobs by company, with the job's function, location and pay where the board publishes them. The first fetch of a fund imports a baseline and is not counted as newcomers. Every job row shows when it was first encountered.
search finds jobs across every board by title, company, category, sector or location, timeline groups them by the day they first appeared, and rust jobs picks out, in the same form, the listed jobs that name the language in their title or function — or in their description, where one is kept. Job descriptions are kept for the jobs that appear after a board's first import; a way to read them here is coming.
Every night the boards are refreshed automatically; the newcomers of each night go out in the rss feeds:
- rss-rust.xml — rust jobs
- rss-svelte.xml — svelte jobs
- rss-cpp.xml — c++ jobs
- rss-go.xml — go jobs
- rss-devops.xml — devops jobs
- rss-kotlin.xml — kotlin jobs
- rss-react.xml — react jobs
- rss-product-manager.xml — product manager jobs
- rss-ux.xml — ux & graphic design jobs
The new rust jobs among them are announced on bluesky at @rust-job-alert.bsky.social.
Programs — or an assistant — can ask for the jobs directly: the jobs api narrows a recent window by words, topic, region, remote and pay, and answers in json or as a markdown list of links. Its parameters are in the readme.
Built with SvelteKit, Svelte 5, remult and Tailwind CSS on a Supabase postgres database. The source is on github.