https://github.com/marbleheartg/10-casts
10 Casts is a Farcaster miniapp that lets you explore and collect the most popular or first casts of any Farcaster user
https://github.com/marbleheartg/10-casts
base baseapp farcaster frame mini-app warpcast
Last synced: 2 months ago
JSON representation
10 Casts is a Farcaster miniapp that lets you explore and collect the most popular or first casts of any Farcaster user
- Host: GitHub
- URL: https://github.com/marbleheartg/10-casts
- Owner: marbleheartg
- Created: 2025-07-24T12:20:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T16:40:06.000Z (2 months ago)
- Last Synced: 2025-08-03T18:25:36.248Z (2 months ago)
- Topics: base, baseapp, farcaster, frame, mini-app, warpcast
- Language: TypeScript
- Homepage: https://farcaster.xyz/miniapps/pVCmkKzFkc63/10-casts
- Size: 190 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 10 Casts — Explore & Collect
**10 Casts** is a Farcaster miniapp that lets you explore and collect the most **popular** or **first** casts of any Farcaster user.
Search by username, see the top posts, and interact through the Farcaster Miniapp SDK — all with a lightweight, touch-friendly interface.

## 🌐 Live Demo
[https://farcaster.xyz/miniapps/pVCmkKzFkc63/10-casts](https://farcaster.xyz/miniapps/pVCmkKzFkc63/10-casts)
## ✨ Features
- 🔍 **Search** by Farcaster username
- 🏆 View **popular** or **first** casts
- 📊 See likes, recasts, replies per cast
- 💬 Tap a cast to open it in Farcaster
- 📱 Mobile-ready + haptic support via SDK
- ⚡ Fast and minimal UI## 🚀 Getting Started
### 1. Clone the repository
```bash
git clone https://github.com/your-username/10-casts.git
cd 10-casts
```### 2. Install dependencies
```bash
bun install
```### 3. Run the tunnel
```bash
bun run tunnel
```### 4. Save the tunnel link as NEXT_PUBLIC_HOST env variable and run development server
```bash
bun run dev
```