Comprehensive guides, API references, tutorials, and code samples to help you build with DevHub.
Follow these steps to get up and running with DevHub in minutes.
First, install the DevHub command-line interface:
npm install -g @devhub/cli
Initialize a new project in your workspace:
devhub new my-project
Deploy your first app with our infrastructure:
cd my-project
devhub deploy
Understand the fundamental building blocks that power the DevHub platform.
Organize your workflow into projects to manage dependencies, team access, and deployments.
Isolate development environments with workspaces that persist across sessions.
Route requests, apply middleware, and secure endpoints through our powerful API gateway.
Control access with granular permissions that follow the least privilege principle.
Master the command-line interface for automation, project management, and deployment workflows.
Start Learning →Explore detailed documentation for our REST API endpoints, including request formats and response examples.
Read Docs →Learn to connect DevHub with your existing tools and services.
View Tutorials →Protect your applications with our recommended security patterns and hardening techniques.
Read Guide →
# Example CLI command
devhub config:set project=example
devhub deploy
Output:
Deploying to 'example' project ✓ Built 12 files ✓ Uploaded 2.4MB ✓ Created deployment: 7b8k3n2j ✓ Live at: https://example.devhub.dev
Test commands, view live results, and explore the DevHub platform features directly from your browser.
Open PlaygroundOfficial SDKs available for TypeScript, Python, Node.js, and Go with detailed integration guides.
View SDKs →Reference complete project templates in various frameworks and languages.
Explore Samples →Get help from our community and DevHub engineers through Q&A, discussions, and tutorials.
Join Discord →