Skip to main content
The Sonicverse website is the public-facing surface for the organization. It covers the nonprofit mission, the project index, contributor guidance, and the public contact flow. This repository is intentionally separate from the docs site. Technical documentation, guides, and project-level implementation detail live here at docs.sonicverse.eu.

View on GitHub

Source code, issues, and pull requests for the Sonicverse website.

What the website covers

  • The Sonicverse mission and nonprofit framing
  • The project index and project overview pages
  • Contribution and collaboration entry points
  • The public contact flow

Stack

TechnologyPurpose
Next.js 16App Router framework
TypeScriptType safety
Tailwind CSS v4Styling
MDXContent pages via next-mdx-remote/rsc
ZodFrontmatter validation
ResendContact email delivery

Content model

Site content lives in the repository under content/:
content/
  pages/
    home.mdx        ← homepage
    about.mdx       ← mission and organization
    contribute.mdx  ← ways to get involved
    contact.mdx     ← contact form and info
  projects/
    *.mdx           ← project entries
  site/
    site-config.ts  ← navigation, footer, shared config

Routes

RouteDescription
/Homepage
/projectsProject index
/projects/[slug]Project detail page
/aboutAbout Sonicverse
/contributeContribution guide
/contactContact form

Community

Join the Sonicverse OSS Slack to ask questions, share feedback, and connect with other contributors.

License

The Sonicverse website is released under the MIT License.