Develop your Shipaton app faster with Hopp. Better than every generic screen-sharing tool you've used.
The best OSS remote pair programming app. 4K screen sharing with real-time remote control, crisp audio, and intuitive annotations. It feels like being next to your teammates.
You'll be asked for a credit card during signup. Add coupon SHIPATON to get free access through September 30, 2026.

Code
File
Edit
View
Go
Window
Help
Fri, Jul 10, 2026, 10:44 AM
shadcn-ui/components/code-tabs.tsx
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
"use client" import * as React from "react" import { useConfig } from "@/hooks/use-config" import { Tabs } from "@/registry/new-york-v4/ui/tabs" export function CodeTabs({ children }: React.ComponentProps<typeof Tabs>) { const [config, setConfig] = useConfig() const installationType = React.useMemo(() => { return config.installationType }, [config]) return ( <Tabs value={installationType} onValueChange={(value) => setConfig({ ...config, installationType: value as "cli" | "manual" })} className="relative mt-6" > {children} </Tabs> ) }
Shipaton offer
Free while you build, discounted after you ship.
Free access
Free from July 10 to September 30, 2026
Use Hopp during prep, build sprints, launch week, and the rest of Shipaton. Add the coupon after signup when the billing step asks for payment details.
After Shipaton
25% off for 6 months
Keep pairing with the same Shipaton team or create a new team after the hackathon. Redeem this code within two weeks after Shipaton ends, and the discount applies for your first 6 months.
macOS
Full desktop support for Shipaton pairing sessions.
Windows alpha
Windows is available for teams that want to try it, but it is still alpha.
Questions about using Hopp for Shipaton?
Email iason@gethopp.app.




