This deployment is now a redirect shell. The site moved to the root origin — https://fdpinfo.github.io/ — and every
/next/*URL 0s-redirects (meta refresh + canonical) to its root equivalent so Google consolidates all signals there. Do not publish the site from this repo again; push site changes toFdpInfo/FdpInfo.github.ioonly. The stubs live inredirect/and must stay up for 3-6 months before this Pages deployment can be retired.
The official website for FDP Client, the free and open-source Minecraft Forge injection client. Built with Next.js 15 + React 19 + TypeScript (App Router) and shipped as a fully static export, so it runs on GitHub Pages with no server while keeping React, TypeScript, Swiper, AOS, the particle canvas and Google Analytics all working client-side.
Live site: https://fdpinfo.github.io/
/ — home (hero, logo marquee, feature tabs, “What is FDP?”, showcase, statistics, pricing, reviews)/download — download page with live download count and an auto-redirect toast (with a Stop button)/community — community hub (Discord, releases, report a bug)/changelogs — full changelog and known-issues hub; also opens the GitHub releases page/donate — donations & plans/privacy — privacy policy/tos — terms of service/terms — terms & conditions/refund — refund policyA centered command palette (open with Ctrl/Cmd + K, /, or the header search
button) lets visitors jump to any page or home section instantly. Every secondary page
has a Back to home button, and the whole site is responsive and mobile-friendly.
npm install
npm run dev # dev server at http://localhost:3000
npm run build # static export into out/
The site is exported as a 100% static bundle (output: 'export' → out/). Pushing to
main triggers .github/workflows/deploy.yml, which
builds and publishes automatically.
main — the workflow builds and deploys.The basePath is detected automatically: a <user>.github.io repo (or a custom domain
via public/CNAME) is served from the root, while a project repo is served from
/<repo> and every asset is prefixed accordingly through the asset() helper.
Designed & developed by lucsp.lima (aka Zywl) — https://lucas-lima.xyz
Proprietary — © 2026 lucas-lima.xyz (Lucas Lima / Zywl). All rights reserved. This repository is publicly viewable for reference only; no permission is granted to copy, reuse, redistribute, or deploy it without written permission. See LICENSE for the full terms. For requests, contact https://lucas-lima.xyz.