Support
Need help? We're here.
Getting Started
Aight has two modes — choose the one that fits your setup:
OpenClaw Mode
Connect to your self-hosted OpenClaw gateway for a full AI assistant experience — agents, skills, memory, and more.
If you haven't set up a gateway yet, visit openclaw.ai to get started. Then open Aight, enter your gateway URL, and you're connected.
Channels Mode (Claude Code)
Chat with your Claude Code session from your phone — no OpenClaw required.
Prerequisites: Claude Code installed on your computer, Bun, and the Aight app.
Setup:
- Install the channel plugin:
git clone https://github.com/aight-cool/aight-channel-plugin ~/.claude/channels/aight && ~/.claude/channels/aight/setup - Start Claude Code with the channel:
claude-aight - A 6-digit pairing code appears in your terminal
- In Aight → Channels → enter the code → connected!
Messages flow through a cloud relay — no port forwarding, no Tailscale, no LAN requirement.
Aight Pro
Aight is free to use. Aight Pro unlocks unlimited everything, plus premium themes.
OpenClaw Mode
| Resource | Free | Pro |
|---|---|---|
| Teams | 1 | Unlimited |
| Agents | 8 | Unlimited |
| Group Chats | 2 | Unlimited |
Channels Mode (Claude Code)
| Resource | Free | Pro |
|---|---|---|
| Channels | 2 | Unlimited |
| Channel Groups | 1 | Unlimited |
Pricing
| Free | Aight Pro | |
|---|---|---|
| Premium Themes | — | ✅ |
| Price | Free | $4.99/month or $34.99/year |
| Free Trial | — | 7 days |
Subscribe: In the app, tap the upgrade prompt or go to Settings → Subscription.
Cancel anytime: iOS Settings → your name → Subscriptions → Aight → Cancel Subscription. You keep Pro features until the end of your billing period.
Subscription management: Handled by RevenueCat and Apple. RevenueCat manages your subscription status; Apple processes payments. Neither we nor RevenueCat see your payment details.
Refunds: Processed by Apple. Visit reportaproblem.apple.com.
Connection Issues
OpenClaw Mode
- Make sure your OpenClaw gateway is running and reachable
- Local network: ensure your phone and gateway are on the same Wi-Fi
- Over Tailscale: confirm both devices are connected to your tailnet
- Manual URL: double-check the address and port, and that HTTPS is configured if required
- The app will auto-reconnect when your gateway comes back online
Channels Mode
- Make sure
claude-aightis running in your terminal - Pairing code expired? Restart with
claude-aightfor a new code - Bun not found? Install it:
curl -fsSL https://bun.sh/install | bash - Custom relay? Set
AIGHT_RELAY_URL=https://my-relay.example.combefore runningclaude-aight
Common Questions
Q: Do I need an account?
No account with us. Aight connects directly to your own gateway (OpenClaw mode) or Claude Code instance (Channels mode). Aight Pro subscriptions are managed through your Apple ID via the App Store — no separate account needed.
Q: Why can't I send messages?
Chat requires an active connection. Check the connection indicator at the top of the screen. In OpenClaw mode, make sure your gateway is running. In Channels mode, make sure claude-aight is running on your computer.
Q: How do I set up voice?
OpenClaw mode: Settings → Voice. Choose Push-to-Talk or Conversational mode. TTS requires an ElevenLabs API key configured on your gateway.
Channels mode: Voice works via ElevenLabs or local TTS models configured on your Claude Code side.
Q: Is my data private?
Yes. In OpenClaw mode, all communication goes directly between your device and your gateway — we never see it. In Channels mode, messages transit through our relay (channels.aight.cool) but are never stored persistently — message content is forwarded in real-time and buffered only in volatile memory during brief disconnections. Session pairing metadata is temporarily stored in Cloudflare Durable Objects and automatically deleted after 30 minutes of inactivity. Push notifications are opt-in and stateless. See our Privacy Policy for full details.
Q: What's the difference between OpenClaw mode and Channels mode?
OpenClaw mode is for self-hosted AI gateway setups — full agent system with skills, memory, multiple models, and more. Channels mode is specifically for Claude Code users who want a mobile interface — no gateway required, just Claude Code and a phone.
Q: Can I use voice with Claude Code?
Yes. In Channels mode, configure ElevenLabs or a local TTS model and voice works from your phone.
Q: Can I have Claude Code group chats?
Yes. In Channels mode, multiple Claude Code instances can connect — for example, a backend engineer, frontend engineer, reviewer, and QA agent all collaborating in a single group chat.
Q: What are the free plan limits?
In OpenClaw mode: 1 team, 8 agents, 2 group chats. In Channels mode: 2 channels, 1 channel group. Aight Pro removes all limits.
Q: I was a beta tester — do I keep my stuff?
Yes. Everything you created during the TestFlight beta (teams, agents, group chats, channels, channel groups) is preserved, even if it exceeds the free plan limits. You'll only see an upgrade prompt when creating new items beyond the free tier. Thank you for testing!
Beta Testers — TestFlight Transition
Push Notifications
Push notifications are available in OpenClaw mode (not Channels mode).
- Opt-in — enable during onboarding or in Settings → Notifications
- Rich mode — message preview in the notification
- Private mode — silent ping, no message content
- The relay is open source and stateless
- Requires the
@aight-cool/aight-utilsplugin on your gateway
Troubleshooting: Not receiving notifications? Check that the plugin is installed, iOS notification permissions are enabled, and try the test button in Settings → Notifications.
Today View
- Shows tasks, reminders, and events from your agent
- Ask your agent: "remind me to check logs at 3pm"
- Long press any item to edit or delete it
Shortcuts
Quick-access saved prompts for things you do often. Customize in Settings → Shortcuts.
Skills Marketplace
- Browse and install community-created skills from ClawdHub
- Each skill runs on your own gateway — you control what's installed
- Use Skill Defender to review skills before installing
Privacy Controls
Full control over what data leaves your device. In Settings → Preferences:
- Analytics — anonymous usage analytics via Amplitude (opt-out)
- Error Reporting — crash reporting via Sentry (opt-out)
- Push Notifications — Settings → Notifications
Both analytics and error reporting are enabled by default and can be disabled independently.
Open Source
| Component | Description | License | Source |
|---|---|---|---|
@aight-cool/aight-utils |
Gateway plugin — push, Today view, config, bootstrap | MIT | GitHub · npm |
| Push notification relay | Stateless Cloudflare Worker for notifications | MIT | GitHub |
| Channel plugin | Claude Code MCP server for Channels mode | Apache-2.0 | GitHub |
| Channel relay | Cloudflare Worker + Durable Objects relay | MIT | GitHub |
The code that touches your data is open source — inspect it yourself.
Contact Us
General support: [email protected]
Bug reports (open source): File an issue on GitHub
Subscription & billing: Managed by Apple — visit reportaproblem.apple.com for refunds, or manage your subscription in iOS Settings → Subscriptions
Aight is published by Pangea Roads LLC.