Private GitHub backup for AI code.

AI-generated code often contains product ideas, unfinished logic, credentials in local files, and business context. Backups should be private by default.

Why privacy matters for AI coding projects

A project created with AI may start as an experiment and become valuable quickly. Publishing it by mistake can expose implementation details, product direction, or sensitive local configuration.

A private GitHub repository gives the project a remote copy without turning it into a public portfolio item.

Back up to a private GitHub repo

Install the alpha, then run setup from a test project to create or connect a private GitHub recovery point.

npm install -g aicodebackup@alpha
Install alpha

What private by default means

When AICodeBackup creates a missing GitHub repository during setup, it creates that repository as private by default. The user can still manage permissions in GitHub, but the first backup starts from a safer default.

What to check before backing up

Private backup is not secret storage

Private repositories are appropriate for source backup, but they are not a dedicated secrets manager. API keys and credentials should still be managed separately and kept out of committed files whenever possible.