MCU Chronoverse is a cinematic, interactive guide to the Marvel Cinematic Universe. Explore the timeline from beginning to end, filter entries by format, compare chronological and release order, and keep track of what you have watched.
The archive includes films, series, specials, shorts, one-shots, and upcoming entries, with enriched metadata and links to IMDb.
|
Navigate a glowing, slightly organic timeline with smooth scrolling, dragging, and pinch zoom. |
Filter the archive by films, series, specials, shorts, one-shots, phases, and timeline order. |
|
Mark released entries as watched and see what is next in the current filtered view. |
Use the site anonymously or sign in with Supabase to keep watch progress available across devices. |
|
View posters, descriptions, ratings, genres, release information, IMDb links, and credit-scene details. |
Suggest timeline corrections, missing entries, and website improvements through GitHub issues. |
-
Clone the repository:
git clone https://github.com/Valhalla-Development/MCUChronoverse.git cd MCUChronoverse -
Install dependencies:
bun install
-
Copy
.env.exampleto.envand add any values needed for the functionality you want to run locally. The example documents the available authentication, contact submission, Turnstile, and metadata enrichment settings. -
Start the development server:
bun run dev
Open http://localhost:3000 in your browser.
bun run dev # Start the local development server
bun run lint # Run TypeScript and Biome checks
bun run type-check # Run the TypeScript checker
bun run data:enrich # Refresh cached metadata with TMDB and TraktThe metadata enrichment script requires TMDB and Trakt API credentials documented in .env.example. It is intended for development use and should not be run as part of the production application.
Contributions and corrections are welcome.
- Fork the repository.
- Create a focused branch for your change.
- Run
bun run lintbefore opening a pull request. - Open a pull request using the repository template.
For timeline corrections, missing entries, and suggestions, use the issue templates.
This project is licensed under the GPL-3.0 License. See LICENSE for details.
💻 Crafted with ❤️ by Valhalla-Development
