Docs
Integrations

Integrations

NextAdmin comes with pre-built integrations for essential services. These integrations are designed to be easily configurable via environment variables, giving you a head start in building your application.

Explore our integrations to learn how to set up your database, authentication, search, and file uploads.

Configuration

Most integrations only require updating the .env file with your specific credentials. After the complete configuration, the .env file should look like this:

// Database
DATABASE_URL=

// Auth
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
NEXTAUTH_URL=

// Site Specific
SECRET=
SITE_URL=
SITE_NAME=
AUTHOR_NAME=

// Algolia Search
NEXT_PUBLIC_ALGOLIA_PROJECT_ID=
NEXT_PUBLIC_ALGOLIA_API_KEY=
NEXT_PUBLIC_ALGOLIA_INDEX=

// For Admin privilege
ADMIN_EMAILS=