A fast static Next.js directory for Destiny 2 tools, official Bungie update links, and Monument of Triumph resources.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Most edits should be data-only. Add a new object to src/content/tools.ts:
{
title: "D2 Foundry",
href: "https://d2foundry.gg/",
category: "weapons",
description: "Advanced weapon roll explorer and buildcrafting tool.",
tags: ["rolls", "perks", "crafting"],
featured: true,
monumentRelevant: true,
}Allowed categories are defined in src/content/categories.ts:
officialinventorybuildsweaponsactivitiesstatscosmeticssocial
Use featured: true for high-priority links and monumentRelevant: true for
links that should count toward the Monument of Triumph resource set.
npm run lint
npm run buildThis project is static and does not require Bungie auth, API keys, a database, or live scraping.