A Next.js application that serves as a public-facing content hub, showcasing static site generation from markdown files while providing an optional admin panel for content management. This repository contains the full codebase, ideal for learning, reference, or as a foundation for your own projects.
Goldlabel is optimized for Vercel, but can be deployed to any static-friendly hosting platform.
- Next.js with App Router: Modern routing and optimized builds.
- Markdown-based content: Pages and apps are generated from the
public/markdownfolder. - Static site generation (SSG): Fast, SEO-friendly pages with minimal runtime dependencies.
- Responsive UI: Built with MUI (Material UI) for clean, consistent design.
- Open design: Components and utilities are fully accessible for customization.
