Casthose is a cast streaming platform connected directly to a Farcaster hub.
We recommend using Neynar if you want the best development experience for Farcaster.
Casthose uses Next.js.
First install dependencies:
yarn install
Create a .env
file by duplicating .env.example
and updating it with the correct variable values.
Then run the development server:
yarn dev
Open http://localhost:3000 with your browser to use Casthose.
You should start seeing casts appearing as soon as they're published.
Deployment is done automatically when merging to main
branch.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.