Codexify Documentation
Welcome to the Codexify developer documentation. Learn how to build, deploy, and scale high-performance web applications with zero infrastructure headaches.
Overview
Codexify is an open cloud platform engineered by azzam codex that delivers complete Vercel parity for Next.js, React, Astro, Node.js, and Dockerized microservices. Powered by Docker Swarm cluster orchestration and Traefik v3 HTTP/3 edge routing.
Quickstart in 60 Seconds
Deploy any repository to production in three straightforward steps:
Step 1: Connect your Git repository
Open the Codexify Dashboard, navigate to Sources, and link your GitHub or GitLab account.
Step 2: Push your code
Push your changes to your default branch. The webhook immediately triggers an isolated build container:
Step 3: Access your live edge URL
Codexify generates a secured HTTPS wildcard domain with Let's Encrypt TLS certificates active instantly:
Next.js 16 & React 19 Support
Codexify natively supports Next.js Server Actions, Partial Prerendering (PPR), App Router, and React Server Components. Ensure your next.config.mjs includes standalone output for maximum build speed and minimal RAM overhead:
Environment Variables & Secrets
Secrets and configuration variables are securely injected into your containers at runtime without exposing them in git history or build logs.
| Variable Name | Type | Description |
|---|---|---|
NODE_ENV |
System | Automatically set to production on deploy. |
DATABASE_URL |
Secret | Internal connection string for attached Postgres 16 instances. |
NEXT_PUBLIC_* |
Public | Inlined into client JavaScript bundles at compile time. |
Codexify CLI
Deploy directly from your local development environment without touching the browser: