Nuxi

screenshot of Nuxi
nuxt
scss
tailwind
prisma
supabase

Netflix inspired webapp using Nuxt 3

Overview:

The Nuxinuxi theme is a powerful and feature-rich application template built on Nuxt.js, the progressive JavaScript framework. It offers a range of key features, including authentication with multiple providers, a forgot password feature, translation support for multiple languages, a dark and light theme switch, a responsive design, and an admin dashboard. The theme also integrates Supabase for real-time and powerful API functionality and includes a self API using the Nitro server built into Nuxt. Deployment is made easy with Docker configuration, and documentation is automatically generated from the code. The theme also includes linting, a powerful console for development and management, and a contact page connected to a ticket tracking system. It also includes a nodemailer for sending various types of emails.

Features:

  • Authentication: OAuth authentication with multiple providers such as Google, GitHub, etc.
  • Working forgot password feature: Allows users to reset their passwords if forgotten.
  • UI/UX: Provides a responsive design and includes translation support with I18n for multiple languages.
  • Dark and light theme: Allows users to switch between dark and light themes.
  • Admin Dashboard: Includes an admin dashboard for managing the application.
  • API: Utilizes Supabase for real-time and powerful API functionality. Also includes a self API using the Nitro server built into Nuxt.
  • Deployment: Includes Docker configuration using a Dockerfile and Docker-compose, making it easy to deploy the application in a container running on port 8080.
  • Documentation: Uses Retype for automatic generation of documentation from the code.
  • Linting: Configures Eslint on the boilerplate for code linting.

Summary:

The Nuxinuxi theme is a comprehensive application template built on Nuxt.js. It offers features such as authentication with multiple providers, a forgot password feature, translation support, theme switching, and an admin dashboard. It utilizes Supabase for API functionality and includes a self API using the Nitro server. With easy deployment using Docker configuration and automatic documentation generation, the Nuxinuxi theme provides a robust and convenient solution for building applications.

nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

supabase
Supabase

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

pinia
Pinia

Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.