Nextbase Docs
Nextbase Docs
HomeBlogWelcome to Nextbase v3!Getting Started with NextBaseQuick setup
Admin Panel GuideAsynchronous Data Fetching GuideAuthenticationCreating Admin Panel PageCreating Docs PageCreating in-app notificationsCreating a new Supabase tableCreating a Protected PageCreating Public Dynamic PageCreating Public Static PageHandling Realtime Data With SupabaseManaging UsersMutating Data With SupabaseOptimizing Data Operations in Next.js 14 and SupabaseRemoving InternationalizationRow Level SecurityStripe Setup in Nextbase UltimateWriting Integration Tests with PlaywrightWriting Unit Tests with Vitest
Guides

Admin Panel Guide

The Admin panel has features user impersonation, fix bugs more quickly, and more.

User impersonation debugging

As an application admin, you can debug bugs more quickly for any user by loggin in as them and debugging the issue from their account. It is available in the application admin users section.

User details table

The user details table is a table that shows all the users in the application. It is available in the application admin users section.

Workspaces table

The workspaces table is a table that shows all the workspaces in the application. It is available in the application admin workspaces section.

Admin controls for feedback, roadmap

Admin users can manage feedback and roadmap items. They can update feedback status, type, priority etc.

Tailwind CSS

Tailwind CSS is a utility-first CSS framework.

Asynchronous Data Fetching Guide

Learn how to fetch data asynchronously in Next.js using server actions and react query

On this page

User impersonation debuggingUser details tableWorkspaces tableAdmin controls for feedback, roadmap