AI Copilot
Use Zynnode's built-in AI assistant to deploy, debug, and manage your projects.
Zynnode includes an AI copilot — a chat-based assistant built right into the dashboard. You can use it to deploy projects, troubleshoot build failures, get configuration advice, and more, all through natural language conversation.
Opening the AI Copilot
- From the Zynnode dashboard, click Chat in the left sidebar.
- The chat interface opens with a text input at the bottom and your conversation history on the left.
To start a new conversation, click the New Chat button at the top of the sidebar.
What You Can Do
The AI copilot understands your Zynnode projects and cloud connections. Here are some examples of what you can ask:
Deploy a Project
"I want to deploy a new project from GitHub."
The copilot will walk you through selecting a repository, configuring build settings, choosing a cloud provider, and deploying — all within the chat.
Debug a Build Failure
"Can you help me analyze the latest build failure?"
The copilot can look at your recent deployment logs, identify what went wrong, and suggest a fix. This is especially helpful if you're not sure how to read build error messages.
Get Configuration Help
"Generate a configuration for a Next.js app."
Ask the copilot for help with framework settings, environment variables, or deployment target recommendations based on your app type.
Review Infrastructure
"Analyze my current infrastructure usage and suggest optimizations."
The copilot can review your projects and cloud connections and suggest ways to reduce costs or improve performance.
Quick Action Prompts
When you open a new chat, you'll see four quick action buttons you can click instead of typing:
| Button | What It Does |
|---|---|
| Deploy new project | Starts the deployment flow inside the chat |
| Debug build logs | Analyzes your most recent build failure |
| Optimize costs | Reviews your infrastructure and suggests savings |
| Generate config | Helps you create configuration files |
Click any of them to get started immediately.
Live Deployment Logs
When the copilot triggers a deployment, you'll see the build logs stream directly inside the chat in a terminal-style output. You can watch the deployment progress in real time without switching to another page.
The logs show:
- Each build step (install, build, deploy)
- Line numbers for easy reference
- A Live indicator while the build is running
- A Completed badge when the build finishes
Conversation History
Your chat history is saved automatically. You can:
- Switch between previous conversations using the sidebar on the left.
- Start a new conversation at any time — each one maintains its own context.
- Pick up where you left off if you close the browser and come back later.
Tips for Best Results
- Be specific. Instead of "help me deploy," say "I want to deploy my Next.js app to Cloudflare Pages."
- Mention error messages. If you're debugging, paste or describe the error. The copilot can diagnose issues faster with details.
- Ask follow-up questions. The copilot remembers the context of your conversation. You can ask "why did that fail?" after a deployment without repeating details.