DentWise is a full-stack AI-powered dental consultation platform built with Next.js, Prisma, and PostgreSQL. The application allows users to securely create accounts, manage their profiles, and subscribe to different service plans based on their needs. The platform was designed to provide a modern and responsive user experience while demonstrating scalable backend architecture and database management.
One of the main features of the platform is an AI dental assistant that helps users discuss dental concerns and receive guidance through an interactive conversational interface. Users can upgrade or modify their subscription plans at any time, making the platform flexible and user-friendly. The system also includes appointment scheduling functionality, allowing patients to browse and book appointments with multiple doctors directly through the application.
From a technical perspective, the project was developed using Next.js for both frontend and backend functionality, Prisma ORM for efficient database management, and PostgreSQL as the primary database solution. Authentication, subscription handling, and real-time user interactions were implemented to create a production-ready SaaS-style healthcare application with a clean and modern UI.