- Darkelf Browser Next.js Site, built with Zero trust and deep love for the TS Community.
Single-page marketing site for Darkelf Browser rebuilt with Next.js (App Router) while matching the original neon cyber aesthetic like a boss.
- Next.js 14 (App Router) with TypeScript
- Static-export ready (
output: export, unoptimized images) - Global CSS mirrors the original landing page styling
- Install deps:
npm install - Dev server:
npm run dev - Lint:
npm run lint - Production build:
npm run build - Static export (for GitHub Pages, etc.):
npm run export
app/page.tsx— main page contentapp/layout.tsx— metadata, global head links, JSON-LDapp/globals.css— theme, layout, and animation stylesapp/robots.ts/app/sitemap.ts— SEO surfacespublic/— Darkelf images, favicons, OG image
- Vercel is recommended; static export output lives in
out/. - Canonical domain:
https://darkelfbrowser.com(seeapp/layout.tsx).