NEXUS AI Knowledge Base
Browse NEXUS AI Knowledge Base articles for deployment troubleshooting, database services, workers, storage, backups, scaling, logs, and platform operations.
Troubleshooting guides
Find practical fixes for build failures, deployment errors, service networking problems, database connection issues, worker startup failures, and runtime log symptoms.
Platform operations
Learn how to operate full-stack deployments with app containers, PostgreSQL, Redis, MySQL, MongoDB, S3-compatible buckets, persistent volumes, backups, restores, metrics, and rollbacks.
Fast path to answers
Use the Knowledge Base when you need a direct operational answer. For complete references, continue into the documentation, CLI guides, REST API docs, and MCP tool references.
App plus database plus worker
A typical NEXUS AI deployment can run a web app, a PostgreSQL database, a Redis queue, and a background worker as one connected service group. The app and worker share the same deployment network, so application code can use internal hostnames such as postgresql and redis instead of hard-coded host ports or external database addresses.
Storage and recovery included
Production apps usually need more than compute. NEXUS AI supports persistent filesystem volumes for apps that write to paths such as /data, S3-compatible buckets for uploads and generated files, database backups, in-place restore, and restore into another compatible service in the same organization.
One workflow across interfaces
The same stack can be managed from the dashboard, CLI, REST API, or MCP tools. Developers can deploy from GitHub, add database services, attach storage, run workers, scale replicas, inspect logs, create backups, and recover data without switching between cloud consoles and hand-built scripts.
All Knowledge Base articles
- NEXUS CLI Full App Deployments, Workers, and Scaling — This guide explains how to deploy a full application from Git with the NEXUS CLI, attach database/cache services, add a background worker process, and scale the application up or down.
- NEXUS AI MCP — NEXUS AI MCP Server Reference
- Troubleshooting-build-failures
Frequently asked questions
What does NEXUS AI deploy?
NEXUS AI deploys full-stack applications from prompts, Git repositories, local source folders, and container images. Deployments can include app containers, PostgreSQL, Redis, MySQL, MongoDB, worker sidecars, persistent volumes, S3-compatible buckets, custom domains, logs, health checks, database backups, restore workflows, scaling, and rollback.
Do I need to write Docker or Kubernetes configuration?
No. NEXUS AI detects common frameworks, builds a production container, provisions runtime resources, configures service networking, injects database and storage environment variables, and exposes a CLI, dashboard, REST API, and MCP tools for lifecycle operations.
Can NEXUS AI run databases and background workers?
Yes. Docker deployments can include PostgreSQL, MySQL, MongoDB, Redis, worker sidecars, persistent volumes, S3-compatible buckets, and database backup and restore workflows. Workers attach to the same service network as the app, so queue processors can reach Redis, Postgres, and other attached services by internal hostname.
About NEXUS AI
NEXUS AI is an agentic AI app builder and full-stack deployment platform. Explore the AI App Builder, learn more on the About page, read the documentation, or contact the team through nexusai.run/contact.
Start for free · Read the documentation · About NEXUS AI · Contact