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.

Getting Started

  1. 1

    Install the CLI

    deno install -grAf jsr:@hallway/hw

  2. 2

    Authenticate

    hallway auth

  3. 3

    Create your first app

    hallway create my-app

  4. 4

    Deploy

    hallway deploy