all cases
[ Open-source ]

UnicornStar — an open-source job search platform

A job board with direct chat between candidates and employers — no forms, no test assignments, no formal filters.

client: Miracle Scape open-source projectdate: 2026-08-01status: [Public]
GoGinMongoDBNuxtVueTypeScript

The task

Classic job boards are built around forms, test assignments and a chain of auto-filters — a good candidate can fail to reach an interview simply by not clearing a formal screen, and there's often no real dialogue between the two sides before an offer at all.

The solution

We built an open-source platform in Go (Gin + MongoDB) with a Nuxt 3 frontend: resumes, job applications and employer messaging all live in one place, with no intermediate forms. We used a modular monolith on clean architecture, added TOTP two-factor auth for critical account actions, paid boosting for vacancies and resumes in search results, and payments via Robokassa.

The result

  • Candidates and employers talk directly in chat, with no forms or auto-filters standing between them
  • 2FA on critical actions protects accounts without complicating the normal flow
  • The modular architecture lets us add features without touching unrelated domains
  • A public GitHub repository — the code is open for audit and community contributions