:root { --ce-bg: #050816; --ce-bg-light: #0b1020; --ce-accent: #38bdf8; --ce-accent-alt: #f97316; --ce-accent-soft: rgba(56, 189, 248, 0.15); --ce-text-main: #e5e7eb; --ce-text-muted: #9ca3af; --ce-border: rgba(148, 163, 184, 0.5); } .ce-page { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #111827 0, #020617 40%, #000 100%); color: var(--ce-text-main); padding: 32px 16px 72px; } .ce-container { max-width: 1120px; margin: 0 auto; } /* Header / Logo */ .ce-header { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; } .ce-logo { max-width: 240px; width: 100%; height: auto; } .ce-header-cta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .ce-btn-outline { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--ce-border); background: transparent; color: var(--ce-text-main); font-size: 13px; text-decoration: none; white-space: nowrap; } @media (max-width: 720px) { .ce-header { flex-direction: column; } } /* Hero */ .ce-hero { text-align: center; margin-bottom: 40px; } .ce-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: rgba(15, 23, 42, 0.9); border: 1px solid var(--ce-border); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ce-text-muted); margin-bottom: 14px; } .ce-pill span { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 999px; background: var(--ce-accent-soft); color: var(--ce-accent); font-size: 11px; } .ce-hero-title { font-size: clamp(30px, 4vw, 40px); line-height: 1.1; margin: 0 0 12px; } .ce-highlight { background: linear-gradient(90deg, #38bdf8, #f97316); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 700; } .ce-hero-sub { max-width: 760px; font-size: 15px; color: var(--ce-text-muted); margin: 0 auto 18px; } .ce-hero-sub strong { color: var(--ce-text-main); } .ce-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 22px; } .ce-badge { font-size: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(15, 23, 42, 0.9); border: 1px dashed var(--ce-border); color: var(--ce-text-muted); } .ce-badge strong { color: var(--ce-accent-alt); } .ce-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; } .ce-btn-primary { appearance: none; border: none; cursor: pointer; padding: 11px 22px; border-radius: 999px; background: linear-gradient(135deg, #38bdf8, #f97316); color: #020617; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; } .ce-btn-primary span { font-size: 16px; } .ce-hero-note { font-size: 12px; color: var(--ce-text-muted); max-width: 360px; } /* Sections */ .ce-section { margin-top: 44px; text-align: center; } .ce-section h2 { font-size: 24px; margin-bottom: 8px; } .ce-section h3 { font-size: 18px; margin: 24px 0 6px; font-weight: 600; } .ce-section p { font-size: 14px; color: var(--ce-text-muted); max-width: 780px; margin: 0 auto 6px; } .ce-section p strong { color: var(--ce-text-main); } /* Tier Cards */ .ce-tier-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; } @media (max-width: 1100px) { .ce-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 720px) { .ce-tier-grid { grid-template-columns: minmax(0, 1fr); } } .ce-tier-card { background: rgba(15, 23, 42, 0.95); border-radius: 18px; border: 1px solid rgba(55, 65, 81, 0.85); padding: 16px 16px 18px; text-align: left; display: flex; flex-direction: column; gap: 8px; } .ce-tier-card.ce-tier-featured { border-width: 2px; border-color: var(--ce-accent); box-shadow: 0 18px 40px rgba(8, 47, 73, 0.8); position: relative; } .ce-tier-tag { position: absolute; top: -10px; right: 14px; background: linear-gradient(135deg, #38bdf8, #f97316); color: #020617; font-size: 11px; padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.08em; } .ce-tier-name { font-size: 16px; font-weight: 600; } .ce-tier-meta { font-size: 12px; color: var(--ce-text-muted); } .ce-tier-price { font-size: 18px; font-weight: 700; margin-top: 2px; } .ce-tier-subprice { font-size: 12px; color: var(--ce-text-muted); } .ce-tier-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ce-text-muted); margin-top: 4px; } .ce-tier-list { font-size: 12px; color: var(--ce-text-muted); padding-left: 18px; margin: 4px 0 0; } .ce-tier-list li { margin-bottom: 2px; } .ce-tier-note { font-size: 11px; color: var(--ce-text-muted); margin-top: 6px; } .ce-tier-btn { margin-top: 10px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--ce-border); background: rgba(15, 23, 42, 0.9); color: var(--ce-text-main); font-size: 12px; text-align: center; text-decoration: none; } /* Comparison table */ .ce-compare { margin-top: 32px; overflow-x: auto; } .ce-compare-table { width: 100%; border-collapse: collapse; font-size: 12px; min-width: 640px; } .ce-compare-table th, .ce-compare-table td { border: 1px solid rgba(55, 65, 81, 0.8); padding: 8px 10px; text-align: left; white-space: nowrap; } .ce-compare-table th { background: rgba(15, 23, 42, 0.95); font-weight: 600; } .ce-compare-table tr:nth-child(even) { background: rgba(15, 23, 42, 0.6); } /* CTA / form */ .ce-cta-block { margin-top: 40px; border-radius: 20px; border: 1px solid rgba(55, 65, 81, 0.9); background: radial-gradient(circle at top left, #1f2937 0, #020617 55%); padding: 18px 18px 16px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 18px; } @media (max-width: 900px) { .ce-cta-block { grid-template-columns: minmax(0, 1fr); } } .ce-cta-block ul { text-align: left; } .ce-form-box { background: rgba(15, 23, 42, 0.9); border-radius: 14px; border: 1px dashed var(--ce-border); padding: 12px 14px; font-size: 12px; color: var(--ce-text-muted); text-align: center; } .ce-small { font-size: 11px; color: var(--ce-text-muted); }
CE One platform – five versions – zero chaos

Which ConstructEther version is right for your projects?

ConstructEther is built for one job: give you one central place for drawings, contracts, costs, programmes, H&S and site records, so your teams stop drowning in admin and start protecting margin. The five versions below scale from a single self-builder to national contractors running dozens of projects.

Save £1,000s per project – in some cases millions across a programme.
50% lifetime discount available through tier-based Founding Partner packages.
Same core engine – different levels of users, automation & customisation.
Compare all 5 versions Discuss my tier & Partner option If you’re not sure, we’ll recommend the lowest tier that still solves your problems.

The 5 ConstructEther versions

Every version runs on the same AI engine. The difference is how many users you get, how deep the automation goes, and how much we tailor the workflows, integrations and dashboards around your organisation. If you become a Founding Partner at that tier, you also get 50% off the monthly fee for life plus a small, one-off Partner buy-in aligned to your level.

Self-build
Essential version · Solo / micro-team
Standard: £97/mo
Includes 1 user as standard
Partner pricing: £48.50/mo · Partner seats: 2 users
Partner buy-in: £1,997 one-off · 10 seats only
Best for
  • Individual self-builders and very small teams.
  • One main live project at a time.
What it focuses on
  • Core QS & PM basics (budget, tasks, programme).
  • Simple BoQs and take-offs.
  • Document storage and site notes in one place.
Partner advantage
  • 2 seats instead of 1 on day one.
  • 50% off the monthly fee for life.
  • Full training so you actually use the system on your build.
Ideal if you want to get out of spreadsheets and into a single, structured project hub.
Pro
Team ready · Small contractor / QS team
Standard: £497/mo
Includes up to 6 users
Partner pricing: £248.50/mo (≈£41.41/user)
Partner buy-in: £3,997 one-off · 5 seats only
Best for
  • Small contractors, QS/PM teams, small developers.
  • 3–10 live projects with shared oversight.
What it focuses on
  • Multi-project dashboard.
  • AI BoQ with clear, structured descriptions.
  • Programme views and team task assignment.
  • Carbon Lite tracking beside cost.
Partner advantage
  • 50% off Pro for life – as you grow users, the saving compounds.
  • Input into how small-team workflows are designed in the product.
The first real “team version” – gets everyone looking at the same live information.
Enterprise
Large contractor / developer
Standard: £2,997/mo
Includes up to 50 users
Partner pricing: £1,498.50/mo (≈£29.97/user)
Partner buy-in: £49,997 one-off · 3 seats only
(half of a typical £100k+ customised deployment starting point)
Best for
  • Large contractors, multi-office developers.
  • Several regions or business units.
What it focuses on
  • Organisation-wide dashboards (board-level views).
  • Finance system integrations (Xero, Sage, etc.).
  • Role-based permission matrix.
  • Automated change-control workflows.
  • Full carbon module, H&S and site diaries with photos.
Partner advantage
  • Enterprise-level input into how ConstructEther runs across divisions.
  • Huge upside on both implementation cost and monthly fees.
This is where ConstructEther starts to replace multiple legacy systems in one move.
Elite Enterprise
Global / complex portfolios
Standard: £4,997/mo
Includes up to 100 users
Partner pricing (growing from Enterprise Partner status): £2,498.50/mo (≈£24.98/user)
Best for
  • National contractors, manufacturers, major asset owners.
  • Organisations wanting ConstructEther as their main operating system.
What it focuses on
  • Private cloud hosting and dedicated environment.
  • Deep integrations (BIM, ERP, HR, finance).
  • Company-specific AI rules and automations.
  • Custom dashboards for board and investors.
Partner path
  • Start as an Enterprise Partner and scale into Elite while keeping your 50% subscription discount.
This is the version for businesses that want ConstructEther to become the backbone of their whole operation.

Side-by-side comparison

In short: Self-build is for individuals, Pro is for small teams, Business is for serious regional players, Enterprise is for large organisations, and Elite Enterprise is for those making ConstructEther their core platform.

Tier Included Users Standard Monthly Partner Monthly (50% off) Partner Buy-in Partner Seats Best For
Self-build 1 (2 if Partner) £97/mo £48.50/mo £1,997 10 Individuals & micro-teams
Pro 6 £497/mo £248.50/mo £3,997 5 Small contractors / QS teams
Business 15 £997/mo £498.50/mo £9,997 5 Regional contractors / consultancies
Enterprise 50 £2,997/mo £1,498.50/mo £49,997 3 Large contractors / developers
Elite Enterprise 100 £4,997/mo £2,498.50/mo* By agreement (via Enterprise Partner path) National players / manufacturers

*Elite Partner pricing assumes progression from an Enterprise Partner starting point, keeping the 50% subscription discount in place.

Not sure which version fits? We’ll tell you in one call.

Share how many projects you run, how many people touch cost and programme, and where admin is killing your time. We’ll recommend the lowest tier that still gives you one place for everything – and explain which Founding Partner package (if any) makes sense for you.

On the call we will:

  • Walk through how you currently manage drawings, contracts, costs and site information.
  • Quantify where £1,000s are being lost in admin, duplicated effort and missed change.
  • Match you to the right tier based on users, projects and growth plans.
  • Explain the Partner buy-in for your tier and how the 50% lifetime discount works.

Partner seats are limited to 10 Self-build, 5 Pro, 5 Business and 3 Enterprise. Once these are gone, Partner pricing and the 50% lifetime discount will close.


Copyrights 2026 | ConstructEther™ | Terms & Conditions | Privacy Policy