Top Nuxt3

screenshot of Top Nuxt3
tailwind
daisyui
supabase

Full stack Nuxt 3 Template starter with Supabase and Tailwindcss

Overview

The Nuxt 3 Starter Template is a fast and convenient development template that comes with everything pre-installed for an efficient starting point. It allows users to remove any unnecessary components and start coding right away. This template is inspired by the Vitesse template by @antfu and is created by @ctwhome.

Features

  • Nuxt 3: The template is built with Nuxt 3, providing powerful features and improved performance.
  • The <script setup> syntax: Allows for more concise and readable component declarations.
  • Zero-config cloud functions and deploy SSR: Works seamlessly with Netlify for server-side rendering and deploying cloud functions.
  • APIs auto importing: Automatically imports APIs for Composition API, VueUse, and custom composables.
  • ESR, File-based routing, components auto importing, modules, etc.: Various features and optimizations to enhance development workflow.
  • TypeScript: Supports TypeScript for static typing and better code organization.
  • .env settings environments: Provides environment setting configurations.
  • Format on save with ESLint: Easily maintain a clean codebase with automatic formatting using ESLint.
  • Vite - Instant HMR: Uses Vite for faster hot module replacement and instant feedback during development.
  • PWA - vite-plugin-pwa: Enables Progressive Web App functionality, including offline mode and new content availability prompts.
  • TailwindCSS 3 - JIT engine by default: Integrates TailwindCSS with the Just-in-Time (JIT) engine for efficient styling.
  • DaisyUI - Theme CSS components for TailwindCSS: Supports additional CSS components for easier theming and styling.
  • Theme switcher: Allows for custom themes and offers 22 different themes to choose from.
  • Styled Markdown HTML components: Supports rendering of Vue and HTML content from Markdown.
  • Dynamic pages: Allows for dynamic page generation but has a limitation with Vite for importing files based on route parameters.
  • All Iconify on-demand: Provides access to over 100,000 SVG icons that can be fully customized, though SSR may throw a warning.
tailwind
Tailwind

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

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

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.

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.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

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.