);
// Main Roadmap Page
// export default function RoadmapPage() {
const RoadmapPage = () => {
const [scrollY, setScrollY] = useState(0);
useEffect(() => {
const handleScroll = () => setScrollY(window.scrollY);
window.addEventListener('scroll', handleScroll);
return () => window.removeEventListener('scroll', handleScroll);
}, []);
const phases = [
{
phase: 'Now',
title: 'Live in the product',
status: 'Available',
statusColor: '#5eead4',
color: '#5eead4',
description: 'Focus on research quality, catalyst tracking, and documented simulation.',
items: [
{ title: 'Core research engine', description: 'Company and catalyst reports for a growing universe of names, with consistent structure and clear sourcing.' },
{ title: 'Top movers and catalyst feed', description: 'Daily coverage of notable price moves with explanations of the main drivers behind each move.' },
{ title: 'Portfolio Management Program v1', description: 'Simulated portfolios with thesis fields, risk tags, exit notes, and a full activity log.' },
{ title: 'Cohort dashboards and exports', description: 'Views that let cohorts share portfolios and reports with sponsors, faculty, or internal leads.' }
]
},
{
phase: 'Next',
title: 'Near-term development',
status: 'In Progress',
statusColor: '#fbbf24',
color: '#a78bfa',
description: 'Expansion of coverage, portfolio analytics, and the first Strategic Memory features.',
items: [
{ title: 'Expanded coverage and sectors', description: 'Broader lists of companies across more sectors and themes, with more consistent updates through earnings cycles.' },
{ title: 'Portfolio analytics upgrades', description: 'Exposure breakdowns by sector, theme, and factor, clearer drawdown tracking, and better concentration visibility.' },
{ title: 'Strategic Memory v1', description: 'A first layer that stores closed trades and outcomes, then uses that history to inform prompts and post-trade review.' },
{ title: 'Cohort tooling', description: 'Features that make it easy to set up cohorts, tag them, and export summaries without administrative overhead.' }
]
},
{
phase: 'Later',
title: 'Longer-term plans',
status: 'Planned',
statusColor: '#8b8b9a',
color: '#f87171',
description: 'Steps toward a full wealth-management environment with appropriate licensing and controls.',
items: [
{ title: 'Multi-account portfolio hub', description: 'A unified view that can hold paper portfolios, personal accounts, and managed strategies in one interface.' },
{ title: 'Advanced strategy and screening', description: 'Custom screeners, reusable playbooks, scenario analysis, and deeper tools for building portfolio strategies.' },
{ title: 'Strategic Memory v2', description: 'A richer intelligence layer that observes patterns across trades, themes, and catalysts and surfaces structured insights.' },
{ title: 'Live trading layer', description: 'Live trading on top of the research environment. Arrives only after regulatory approvals and licensing are in place.' }
]
}
];
const themes = [
{
number: '01',
title: 'Research depth and coverage',
description: 'Broader company coverage, richer sector and theme context, and clearer views of catalysts and risk.',
color: '#5eead4'
},
{
number: '02',
title: 'Portfolio environment and tools',
description: 'Stronger support for strategy design, position sizing, exposure analysis, and long-term portfolio review.',
color: '#a78bfa'
},
{
number: '03',
title: 'Strategic Memory and intelligence',
description: 'Systems that store and study closed positions and recurring patterns, then feed insights back into prompts and dashboards.',
color: '#fbbf24'
},
{
number: '04',
title: 'Programs, cohorts, and live trading',
description: 'Capabilities that support cohorts and structured programs today, preparing the foundation for regulated live trading.',
color: '#f87171'
}
];
return (
A clear view of how Vestiq grows from today's research and simulation platform into a deeper market-intelligence and portfolio environment. Vestiq expands in measured steps around research quality, portfolio tools, and controls.
{/* Where Vestiq Stands Today */}
Where Vestiq stands today
Vestiq operates today as a research and simulation platform. The system reads filings, earnings, news, regulatory actions, and macro data, then turns that information into company reports, catalyst explanations, and tools for running simulated portfolios with documented decisions.
Note: Vestiq does not execute live trades, route orders, or act as a broker. Current capabilities focus on research, simulation, and documentation.
{/* Themes Section */}
Themes that guide the roadmap
Four themes shape every step on the roadmap
{themes.map((theme, i) => (
))}
{/* Timeline Section */}
Timeline at a glance
Timelines are directional and may adjust as Vestiq learns from users, partners, and regulators
{/* Timeline connector */}
{['Now', 'Next', 'Later'].map((label, i) => (
{label}
))}
{/* Phase Cards */}
{phases.map((phase, i) => (
))}
{/* What This Means Section */}
What this roadmap means in practice
}
/>
}
/>
}
/>
}
/>
{/* Principles Section */}
Principles for shipping
Vestiq releases new capabilities in measured steps
}
/>
}
/>
}
/>
{/* Staying Informed / CTA Section */}
Staying informed
Follow Vestiq's progress and roadmap updates by joining the early access list or reaching out to the team.