An open API service indexing awesome lists of open source software.

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

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.

![Hero Image](https://top-10-nine.vercel.app/images/og/cast.jpg)

## 🌐 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
```