Article Package
These guides are generic HTML drafts. They contain no internal environment names, private paths, repository names, source notes, or historical incidents. Each brand can adapt language, screenshots, provider details, and calls to action before publishing.
Getting Started
Understand the roles of the agent, Git, local machine, and hosting environment.
Guide 02Safe SSH Access
Grant access with a public key without sharing passwords.
Guide 03What Can Agents Do?
Practical examples of useful tasks and healthy boundaries.
Guide 04Simple Git Workflow
Move changes safely from idea to published application.
Guide 05Small Phases
Why verified work steps beat one giant prompt.
Guide 06Definition Of Done
Done means verified, not just claimed.
Guide 07Deploy Checklist
A safer checklist for small web applications.
Guide 08Protect Secrets
What should never be pasted into chat or committed.
Guide 09Server Or Local?
When the agent should work locally, in Git, or directly on the VPS.
Guide 10Interrupted Session
Resume work without starting over.
Guide 11Project Notes
Use a simple knowledge folder as AI working memory.
Guide 12Right Agent Mode
Choose coding, research, design, or content mode for the task.
Guide 13VPS Stack Setup
Let the agent install dependencies, configure services, and publish the app.
Editorial Safety Rules
Do not publish internal details. Never include real hostnames, IP addresses, usernames, private repository names, branch names, commit hashes, server paths, raw logs, customer data, backup names, API keys, tokens, or environment variables in public articles.
- Use neutral placeholders such as
your-server,your-domain,your-project, andyour-repository. - Present commands as patterns, not universal instructions for every hosting environment.
- Let each brand add its own screenshots and provider-specific steps.
- Separate what AI can help with from what the customer must approve.
Recommended Publishing Order
- Start simple: coding agents, hosting, Git, and SSH.
- Grant safe access: public keys, permissions, and secrets.
- Ask for better work: good prompts, small phases, and reports.
- Build and deploy: Git workflow, VPS stack, and deployment checklist.
- Verify and recover: definition of done and interrupted sessions.
- Improve over time: project notes and the right agent mode.