Oaki–job finder and resume maker
Hi! I built Oaki about a year ago as a side project to solve my own frustration with job applications, and it’s now helping thousands of users with their job hunt. I had quit my previous (consulting) company when I decided to step back into the job market, and I HATED applying to jobs with a passion. Finding good jobs, sifting through all the crap, etc.etc. So I built a rough MVP and posted it on Reddit and got more paid users than I ever had with any other company/startup I was in. To top that off, I found a really awesome job (and landed many more interviews) with it, so I know from…
What it does
In the maker’s words, at launch
Hi! I built Oaki about a year ago as a side project to solve my own frustration with job applications, and it’s now helping thousands of users with their job hunt. I had quit my previous (consulting) company when I decided to step back into the job market, and I HATED applying to jobs with a passion. Finding good jobs, sifting through all the crap, etc.etc. So I built a rough MVP and posted it on Reddit and got more paid users than I ever had with any other company/startup I was in. To top that off, I found a really awesome job (and landed many more interviews) with it, so I know from first-hand experience that it works! Oaki’s 3-step flow: 1. Import or build a modern, eye-catching resume in under 2 minutes with Oaki 2. Set preferences (role, location, salary, and more) 3. Oaki finds best-fit jobs daily, generates a slightly tailored resume for each, designed to amplify each users' uniqueness On that last point, we're really big on safe AI use; that means we never use it for spam or 'spray and pray' applications. On the surface it looks pretty simple, but Oaki is powered by some really cool tech, blending ML with LLMs, orchestration, hybrid search, and much much more from finding jobs to printing high quality dynamic resumes, and even helping you apply to jobs. While the job finder itself is free (and all accounts get a free no-credit card trial), I do have to charge people for the AI-generated resumes/applications part. For anyone who needs it or knows someone, I hope it can help with the job search; it's reeeally bad right now. You can also use code `ICAMEFROMHN20` to get 20% off, or DM/email me at [email protected] (I read everything). Cheers! Nour
Does the same job
all alternatives →- AJAPI Jobs, a new job site focused on APIs2012 · ▲37
In my spare time to remind myself that I could actually build stuff (and learn some Python, Flask, Redis, etc) I put together a simple job board to feature the best jobs in the API industry. The jobs can be either building APIs at companies like Twilio, Box, Stripe, etc. or integrating them. In addition to featuring those jobs, I'm also aggregating API jobs from GitHub Jobs, Stack Overflow Careers 2.0, and 37signals Job Board. Today I launched with what I would consider an 'MVP' with jobs from SendGrid, TokBox, Twilio, Zencoder, Parse, Stripe, Pusher and Box. Check it out, I'd love to know…
- RIResumecreator.io – I built a simple resume builder2022 · resumecreator.io · ▲7
Hi HN! I'm a developer who noticed that I haven't done much experimentation lately. I decided I wanted to change that this year. This month I built a simple resume builder with the main goal of practicing front-end development, and to scratch an itch I had when updating my resume. :) After it was functional enough, I casually shared with some friends to express my enjoyment of crafting something just for the sake of having some fun. To my surprise they ended up asking how they could send to others. So I went one step further, due to my pure excitement, and hosted it on Netlify to make…
- IBI built Canyon to help job seekers fight back against automated hiring2024 · usecanyon.com · ▲7
Hey HN, I created an all-in-one platform to help job seekers build their resume, track job applications, and prepare for interviews. I built this mainly because the current tools for job seekers pale in comparison to the tools recruiters use to field candidates. Would love to know what you think!
- TFTool for discovering unadvertised job opportunities2025 · ▲6
Searching for job roles in tech? I've been there. For six months, I was stuck in the LinkedIn job application loop, getting nowhere. It was soul-crushing. I started to wonder if I was just a bad developer. But I changed my modus operandi and started reaching out to founders building super cool startups that got recently funded but didnt have the chance to post online yet that they are hiring, the response rate was much more significant and I wwas having super cool convos! This approach was so effective, I turned it into a product. I've tapped into premium data sources (we're talking $25K+…
- GFgig-finding app for freelancers2012 · ▲8
My (revised) MVP - the concept is to put all job-finding activities in one app: job search/listings, emails/replies, resume/portfolio pages. Automate the searches, have an email editor that sends out themeable HTML emails, know which recipients are interested, and point them to a portfolio site of sorts. Briefly,the main features: * Aggregates jobs via job board APIs based on skills (searches twice a day) * Includes Twitter job search, displays linked content in-app * Email editor/sender (can be scheduled), with HTML templates * Email analytics (track clicks and views) * Preserves email and…
- UAUpplai – AI Feedback on Resumes and Cover Letters2025 · you.uppl.ai · ▲7
Hey HN, I built Upplai to help job seekers get quick, AI-driven feedback on their resumes and cover letters. The goal is to improve the chances of getting past Applicant Tracking Systems (ATS) and human recruiters. If you're job hunting, you can try it here: https://you.uppl.ai/login?invitation=ycombinator. Would love to hear your thoughts— does it actually help? What’s missing? Why I Built This: I founded Upplai because I’ve experienced firsthand how broken the hiring process is from both sides of the table. As a hiring manager, I was overwhelmed by the sheer volume of…
More work this month
the category →


The app store for voice native apps that lives in your notch
Work · 28d ago · voiceos.com

The New Calendly▲211Handle all of the work before, during, and after meetings
Work · 17d ago · calendly.com
Launched alongside, August 2025
the whole month →
- IS
I built the world's most impractical 1000-pixel display and anyone in the world can draw on it. It draws a single pixel at a time and takes 30-60 minutes to complete a single image. Anyone can participate in the project by voting for the next image to be drawn, and submitting images. https://kilopx.com/
Work · 2025 · benholmen.com

- KT
Kitten TTS is an open-source series of tiny and expressive text-to-speech models for on-device applications. We are excited to launch a preview of our smallest model, which is less than 25 MB. This model has 15M parameters. This release supports English text-to-speech applications in eight voices: four male and four female. The model is quantized to int8 + fp16, and it uses onnx for runtime. The model is designed to run literally anywhere eg. raspberry pi, low-end smartphones, wearables, browsers etc. No GPU required! We're releasing this to give early users a sense of the latency and voices…
Dev tools · 2025 · github.com
- IW
I was wondering how I can arrange objects along a spherical helix path, and read some articles on it. I ended up learning about parametric equations again, and make this visualization to document what I learned: https://visualrambling.space/moving-objects-in-3d/ feel free to visit and let me know what you think!
Life & fun · 2025 · visualrambling.space
- TC
For HTML Day 2025 [1], I made a web service that displays the current sky at your approximate location as a CSS gradient. Colours are simulated on-demand using atmospheric absorption and scattering coefficients. Updates every minute, without the use of client-side JavaScript. Source code and additional information is available on GitHub: https://github.com/dnlzro/horizon [1] https://html.energy/html-day/2025/index.html
Dev tools · 2025 · sky.dlazaro.ca