Skip to content

Commit ba46383

Browse files
fixup! feat: hide large demo video for now
1 parent 7b1eb0f commit ba46383

File tree

4 files changed

+11
-24
lines changed

4 files changed

+11
-24
lines changed

app/page.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,8 @@
22

33
import AppStoreButton from '@/components/AppStoreButton'
44
import GooglePlayButton from '@/components/GooglePlayButton'
5-
import NpmButton from '@/components/NpmButton'
6-
import Image from 'next/image'
75
import { useState, useEffect } from 'react'
8-
import { Bricolage_Grotesque } from 'next/font/google'
9-
import Link from 'next/link'
10-
import SetupSteps from '@/components/marketing/SetupSteps'
11-
import { BentoBoxes, TextBasedHowItWorks, YoutubeDemoSection } from '@/components/marketing'
12-
import GithubLink from '@/components/marketing/GithubLink'
13-
import MobileSetup from '@/components/marketing/MobileSetup'
14-
import { PhoneBundle } from '@/components/phones'
15-
import MobileHeroSection from '@/app/concepts/light-video-bg/MobileHeroSection'
6+
import { TextBasedHowItWorks, YoutubeDemoSection } from '@/components/marketing'
167
import TextBasedFeatures from '@/components/marketing/TextBasedFeatures'
178
import AdaptiveTerminal from '@/components/AdaptiveTerminal'
189
import LaunchWebAppButton from '@/components/WebAppButton'

content/faq.mdx

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,30 @@ Happy Coder is a mobile app that lets you control coding agents on many differen
66

77
## Is Happy Coder free?
88

9-
Yes, completely free. Forever. No catches.
9+
Yes, completely free. No catches.
1010

11-
- **No subscription fees** - Not now, not ever
1211
- **No usage limits** - Run as many sessions as you want
1312
- **No user limits** - Install on all your devices
14-
- **Open source (MIT)** - Fork it, modify it, sell it if you want
15-
16-
We're not VC-funded. We're not trying to get acquired. We just built a tool we wanted to exist.
13+
- **Open source (MIT)** - Fork it, modify it, learn from it
1714

1815
## Am I locked in?
1916

2017
No lock-in whatsoever. Here's why:
2118

2219
- **Open source** - The entire codebase is on GitHub
2320
- **Self-hostable** - Run your own relay server
24-
- **Standard protocols** - Uses WebSockets and AES encryption
2521
- **No account required** - No data to export or migrate
2622
- **Works with vanilla Claude Code** - Not a proprietary wrapper
2723

28-
You can stop using Happy Coder instantly with zero consequences. Your Claude Code setup remains unchanged.
24+
You can stop using Happy Coder instantly with zero changes to your workflow. Your Claude Code setup remains unchanged.
2925

3026
## What justifies your claim that Happy Coder is simple?
3127

3228
Happy Coder removes all the friction from mobile Claude Code access:
3329

3430
1. **No signup process** - Just download and run. No email verification, no account creation, no credit card. This is a real developer tool, not a SaaS product.
3531

36-
2. **Cross-platform by default** - Works on any computer (Mac, Windows, Linux) with any phone (iOS, Android). Control Claude Code on a Mac Mini from your Android phone. Run it on a Raspberry Pi and control it from your iPad.
32+
2. **Cross-platform by default** - Works on any computer (Mac, Windows, Linux) with any phone (iOS, Android). Control Claude Code on a Mac Mini from your Android phone. Run Claude Code on a Raspberry Pi and control it from your iPad.
3733

3834
3. **It just works** - Handles network issues gracefully. Reconnects automatically. Queues messages when offline. No broken SSH sessions or tmux corruption.
3935

@@ -47,11 +43,11 @@ We built Happy Coder after suffering through overly complicated platforms that p
4743

4844
Three reasons:
4945

50-
**Privacy**: Your code is your business. With end-to-end encryption and open source code, you can verify that we can't see your work. No analytics, no tracking, no data mining.
46+
**Privacy**: Your code is your business. With end-to-end encryption and open source code, you can verify that we can't see your work. No tracking, no data mining.
5147

5248
**Control**: You own your tools. Run your own relay server. Modify the code. Add features. Remove features. It's yours to shape as you need.
5349

54-
**Sustainability**: Open source projects can't rugpull you. When a VC-funded startup pivots or shuts down, you're stuck. Happy Coder will work as long as you want it to.
50+
**Sustainability**: Open source projects can't rugpull you. When a VC-funded startup radically pivots or shuts down, you're stuck. Happy Coder will work as long as you want it to.
5551

5652

5753

@@ -91,8 +87,9 @@ There are two different products to understand:
9187

9288
**Claude Code** (developer tool): Yes, through the Happy Coder mobile app! This lets you control Claude Code running on your computer from your phone. You can:
9389
- Start coding conversations on your phone
94-
- Continue the same conversation on your computer
95-
- Switch back and forth without losing context
90+
- Continue the same conversation on your laptop/desktop computer in your
91+
terminal as if you had launched Claude Code from there yourself.
92+
- Get push notifications when Claude Code needs your input or code is ready to review.
9693

9794
### Does Claude have an Apple app?
9895

content/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { Cards } from 'nextra/components'
21
import { BellIcon, RocketIcon, AudioLinesIcon, NetworkIcon, GithubIcon, LightbulbIcon, HandshakeIcon } from 'lucide-react'
3-
import { Card } from '@/components/Card'
2+
import { DocsLinkCard as Card } from '@/components/DocsLinkCard'
43

54
# Welcome
65

0 commit comments

Comments
 (0)