Build the Interface
of Tomorrow

Core Rust libraries remain the broadest public surface today. Python and TypeScript guidance is currently focused on gesture MCP integration and protocol-facing workflows.

import { HapticRing } from '@gestura/sdk'

 

const ring = new HapticRing()

 

// Trigger a haptic pulse

await ring.pulse({

  intensity: 0.8,

  duration: 200,

  pattern: 'heartbeat'

})

Developer learning paths

The portal is shifting from generic SDK marketing to a clearer, library-first structure for developers who want to implement the Gestura loop in their own software.

Core libraries

Start with the reusable Rust surface that other apps can embed directly.

View docs

Agentic loop

Learn the orchestration pattern that turns model reasoning into tool-driven workflows.

View docs

Gesture libraries

Treat gestures and haptics as typed events that feed the same application loop.

View docs