Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Netflix inspired webapp using Nuxt 3

A lightweight, backend-free open data portal powered by Jekyll that lets small agencies share datasets by forking a repo.

Multi-format content platform built with Astro featuring knowledge cards, articles, slide presentations, and courses.

Free SvelteKit boilerplate with TypeScript, Tailwind CSS, SCSS, Storybook, ESLint, Prettier, SSR, and PWA preconfigured.

Easy map with Leaflet and OpenStreetMap, bootstrapped gatsby-starter-leaflet.

A work-in-progress Jekyll theme for course websites, distributed as a Ruby gem with a calendar view.
Nuxi is a Nuxt 3 boilerplate that scaffolds a Netflix-inspired web application with authentication, internationalization, Supabase integration, and Docker deployment pre-configured.
Nuxi is a boilerplate built on Nuxt 3, the progressive Vue.js framework, created by HugoRCD and licensed under MIT. It takes a fresh Nuxt project and adds a full-featured frontend with OAuth login (Google, GitHub, and other providers), a Supabase-connected API layer, a Nitro server endpoint, and a Retype-based documentation site. The template outputs a production-ready web app that can be deployed via Docker or run locally for development.
docker-compose up command.cmd + k, with sample commands to extend.Start by cloning the repository with git clone [email protected]:hugoRCD/nuxi, then run pnpm install and pnpm dev. The development server starts at http://localhost:3000. For documentation, run retype watch to serve the Retype site locally, or access the live version at https://hugorcd.github.io/nuxi/. The Docker setup runs on port 8080.
Nuxi supports OAuth authentication with multiple providers, including Google and GitHub. It also includes a working forgot-password feature that uses the built-in Nodemailer mailer to send reset emails.
Yes, Nuxi uses Supabase for real-time API access to your database. It also ships a self-contained API via Nuxt's Nitro server, so you can connect the frontend to a database without extra infrastructure.
Yes, the boilerplate includes a Dockerfile and docker-compose configuration. Running docker-compose up starts the application in a container on port 8080, making deployment straightforward.
Nuxi is open source under the MIT License, giving you permission to use, copy, modify, and distribute the code for free.
