Welcome to Hallway Developer Documentation
Everything you need to build, deploy, and scale applications on the Hallway platform.
Two Ways to Build on Hallway
Standalone Apps
Create independent applications that run on the Hallway infrastructure. Perfect for web apps, APIs, microservices, and tools that don't require deep platform integration.
- •Full control over your application architecture
- •Deploy any framework or language
- •Automatic scaling and global distribution
Hallway-Integrated Apps
Build applications that deeply integrate with Hallway's collaborative features. These apps can interact with spaces, instances, and other platform capabilities.
- •Access to Hallway SDK and platform APIs
- •Real-time collaboration features
- •Seamless integration with spaces and instances
📸 Screenshots and examples coming soon to help you visualize both app types in action.
Quick Start Guide
Get up and running with Hallway in under 5 minutes
CLI Reference
Command-line tools for building and deploying apps
API Documentation
Complete API reference with examples
GitHub
Explore our open source repositories
Getting Started
- 1
Install the CLI
deno install -grAf jsr:@hallway/hw
- 2
Authenticate
hallway auth
- 3
Create your first app
hallway create my-app
- 4
Deploy
hallway deploy
