A beautiful yet simple Farcaster client. Built by dylsteck.eth
Originally started as part of dwr.eth's mobile client bounty
- Set up the app locally
git clone https://github.com/dylsteck/litecastcd litecast && bun install
- Set environment variables
- Copy
.env.exampleto a new.envfile and add yourNEYNAR_API_KEY
- Create Expo project
- To run the app locally, you'll need to create an account at
https://expo.dev, then create a new project - Once you've created a project, run
npm install --global eas-cli && eas init --id [YOUR PROJECT ID]to overwrite the existing project with your own
- Run the app
bun install # Install dependencies
bun run start # Start development server with Expo GoPress i to open iOS Simulator
Useful commands:
bun run clean- Fresh install (removes node_modules and reinstalls)bun run start- Start development serverbun run ios- Run on iOS Simulatorbun run android- Run on Android Simulatorbun run web- Run on web
Here are some mockups from the very original version from around when this was started -- huge shoutout to Sirsu for the amazing designs 🙌
| Login | Home |
|---|---|
![]() |
![]() |
| Search | Reply |
|---|---|
![]() |
![]() |



