The CV
- Claims nobody can check
- A keyword match, not an ability
- Written to get past a filter
Paste a job posting. Onbord builds the simulation, sends it to your candidates, and ranks them on what they actually did.
The difference
What usually decides who gets an interview, and what should.
What candidates do
They answer the client who has a cheaper quote, take the call on camera, and fix the bug before it ships. The AI assistant is open beside them, exactly like at work, and how they use it is part of the result.
import { normalizeEmail } from "./format";
const SOURCES = ["import", "form", "event", "referral"];
export function flagDuplicateLeads(leads) {
const seen = new Map();
const flagged = [];
for (const lead of leads) {
if (!SOURCES.includes(lead.source)) continue;
const key = normalizeEmail(lead.email);
const previous = seen.get(key);
if (!previous) {
seen.set(key, lead);
continue;
}
flagged.push({
keep: previous.id,
drop: lead.id,
reason: "same email, later entry",
});
}
return { kept: [...seen.values()], flagged };
}ToMarie De Clercq
SubjectRe: Quotation 2291 · your feedback
Hello Ms De Clercq, Thank you for coming back so quickly, and for being straight with me about the other quote. At your volume, 8% is real money and I'm not going to pretend otherwise.
Kind regards,Sarah D.
How it works
Nothing to configure, nothing to integrate, nothing to rewrite. The parts that matter still wait for your approval.
Paste the text, drop the file, or give the link.
And this is what you get back.
Every candidate who started, ranked on the criteria you approved, with the evidence one click under each number. Onbord only builds a shortlist: the recruiter always makes the final call.
Every score, and its proof
Every skill splits into sub-dimensions, and every level on every scale describes a behaviour you could actually observe. Every score points to something the candidate actually wrote. Not a summary. Not a guess.
Handling a price objection
67%
Including the ones you turn down, in a hundred and fifty words built from what they actually did. Silence is what a candidate remembers of a company, and it costs you the next application.
Hello Amine,
We would like to meet you. Here is what stood out, so you know what we will dig into.
On the email to Ms De Clercq, you named the real number, the 8% gap, before you defended the quote. Most candidates lead with the apology.
One thing we will come back to: the delivery date you promised her is not confirmed anywhere in writing yet.
One real posting, and you see the whole thing: the tasks, the scoring grid, and the report you would read afterwards.