Skip to main content
All CollectionsGetting Started
A quick introduction to Codebie
A quick introduction to Codebie
Updated over a week ago

Codebie is a simple and modern take-home assessment platform designed around one thing developers already love: Git.

Instead of using custom editors or complicated workflows, Codebie keeps everything familiar. When your team creates an assessment, it’s really just a Git repository. That makes sharing it with candidates as easy as sending a link.

Candidates clone the repository, complete the task locally, and push their solution — no special setup, no friction.

Once the submission is in, your team can review the code line by line, leave comments, and share feedback anonymously. Everything happens in Git, the way developers are used to working.

Here’s how it works:

  1. You create a task.

  2. You assign responsible employees. They’ll receive notifications for important actions.

  3. Your reviewers push the challenge to the task repository.

  4. Your HR invites candidates to the task.

  5. When a candidate accepts, a dedicated Git repository is created for them.

  6. They clone your challenge.

  7. They solve the challenge locally.

  8. They push their solution.

  9. Your reviewers evaluate the code line-by-line using the Codebie interface.

  10. Your HR marks the assessment as done.

  11. Your team’s feedback is shared with the candidate anonymously.

That’s it! Simple, transparent, and developer-friendly.

Did this answer your question?