// ============================================================================= // Astovia · Home & About pages // ============================================================================= function HomeMeta() { return (
// 00 · Practice
● Astovia — strategic intelligence
Munich · Zürich · Amsterdam
Hewlett-Packard alumni
); } function Hero({ go }) { return (

Scale faster.
Avoid the mistakes.

30 years of Fortune 100 experience.
Flexible, without the overhead.

go('contact')}>Get in touch
); } function ThreeModes({ go }) { const modes = [ { id: 'advisory', n: '01', title: 'Startup Advisory', promise: 'Avoid the expensive lesson.', audience: 'Startups · Scale-ups', body: 'Benefit from lessons-learned and avoid mistakes others made. Scale faster without breaking the bank and delight your customers while doing so.' }, { id: 'interim', n: '02', title: 'Interim Leadership', promise: 'Get a VP-level leader now.', audience: 'Any company', body: 'We step in for fractional or full-time roles. You keep your flexibility and get the experience and seniority of a Fortune 100 executive.' }, { id: 'transformation', n: '03', title: 'Transformation Leadership', promise: 'Complex change, cleanly executed.', audience: '500+ employees', body: 'Digital and AI transformation. Platform migrations. Customer-ops overhauls. Org redesigns. We have led these at massive scale and know what works, what fails and how to keep people aligned.' }]; return (

Three ways
we help you

{modes.map((m) => go(m.id)}>

{m.title}

{m.promise}

{m.body}

Learn more →
)}
); } function AboutBlock({ withHeader = true }) { return (
{withHeader &&

about us

ASTOVIA was created to share the learnings from decades of executive leadership. One operator, calibrated to your situation — without the overhead of a firm.

}

  • 01Pre- and Post-Sales Operations
  • 02GTM-, Sales-, and Channel-Enablement and Transformation
  • 03Digital Engagement and Retention of millions of Subscribers
Founding Partner Alex Stoll
Alex Stoll
FOUNDING PARTNER

Alex Stoll is an executive leader with global experience in Sales- and Channel Enablement, Customer Service and Digital Customer Success Management of 13 million subscribers. He excels at leading diverse teams through large-scale tech, platform or operating model transformations.

He developed his superpowers during three decades at the iconic company Hewlett-Packard, and is known for maximizing teams, persistence in execution, and positivity in times of transformation.

In his 15 years at VP level, he has had responsibility for $1B+ budgets, managed up to 2 500 employees, led countless transformations, and brought to life a company-wide app with more than 40 million monthly users.

{[ ['30y', 'IN PRACTICE'], ['$1B+', 'BUDGETS MANAGED'], ['2 500', 'EMPLOYEES LED'], ['13m', 'SUBSCRIBERS'], ['40m+', 'MONTHLY USERS']]. map(([v, l], i) =>
= 3 ? '1px solid var(--rule)' : 'none' }}>
{v}
↳ {l}
)}
); } function HomeCtaStrip({ go }) { return (

Ready to explore?

go('contact')} style={{ marginTop: 8 }}>Get in touch
); } function HomePage({ go }) { return (
); } function AboutPage({ go }) { return (
// 01 · The firm
● ASTOVIA — strategic intelligence for operators
est. 2024 · Hewlett-Packard alumni

about us.

ASTOVIA was created to share the learnings from decades of executive leadership — applied to the situation in front of you, without the overhead of a firm.

); } Object.assign(window, { HomePage, AboutPage });