Solutions
Discover how you can run your deals on Cobl, by use-case, industry or role.

For sales teams

Crush your

quota.

The deals you win are the ones that stay a project. Cobl keeps the plan, the milestones and every document your buyer needs to get to yes.

Connected to your CRM and mailbox
Free to start
Hosted in the EU
Start a deal
Cobl product preview
https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a999e3d05aabaa862bdf250_cobl-demo-sales-proposal-v6.txt
Trusted by Sales and Pre-sales teams
Logos of teams using Cobl

The day-to-day

Deals do not die in meetings. They die between them.

The information is everywhere except where you need it

The CRM, the drive, the last 40 emails, a deck a colleague made 6 months ago. You spend the morning looking, not selling.

The document is always the thing you do last, late

You know the client. Putting it into a proposal that looks like your company is another evening.

Every rep sends something different

Same offer, ten formats. The client sees it, and your best material never leaves the laptop of the rep who made it.

The deal goes quiet between two meetings

No plan, no next step written down, and a buyer who has to sell your offer internally without you.

What Cobl

does.

Everything the deal needs, built from the deal itself.

Cobl knows the account before you brief it

Connect your CRM, your mailbox, your meetings and your drive. Cobl reads the notes, the past emails and the pricing that belong to this deal.

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Connect your sources once</title> <style> :root{ --bg:#eceffb; --tile:#ffffff; } *{box-sizing:border-box} html,body{height:100%} body{margin:0;background:var(--bg);overflow:hidden;display:flex;align-items:center;justify-content:center} /* Grille 5x5, remplit 100% du cadre. Proportions Figma : 5 x 71,6 + 4 x 8 = 390 de base. */ .cg{ container-type:size; position:relative;width:min(100vw,100vh);height:min(100vw,100vh);flex:0 0 auto; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); grid-template-rows:repeat(5,minmax(0,1fr)); gap:8px; gap:min(2.051cqw,2.051cqh); } .cg::before{ content:"";position:absolute;inset:-15%;pointer-events:none;z-index:0;filter:blur(6px); background:radial-gradient(circle var(--glow-r,240px) at var(--mx,50%) var(--my,50%), rgba(255,255,255,.85) 0%, rgba(255,255,255,.35) 38%, transparent 70%); } .t{ container-type:size;position:relative;z-index:1;min-width:0;min-height:0; border-radius:11px; border-radius:min(2.941cqw,2.941cqh); display:grid;place-items:center;background:var(--tile); box-shadow:0 1px 2px rgba(24,24,24,calc(.05*var(--f,0)+.015)), 0 10px 24px -12px rgba(24,24,24,calc(.22*var(--f,0))); opacity:var(--o,.2);transform:scale(var(--s,1));will-change:opacity,transform; } /* boîte logo : carrée, calée sur le plus petit côté de la tuile */ .t img{ width:min(50cqw,50cqh);height:min(50cqw,50cqh); object-fit:contain;display:block; } </style> </head> <body> <div class="cg" id="cg"></div> <script> /* Logos : assets Webflow de la collection Integrations (URLs permanentes). `null` = tuile de texture, volontairement sans logo et plafonnée en opacité. */ var C = "https://cdn.prod.website-files.com/68f7335258cfb6a552b971c6/"; var G = [ C+"6a9818983bc239ab899dc355_free-confluence-logo-icon-svg-download-png-3029929.webp", C+"6a882c6af1d6d4911f655a93_Dropbox_Icon.svg.webp", C+"6a9818e7fbc7d35266df41fc_Box%2C_Inc._logo.svg.webp", C+"6a882a84c5a0da12f586dde1_microsoft-sharepoint.svg", C+"6a9818fa7652cb3d5853f93c_monday-icon.svg", C+"6a882af17bb939f0f8491565_Gong_idnaeh32xQ_0.svg", C+"6a882b405ebe5ef18a5d9b18_hubspot-1.svg", C+"6a882ada229a038f7593d98a_gmail.svg", C+"6a882b4755fd78e105a9b830_salesforce.svg", C+"6a882b0ff14ca1bcd138f3d1_google-meet.svg", C+"6a98187ed1c675e12f7a6cef_free-table-gonflable-logo-icon-svg-download-png-1254387.webp", C+"6a882ae317298597676335ca_microsoft-outlook.svg", C+"6a882b2ee6f257c8d68aabe6_drive.svg", C+"6a882c6487e34e168790f27f_slack-new-logo-logo.svg", C+"6a9818a998f744dd105b1e1e_images%20(1).png", C+"6a882c5dca12adb4682bb8bb_Microsoft-Dynamics-Sales-Marketing-and-Service-280x300-1.webp", C+"6a882b284ab7b52c6e04c265_notion.svg", C+"6a882a94272777380b707782_microsoft-teams.svg", C+"6a882afc2e3d52c370d7609c_zoom.svg", C+"6a882b16ff12241b47931562_Attio_idvlyMewyB_0.svg", C+"6a9818d47652cb3d5853e234_images.jpeg", C+"6a882b1ec5a0da12f5873c43_Folk_idCC19iYri_0.svg", C+"6a98191298f744dd105b6a85_icon.webp", C+"6a882b3526591d806f551f45_Pipedrive_id-7ejZnwv_0.svg", C+"6a981f096edf4f338fe78699_Google_Calendar_icon_(2020).svg.webp" ]; var ALT = ["Confluence","Dropbox","Box","SharePoint","Monday","Gong","HubSpot","Gmail","Salesforce","Google Meet","Airtable","Outlook","Google Drive","Slack","Apollo","Dynamics 365","Notion","Microsoft Teams","Zoom","Attio","Fireflies","folk","Lemlist","Pipedrive","Google Calendar"]; /* Réglages validés le 27/08 */ var cfg = { radius:163, minOp:.20, curve:2.09, ease:.11, scale:.06, idle:true }; var BLANK_CAP = .45; /* plafond d'opacité des tuiles sans logo */ var cg = document.getElementById('cg'), tiles = [], caps = []; for (var i = 0; i < 25; i++){ var el = document.createElement('div'); el.className = 't'; if (G[i]) el.innerHTML = '<img src="' + G[i] + '" alt="' + ALT[i] + '" loading="eager">'; cg.appendChild(el); tiles.push(el); caps.push(G[i] ? 1 : BLANK_CAP); } var pointer={x:0,y:0}, smooth={x:0,y:0}, hover=0, hoverTarget=0, centers=[], box=null; var t0 = performance.now(); var reduced = matchMedia('(prefers-reduced-motion: reduce)').matches; function measure(){ box = cg.getBoundingClientRect(); centers = tiles.map(function(el){ var r = el.getBoundingClientRect(); return { x:r.left-box.left+r.width/2, y:r.top-box.top+r.height/2 }; }); if(!hover){ smooth.x=box.width/2; smooth.y=box.height/2; pointer={x:smooth.x,y:smooth.y}; } } cg.addEventListener('pointermove', function(e){ var r = cg.getBoundingClientRect(); pointer.x = e.clientX - r.left; pointer.y = e.clientY - r.top; hoverTarget = 1; }); cg.addEventListener('pointerleave', function(){ hoverTarget = 0; }); function lerp(a,b,t){ return a+(b-a)*t; } function clamp(v,a,b){ return Math.min(b,Math.max(a,v)); } function frame(now){ var time = (now-t0)/1000; if(hoverTarget === 0 && box){ if(cfg.idle && !reduced){ pointer.x = box.width/2 + Math.cos(time*.38)*box.width *.30; pointer.y = box.height/2 + Math.sin(time*.27)*box.height*.26; } else { pointer.x = box.width/2; pointer.y = box.height/2; } } var k = reduced ? 1 : cfg.ease; smooth.x = lerp(smooth.x, pointer.x, k); smooth.y = lerp(smooth.y, pointer.y, k); hover = lerp(hover, hoverTarget, k*.8); var scale = box ? Math.min(box.width, box.height)/390 : 1; var R = cfg.radius * scale * lerp(1.45, 1, hover); for(var i=0;i<tiles.length;i++){ var c = centers[i]; if(!c) continue; var d = Math.hypot(c.x-smooth.x, c.y-smooth.y)/R; var t = clamp(1-d,0,1); t = t*t*(3-2*t); var f = Math.pow(t, cfg.curve); var cap = caps[i], st = tiles[i].style; st.setProperty('--f', (f*cap).toFixed(3)); st.setProperty('--o', ((cfg.minOp + (1-cfg.minOp)*f) * cap).toFixed(3)); st.setProperty('--s', (1 + cfg.scale*f*cap).toFixed(4)); } if(box){ cg.style.setProperty('--mx', ((smooth.x + box.width *.15)/(box.width *1.3)*100).toFixed(2)+'%'); cg.style.setProperty('--my', ((smooth.y + box.height*.15)/(box.height*1.3)*100).toFixed(2)+'%'); cg.style.setProperty('--glow-r', Math.round(R*1.1)+'px'); } requestAnimationFrame(frame); } addEventListener('resize', measure); addEventListener('load', measure); measure(); requestAnimationFrame(frame); </script> </body> </html>

Every document the deal asks for

Sales proposal, pitch deck, business case, ROI study, executive summary, quote. One space, one context, no contradiction between them.

https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a9818c06a7d046bb0abaa01_cobl-code-deal-docs-v5.txt

On brand, from the first page

Give Cobl your brand guidelines once. It applies your colours, your typography and your tone to everything it produces.

https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a9818c0db3de39f7c83836d_cobl-code-your-brand-v5.txt

Send it in the format they asked for

Export to Word, PDF or slides. Or share it as a link.

<!doctype html> <html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"> <title>Cobl export to PowerPoint, Word, PDF</title> <style> *{margin:0;padding:0;box-sizing:border-box} html,body{height:100%;background:#e0e7f7;overflow:hidden} #frame{width:384px;height:344px;position:relative;background:#e0e7f7;transform-origin:top left;display:flex;align-items:center;justify-content:center} .row{display:flex;align-items:center;gap:10px} .tile{width:91px;height:91px;border-radius:18px;background:#f7f9fc;display:flex;align-items:center;justify-content:center;cursor:pointer; box-shadow:0 1px 2px rgba(20,30,80,.04); transition:transform .38s cubic-bezier(.2,.8,.2,1),background .3s,box-shadow .38s;will-change:transform} .tile img{width:41px;height:41px;display:block;transition:transform .38s cubic-bezier(.2,.8,.2,1)} .tile:hover,.tile.on{transform:scale(1.275);background:#fff;box-shadow:0 10px 30px rgba(20,30,80,.14),0 2px 6px rgba(20,30,80,.06);z-index:2} @media (hover:none){.tile:active{transform:scale(1.275);background:#fff}} </style></head><body> <div id="frame"><div class="row"> <div class="tile" data-f="pptx"><img src="https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a956a4d1b625ff6a95763b2_anim-export-ppt.webp" alt="PowerPoint"></div> <div class="tile" data-f="docx"><img src="https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a956a4dcca36a1737deabe8_anim-export-word.webp" alt="Word"></div> <div class="tile" data-f="pdf"><img src="https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a956a4edcad87f23441757f_anim-export-pdf.webp" alt="PDF"></div> </div></div> <script> (function(){ var frame=document.getElementById("frame"); function fit(){var w=window.innerWidth,h=window.innerHeight,k=Math.min(w/384,h/344);frame.style.transform="translate("+((w-384*k)/2)+"px,"+((h-344*k)/2)+"px) scale("+k+")";} window.addEventListener("resize",fit);fit(); })(); </script></body></html>

The plan your buyer signs up to

Cobl builds the mutual action plan from the deal: the milestones from today to the date value lands. Your buyer looks at the goal, not at a task.

https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a9818c0ed8f585896b3e7d0_cobl-code-milestones-v5.txt

Your best work comes back

Cobl files what worked as your team runs deals. Your strongest sections return on the next deal instead of being rewritten.

https://cdn.prod.website-files.com/68ee0ef582e0631038583e04/6a98002359f2f91a76079bff_cobl-code-knowledge-base-filing-v5.txt
Start a deal

Proof

What sales teams say about Cobl

“Our teams are very diverse. We don’t have professional writers or development capabilities, so the ability to rely on AI to understand the context and make the process accessible to everyone is a real advantage.”

Jean-marc Guyot

Director of AI & Innovation

300%

ROI

300+

users in 6 countries

€100k

saved in 6 months

See the Story

FAQ

Everything you need to know before you start.
What can Cobl produce for a sales rep?

Sales proposals, pitch decks, business cases, ROI studies, executive summaries, quotes and meeting recaps. Everything is built from the same deal context, so your documents never contradict each other.

Does Cobl replace my CRM?

No. Cobl reads your CRM and produces what a CRM does not: the documents and the plan that move the deal forward. Your CRM stays the record. Cobl is where the work happens.

How does Cobl know my company's offer and references?

Connect your drive, your SharePoint and your CRM, or drop your documents in. Cobl builds your company knowledge from your own material and uses it on every deal.

Can I edit what Cobl produces?

Yes. You can edit inside Cobl, or export to Word, PDF or slides and finish the document in your own tools.

Is my client data used to train models?

No. Your data is never used to train a model. Cobl runs in the EU, and can be deployed in a private cloud or on your own infrastructure.

Your next deal is already moving.

Start a deal