Build beautiful vertical or horizontal timelines with custom events, colors, and dates. Export as PNG or PDF.
Add events in the sidebar to build your timeline
Timeline Maker is a free browser-based tool for creating clean, visual timelines — project roadmaps, historical timelines, personal milestones, or any sequence of events.
It supports two layouts: Vertical (classic alternating-card style) and Horizontal (swimlane style, great for project phases). Each event gets a title, optional start and end dates, a description, and a colour. Events can be ordered automatically by date or dragged into a custom order. Your timeline saves automatically in the browser — no account required.
Export options include PNG (for presentations or sharing) and PDF (for printing or documents). You can also copy the timeline data as JSON and import it back at any time.
All state is managed with Alpine.js v3 and persisted to localStorage — the timeline auto-saves on every change and is restored on page load. Event ordering follows either ISO 8601 date sorting (new Date(dateString)) or the user's custom drag order stored in array position.
The vertical layout uses a two-column CSS Grid with alternating nth-child(odd/even) placement. The horizontal layout uses min-width: max-content flex rows with events staggered above and below the central line by index parity.
Export uses html2canvas (rendered at 2× scale for retina quality) then jsPDF for PDF output. Both libraries are loaded on-demand via dynamic import() from jsDelivr CDN so they don't affect initial page load. JSON import/export uses JSON.parse / navigator.clipboard, with new id values assigned on import to prevent collisions.
Let us know what's wrong with Timeline Maker.
Thank you — report received!