Skip to content

Full stack NextJS 14 with Supabase SSR Auth & PostgreSQL DB, TanStack React Query, React Hook Form, Zod validation, RBAC, CRUD operations, Shadcn-UI, admin dashboard OpenAI playground, and more. Fork and get your MVP running in days. Web3Modal integrated version at @quantum-one-dlt/onyx-one

rmourey26/onyx

Repository files navigation

Attention DApp Builders

  • Onyx Web3/DApp version/branch available called Onyx One. Onyx One includes everything in Onyx plus a TanStack React Query powered Web3Modal and Wagmi SSR configuration allowing users to connect to any one of 380+ cryptographic wallets across every Ethereum virtual machine compatible chain.

What is Onyx?

  • Onyx is a turnkey, full stack web app written in Typescript that includes role based access control (RBAC), complete Supabase SSR Auth and DB integration, Zod and YUP! validation, Tanstack React Query, React Hook form, and more. Fork, customize, and deploy on Vercel or elsewhere to have your MVP up and running in a few days or less. Stack details are below.

Stack and Features

  • NextJS 14 App Router in Typescript
  • Supabase
    • SSR Auth with
      • Fully configured email/password signup, login, oauth, PKCE and confirm routes
      • middleware
      • server actions
      • typed Auth & DB clients
      • readOnly userSession clients
    • Postgres DB with CRUD functions configured
      • User account and profile management configured
      • RBAC configured admin dashboard with data visualization, members administration and todo lists
      • Contact form with toast, Zod validation, server side table insert
  • TanStack React Query Provider
    • Demo SSR with Supabase DB & cache helpers
  • YUP! & Zod validation and schemas
  • Shadcn-UI, Radix-UI primitives, Tailwind CSS
  • React Hook Form
  • User profile at /account page
  • OpenAI playground UI
  • Onboarding, signIn/signUp pages
  • Podcast UI
  • CookieButton component configured to work with Consent Manager from Termly free plan. Just create a free Termly account, add your Script tag on the app/layout page using Next Script and then add your CookieButton to your app/layout just above the ThemeProvider and just below your termly Script tag.
  • Lucide React Icons with many brand SVGs ready for your props
  • More..

API

  • TODO

Getting started with Onyx:

  • First, configure your environment
    • Create a file named .env.local in project root
    • Create a Supabase account and add the following to your env file
      • NEXT_PUBLIC_SUPABASE_KEY="Your supabase anon key"
      • SUPABASE_JWT_SECRET="Your supabase JWT secret"
      • NEXT_PUBLIC_SUPABASE_URL="Your supabase project URL"
      • SUPABASE_SERVIC_ROLE_KEY="Your supabase service role key"
    • Ensure your Supabase tables match the tables and types found in '@/lib/supabase'.
    • Add authorized development and production URL's to Supabase URL config.

Run

  • Development server:
npm i && npm run dev
# or
yarn i && yarn run dev
# or
pnpm i && pnpm dev
# or
bun i && bun dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

Deploy with Vercel

Reference/Credit

  • @chensokheng

Tips/Support

Buy Me A Coffee

About

Full stack NextJS 14 with Supabase SSR Auth & PostgreSQL DB, TanStack React Query, React Hook Form, Zod validation, RBAC, CRUD operations, Shadcn-UI, admin dashboard OpenAI playground, and more. Fork and get your MVP running in days. Web3Modal integrated version at @quantum-one-dlt/onyx-one

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published