Production#

Taking a bootstack app from your machine to your users — the command-line tools, packaging a standalone executable, diagnosing problems, and persisting application settings.

CLI & Tooling

The bootstack command — scaffold, run, add components, and explore the framework.

CLI & Tooling
Distribution

Package a project into a standalone executable with PyInstaller.

Distribution
Debugging

The doctor health check, full tracebacks, and the exceptions to expect.

Debugging
Application Settings

Configure the app at construction and persist preferences across runs.

App Configuration