HyperSwipe
HyperSwipe is a mobile-first trading app for Hyperliquid testnet.
It keeps trading simple:
- Swipe right to buy
- Swipe left to sell
Live App
- App: https://hyperswipe.vercel.app
- Docs: https://hyperswipe.vercel.app/docs#perpetuals
- Demo video: https://youtu.be/PcIxu5QQeYI
What You Can Do
- Trade from swipe cards
- See live prices
- Check balances and positions
- Show .hl names (if available)
- Get Telegram alerts (optional)
Before You Start
- Use a wallet already connected to Hyperliquid
- Make sure the wallet has testnet USDC
Run Locally
-
Install dependencies: npm install
-
Start the app: npm run dev
-
Open in browser: http://localhost:5173
Scripts
- npm run dev: Start local development server
- npm run build: Build for production
- npm run preview: Preview production build locally
- npm run lint: Run lint checks
Real-Time Updates
This app uses WebSocket updates for live data.


