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: 15 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-06T18:12:12.000Z (6 months ago)
- Last Synced: 2025-12-10T06:56:32.331Z (6 months ago)
- Topics: base, baseapp, farcaster, frame, mini-app, warpcast
- Language: TypeScript
- Homepage: https://farcaster.xyz/miniapps/pVCmkKzFkc63/10-casts
- Size: 320 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
```