Skip to main content
// PROJECT SETTINGS

CONFIGURE YOUR PROJECT.

Manage project configuration including general settings, build options, environment variables, and advanced danger zone actions.

01

GENERAL SETTINGS

Navigate to Project → Settings → General to configure basic project information.

Project Name

Update your project's display name. This appears in the dashboard and notifications.

Description

Add a description to help team members understand the project's purpose.

Project URL

Change your project's subdomain on *.boottify.com or configure a custom domain.

Framework Preset

Override the auto-detected framework for build optimization.

02

BUILD & DEPLOY SETTINGS

Configure how your project is built and deployed to production.

Build Command

Custom command to build your project (e.g., npm run build).

Output Directory

Directory containing built files (e.g., .next, dist).

Install Command

Package installation command (e.g., npm install).

Root Directory

Subdirectory containing your project (for monorepos).

03

ENVIRONMENT VARIABLES

Configure secrets and configuration values that are injected at build time and runtime.

NOTE: Environment variables are encrypted at rest and only exposed to your application during builds and at runtime.

Production Environment

Variables used in production deployments from the main branch.

Preview Environment

Variables for preview deployments from pull requests and branches.

Development Environment

Variables for local development (downloadable as .env file).

Learn more about environment variables
04

DANGER ZONE

Irreversible actions that affect your project. Proceed with caution.

Transfer Ownership

Transfer this project to another team member or organization. The new owner will have full control over the project.

Requires owner permission

Delete Project

Permanently delete this project and all associated deployments, domains, and data. This action cannot be undone.

Irreversible action