Skip to content

Nuxt Boilerplate

Latest

Choose a tag to compare

@kleineLoesungen kleineLoesungen released this 03 Jan 07:38
· 2 commits to main since this release

Features

  • Nuxt 4.2.2 with Vue 3 and TypeScript
  • PostgreSQL database with flexible connector architecture
  • Capability-based permission system - code-first permissions that auto-sync to database
  • Session-based authentication with secure HTTP-only cookies
  • Internationalization (i18n) - English and German support with language switcher
  • Admin panel with protected system resources
    • User management (add, delete, reset passwords)
    • Group management with membership control
    • Permission assignment per group
    • Application settings
  • Email notifications (optional SMTP)
  • Health monitoring with comprehensive health check endpoints
  • Tailwind CSS for styling
  • Docker Compose setup for production
  • Vitest testing framework (45+ tests)