src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/hivemind.html.twig line 1

Open in your IDE?
  1. {% include '@Application/inc/central_header.html.twig' %}
  2. {% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
  3. {# WEB-2 §18 — /hivemind. LAW: the AI-Admin price INCLUDES the Admin licence — never
  4.    stated as the two prices added. Real examples, not AI hype. Fair-use/HoneyCredits live
  5.    in the FAQ, not the hero. ONE primary CTA (§28): See HiveMind in Action. #}
  6. {% set p = prices %}
  7. <div class="pp-wrap">
  8.     <div class="pp-hero">
  9.         <span class="kicker">HiveMind</span>
  10.         <h1>Give your managers an AI operating partner.</h1>
  11.         <p class="sub">HiveMind works on your live business data — the same ledgers, projects and
  12.             pipelines your team runs in HoneyBee. Ask a question, get the real number. Ask for a
  13.             report, get a draft. €{{ p.business.hivemind_admin }} per Admin/month —
  14.             the Admin licence is included in that price.</p>
  15.         <a class="pp-cta" href="#request">See HiveMind in Action</a>
  16.     </div>
  17.     <div class="pp-sec">
  18.         <h2>What managers actually use it for</h2>
  19.         <div class="pp-grid c3">
  20.             <div class="pp-card"><h3>Project position</h3><p>"Where does the Meridian project stand?"
  21.                 — budget vs actual, open POs, site progress and unbilled milestones in one answer.</p></div>
  22.             <div class="pp-card"><h3>Management reporting</h3><p>Monthly summaries drafted from real
  23.                 figures — cash position, receivables, sales pipeline — ready to review, not to compile.</p></div>
  24.             <div class="pp-card"><h3>Overdue actions</h3><p>Which invoices are overdue, which approvals
  25.                 are stuck, which follow-ups went quiet — surfaced before they become problems.</p></div>
  26.             <div class="pp-card"><h3>Drafts on demand</h3><p>Dunning notices, follow-up emails and
  27.                 meeting summaries drafted for a human to approve — never sent on their own.</p></div>
  28.             <div class="pp-card"><h3>Data analysis</h3><p>Spend concentration, customer balances,
  29.                 stock positions — questions answered from the ledger, not from a stale export.</p></div>
  30.             <div class="pp-card"><h3>Daily briefing</h3><p>What needs attention today, compiled from
  31.                 approvals, dues and tasks — one read to start the morning.</p></div>
  32.         </div>
  33.     </div>
  34.     <div class="pp-sec">
  35.         <h2>Why it's different from a chatbot</h2>
  36.         <p class="sec-sub">HiveMind is wired into your HoneyBee database with your permission model.
  37.             It answers from rows, not from guesses — and when it drafts something with consequences,
  38.             a human approves it before anything moves. Money never moves automatically.</p>
  39.     </div>
  40.     <div class="pp-sec">
  41.         <h2>Pricing</h2>
  42.         <div class="pp-grid c2" style="max-width:700px;margin-left:auto;margin-right:auto;">
  43.             <div class="pp-card"><span class="pp-chip">Manage with AI</span>
  44.                 <div class="pp-price">€{{ p.business.hivemind_admin }}<small> /Admin/month</small></div>
  45.                 <p style="margin-top:8px;">One price — the full Admin seat AND HiveMind. It replaces
  46.                     the €{{ p.business.admin }} Manage seat; you never pay both.</p></div>
  47.             <div class="pp-card"><span class="pp-chip">Works with</span>
  48.                 <div class="pp-price">AI Agents</div>
  49.                 <p style="margin-top:8px;">HiveMind answers and drafts; <a href="{{ url('honeybee_agents') }}"
  50.                     style="color:var(--n-amber);font-weight:700;">agents</a> chase and execute routine work
  51.                     org-wide from €{{ p.agents.starter }}/month.</p></div>
  52.         </div>
  53.     </div>
  54.     <div class="pp-sec">
  55.         <h2>Frequently asked</h2>
  56.         <div class="pp-faq">
  57.             <details><summary>Is there a usage limit?</summary>
  58.                 <p>HiveMind includes a fair-use allowance of AI capacity (HoneyCredits) per seat that
  59.                     covers normal daily management use. Heavy analytical workloads can add capacity —
  60.                     your account shows consumption transparently.</p></details>
  61.             <details><summary>Can HiveMind act on its own?</summary>
  62.                 <p>No. It reads, answers and drafts. Anything outward-facing or financial goes through
  63.                     the same human approval flow as everything else in HoneyBee.</p></details>
  64.             <details><summary>Does it see all our data?</summary>
  65.                 <p>It sees what the logged-in user is allowed to see — the same role-based access
  66.                     control as the rest of the suite.</p></details>
  67.         </div>
  68.     </div>
  69.     <div class="pp-band" id="request">
  70.         <h2>See HiveMind answer questions about a real company.</h2>
  71.         <p>A live session on demo data — or, after setup, on your own.</p>
  72.     </div>
  73.     {% include '@HoneybeeWeb/pages/inc/intent_form.html.twig' with {
  74.         'intent': 'demo', 'cta': 'See HiveMind in Action',
  75.         'extras': [
  76.             {'name': 'primary_interest', 'label': 'Primary interest', 'options': ['HiveMind AI', 'AI Agents', 'Business Suite', 'Whole ecosystem']},
  77.             {'name': 'company_size', 'label': 'Company size', 'options': ['1-10', '11-50', '51-250', '250+']}
  78.         ]
  79.     } only %}
  80. </div>
  81. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}