Business Model Canvas Ideation Form

Business Model Canvas ideation

Shape a new Tibbee product or service.

Sketch your idea across the nine building blocks of the Business Model Canvas. When you submit, your browser opens a pre-filled email to our team—review and send.

Your canvas

Your name
Your email
Idea name / one-line summary
1. Customer Segments — who is this for?
2. Value Propositions — what problem do you solve?
3. Channels — how do you reach customers?
4. Customer Relationships — how do you keep them?
5. Revenue Streams — how does it earn?
6. Key Resources — what do you need?
7. Key Activities — what must you do?
8. Key Partners — who helps you?
9. Cost Structure — what does it cost?

Trouble submitting? Email your canvas to corky@tibbeeedllc.com.

(function () { var f = document.getElementById(“bmcForm”); if (!f) return; var v = function (id) { var el = document.getElementById(id); return el ? (el.value || “”).trim() : “”; }; f.addEventListener(“submit”, function (e) { e.preventDefault(); var rows = [ [“Name”, v(“bName”)], [“Email”, v(“bEmail”)], [“Idea”, v(“bIdea”)], [“1. Customer Segments”, v(“bSegments”)], [“2. Value Propositions”, v(“bValue”)], [“3. Channels”, v(“bChannels”)], [“4. Customer Relationships”, v(“bRelationships”)], [“5. Revenue Streams”, v(“bRevenue”)], [“6. Key Resources”, v(“bResources”)], [“7. Key Activities”, v(“bActivities”)], [“8. Key Partners”, v(“bPartners”)], [“9. Cost Structure”, v(“bCosts”)] ]; var body = rows.map(function (r) { return r[0] + “:\n” + r[1] + “\n”; }).join(“\n”); var subject = “BMC ideation: ” + (v(“bIdea”) || “New idea”); window.location.href = “mailto:corky@tibbeeedllc.com?subject=” + encodeURIComponent(subject) + “&body=” + encodeURIComponent(body); }); })();