Classic Vertical Timeline
The quintessential timeline layout — a centered vertical line with cards alternating left and right. A staple of company history and about pages.
Company Founded
Started with a small team of three passionate developers in a co-working space, fueled by a vision to simplify design tools.
First Product Launch
Released the MVP to 500 beta testers. Feedback was overwhelmingly positive, validating the core concept and feature set.
Seed Funding Round
Raised $2.5M in seed funding to scale the team, improve infrastructure, and expand the product feature set.
10K Users Milestone
Crossed 10,000 active users and launched the team collaboration features that customers had been requesting.
<div class="cv-timeline">
<div class="cv-item">
<div class="cv-dot"></div>
<div class="cv-card">
<div class="cv-date">
<i class="ph ph-calendar-blank"></i> January 2024
</div>
<h3>Event Title</h3>
<p>Description of this milestone...</p>
</div>
</div>
<!-- More items... -->
</div>
Left-Aligned Timeline
A clean single-column timeline with colored icon dots. Works great for work experience, education history, or changelogs.
Senior Frontend Developer
Leading the design system initiative and mentoring junior developers on modern CSS and component architecture.
Full-Stack Developer
Built and maintained a SaaS analytics platform serving 5K+ users with real-time data visualization dashboards.
UI/UX Designer
Designed interfaces for mobile apps and web platforms, conducting user research and creating prototypes in Figma.
Computer Science Degree
Graduated with honors, focusing on human-computer interaction and visual computing coursework.
First Side Project
Built a personal blog and learned web development from scratch, sparking a passion for building on the web.
<div class="la-timeline">
<div class="la-item">
<div class="la-icon">
<i class="ph ph-briefcase"></i>
</div>
<div class="la-date">2024 — Present</div>
<div class="la-card">
<h3>Job Title</h3>
<p>Description...</p>
<div class="la-tags">
<span class="la-tag">Skill</span>
</div>
</div>
</div>
</div>
Horizontal Scroll Timeline
A scrollable horizontal timeline — great for company milestones and product journeys. Drag or scroll sideways to explore.
Idea Born
Concept sketched on a napkin during a hackathon weekend
First Prototype
Working prototype built with a team of two engineers
Beta Launch
Opened to 1,000 beta users with core features live
Series A
Raised $8M to scale engineering and go-to-market
Global Expansion
Launched in 12 new markets across Europe and Asia
100K Users
Crossed six figures in monthly active users
<div class="hz-wrap">
<div class="hz-timeline">
<div class="hz-item">
<div class="hz-dot"></div>
<div class="hz-card">
<div class="hz-year">2019</div>
<h3>Milestone</h3>
<p>Description...</p>
</div>
</div>
<!-- More items... -->
</div>
</div>
Stacked Cards
Numbered steps with a connecting line. Perfect for processes, how-it-works sections, or step-by-step guides with visual hierarchy.
Research & Strategy
Conducted stakeholder interviews, competitive analysis, and user surveys to define the product vision and success metrics.
Wireframes & Prototyping
Created low-fidelity wireframes, iterated with usability testing, then built high-fidelity interactive prototypes.
Build & Iterate
Developed the frontend in React with a component-driven architecture, integrating the backend API in two-week sprints.
Deploy & Monitor
Shipped to production with feature flags, set up monitoring dashboards, and ran a soft launch with 10% of traffic.
<div class="sc-timeline">
<div class="sc-item">
<div class="sc-line">
<div class="sc-num">1</div>
</div>
<div class="sc-card">
<div class="sc-card-date">Phase 1</div>
<h3>Step Title</h3>
<p>Description...</p>
</div>
</div>
</div>
Minimal Dots
A lightweight, text-focused timeline with small colored dots. Ideal for changelogs, update logs, or compact event lists.
AI-powered search launched
Integrated natural language queries across the entire platform
Mobile app released
Native iOS and Android apps with offline support
Enterprise tier added
SSO, audit logs, and custom integrations for large teams
Public API released
RESTful API with SDKs for Python, JavaScript, and Go
Team collaboration features
Real-time editing, comments, and shared workspaces
Product launch
First public release after 6 months of private beta
<div class="md-timeline">
<div class="md-item">
<div class="md-dot-wrap">
<div class="md-dot"></div>
</div>
<div class="md-year">2025</div>
<div class="md-content">
<h3>Event title</h3>
<p>Description...</p>
</div>
</div>
</div>
Split Panels
Date on one side, content on the other, with a center line connecting everything. Alternates sides for visual rhythm and balance.
Expanded to 30 Countries
Localized the platform in 12 languages and established regional partnerships across Europe, Asia, and South America.
Won Best SaaS Award
Recognized at the industry conference for innovation in user experience and developer tools.
Team Grew to 50
Hired across engineering, design, and marketing to support rapid product development and customer growth.
Open-Sourced Core Library
Released the core rendering engine as an open-source project, gaining 5K+ GitHub stars in the first month.
<div class="sp-timeline">
<div class="sp-item">
<div class="sp-left">
<div class="sp-date">2024</div>
</div>
<div class="sp-center">
<div class="sp-dot"></div>
</div>
<div class="sp-right">
<div class="sp-content">
<h3>Event Title</h3>
<p>Description...</p>
</div>
</div>
</div>
</div>
Roadmap Timeline
A grid-based product roadmap with status badges and a horizontal connecting line. Great for product pages and investor decks.
Core Platform
User auth, dashboard, and data pipeline built and deployed
API & Integrations
REST API, webhooks, and third-party integrations launched
Mobile Apps
Native iOS and Android apps with push notifications
AI Features
Smart suggestions, auto-categorization, and predictive analytics
<div class="rm-timeline">
<div class="rm-item">
<div class="rm-dot"></div>
<div class="rm-card">
<div class="rm-status rm-status-done">
<i class="ph ph-check-circle"></i> Complete
</div>
<h3>Feature Name</h3>
<p>Description...</p>
<div class="rm-quarter">Q1 2024</div>
</div>
</div>
</div>
Animated Reveal
Timeline items fade and slide in as you scroll. Uses Intersection Observer for smooth, performance-friendly entrance animations.
Design System v3 Released
Major update with dark mode support, new component variants, and improved accessibility across all primitives.
Community Plugins Marketplace
Launched an open marketplace for community-built plugins, enabling extensibility and third-party integrations.
Performance Overhaul
Rewrote the rendering pipeline to achieve 60fps on mobile devices and reduced initial bundle size by 40%.
Initial Open-Source Release
Published the project on GitHub under MIT license, attracting early adopters and collecting feedback for the roadmap.
<div class="ar-timeline">
<div class="ar-item">
<div class="ar-dot"></div>
<div class="ar-year">December 2024</div>
<div class="ar-card">
<h3>Event Title</h3>
<p>Description...</p>
<div class="ar-metrics">
<span class="ar-metric">
<i class="ph ph-star"></i>
<strong>2.5K</strong> stars
</span>
</div>
</div>
</div>
</div>