You are browsing as a guest. Sign up (or log in) to start making projects!

TalentCruiter

  • 1 Devlogs
  • 1 Total hours

This bot can help you with networking! It's a sort of slack-LinkedIn

Ship #1 Pending review

Hey everyone! I just shipped my first real production app, TalentCruiter, and I wanted to share the story behind it.

Honestly, the whole thing took me about two hours total. But the first hour was just me sitting there, completely blank, brainstorming what to do. I had very limited project experience and looking at massive ideas felt intimidating. I wanted to build something approachable for a beginner, but something that would actually be useful to real people.

Then it hit me.

I remembered watching a close friend of mine who works in HR navigate the exhausting daily grind of recruiting. They were spending hours bouncing around platforms like LinkedIn, tracking people, and trying to network. LinkedIn is efficient, but it has one massive flaw: it’s totally cut off from where the actual team hangs out. They were constantly context-switching between corporate browsers and internal Slack channels, losing track of details and burning precious time. At least thats how I see it (I am still 15yrs old so that all is still kind of difficul for me to fully comprehend)

I thought... why force recruiters to leave the virtual office when we could just bring the database straight to their chat bar?

Once that clicked, I locked in and wrote the entire script in an hour flat. 🛠️

TalentCruiter is a Slack-native talent engine. Instead of messy spreadsheets, you just type commands like `/talent-iknow` or `/talent-find` straight into the chat bar, and it handles everything using a fast SQLite database in the background.

The biggest win for me was the deployment. It's officially detached from my laptop and running 24/7 on a remote Linux server via systemd, meaning it handles crashes and server reboots completely on its own.

Huge thanks to Hack Club for the server guides and the constant motivation to just sit down and start shipping.

Check out the code here: https://github.com/prodevmod/TalentCruiter

Code is clean, database is fast, bot is running! Let me know what you think!

Try project → See source code →

Followers

Loading…