claudedwithlove
explore/navi-ai

navi.ai

Crafted

A Next.js starter template implementing Feature Sliced Design (FSD) architecture with Supabase authentication. It demonstrates email/password sign-up and login flows while organizing code into clear layers (app, entities, features, shared, widgets) to help developers learn and apply scalable architectural patterns.

·0·forks 1··submitted April 17, 2026
View on GitHub
Clauded With Love Rating
6.0 / 10

This is a Next.js starter template that implements Feature Sliced Design architecture with Supabase authentication, providing clear code organization across app, entities, features, shared, and widgets layers. It serves as an educational tool for developers learning scalable architectural patterns through practical authentication examples.

Code Quality6.5
Usefulness7.5
Claude Usage5.5
Documentation6.0
Originality4.5
Highlights
  • Clean implementation of Feature Sliced Design architecture with proper layer separation and clear folder structure
  • Practical demonstration of authentication flows using modern stack (Next.js App Router, Supabase, Tailwind CSS)
  • Educational value through structured approach that teaches architectural patterns while providing working code examples
To Improve
  • Add comprehensive test coverage and error handling patterns to demonstrate production-ready code quality standards
  • Include more detailed code comments and inline documentation explaining FSD principles and architectural decisions within the implementation