Web
A Next.js app consists of the authenticated, product pages of your app.
The web app is a Next.js zone that is protected behind authentication. It consists of the actual product pages of your app such as:
Team Dashboard
Dashboard where users can manage their team's billing, members and projects.
Team Billing
Billing page where users can manage their team's current plan and view invoices.
Team Members
Members page where users can manage their team's members.
Project Dashboard
Dashboard where users can manage their project's API keys and use your product.
Project API Keys
API keys page where users can manage their project's API keys.
Project Chat
Chat page where users can interact with your LLM product.