https://github.com/sreegjl/timelines
A free, open-source app for creating interactive timelines for worldbuilding and history.
https://github.com/sreegjl/timelines
data-visualization history open-source worldbuilding
Last synced: 1 day ago
JSON representation
A free, open-source app for creating interactive timelines for worldbuilding and history.
- Host: GitHub
- URL: https://github.com/sreegjl/timelines
- Owner: sreegjl
- License: gpl-3.0
- Created: 2025-11-02T21:18:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-10T22:37:23.000Z (3 days ago)
- Last Synced: 2026-04-11T00:22:23.660Z (3 days ago)
- Topics: data-visualization, history, open-source, worldbuilding
- Language: JavaScript
- Homepage: https://www.timelines.studio/
- Size: 77.9 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#

A free, open-source app for creating customizable, interactive timelines for worldbuilding and history. Events, spans, and eras form the core of each timeline, with tag and group filtering to organize them, and note vault integration to link Markdown notes directly to elements.
Target release: April 2026. **An [early alpha](https://github.com/sreegjl/timelines/releases/tag/v0.2.0-alpha.1) version is now available for testing.**
[](#)
[](#)
[](https://www.gnu.org/licenses/gpl-3.0)


## Development
**Prerequisites:** Node.js 20.19+ or 22.12+
```bash
npm install
```
**Run in development (Electron + Vite):**
```bash
npm run electron:dev
```
## Building
**Build the Electron app installer:**
```bash
npm run electron:build
```