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
| Technology | Purpose |
|---|---|
| Next.js 16 | App Router framework |
| TypeScript | Type safety |
| Tailwind CSS v4 | Styling |
| MDX | Content pages via next-mdx-remote/rsc |
| Zod | Frontmatter validation |
| Resend | Contact email delivery |
Content model
Site content lives in the repository undercontent/:
Routes
| Route | Description |
|---|---|
/ | Homepage |
/projects | Project index |
/projects/[slug] | Project detail page |
/about | About Sonicverse |
/contribute | Contribution guide |
/contact | Contact form |

