DEV Community

Titan X Dev
Titan X Dev

Posted on

A real Next.js 14 + Supabase codebase you can learn from — not a tutorial

We open-sourced VexaNode — a full hosting storefront built with Next.js 14

For the past few months, we've been building VexaNode — the platform behind vexanode.cloud. It's a complete hosting storefront and client portal for game servers, VPS, Lavalink nodes, and web hosting.

Today we're making the full source code public.

What's inside

  • Next.js 14 App Router frontend with a glassmorphic dark theme
  • Supabase PostgreSQL backend
  • NextAuth v4 — Google, Discord, and credentials login
  • Cashfree payment gateway integration
  • Support ticket system with admin reply flow
  • Admin panel with user management and global config controls

Why we open-sourced it

We wanted other developers to be able to learn from a real production codebase — not a tutorial project. Everything in this repo runs in production.

Contributing

We're actively looking for contributors. If you want to work on UI improvements, new service pages, payment integrations, or documentation — the repo is open.

github.com/titanxdevz/VexaNode

Star it. Fork it. Open a PR.

Top comments (0)