Uses searchcaster to display a frame that lets you search Farcaster
- perf benchmarking/optimization (currently is often hitting 5s timing out)
- searchcaster ~3s => could cache or replace this api
- server roundtrip ?
- cold start serverless ?
- image rendering ?
- Write launch cast text
- template for bot
- template for frame
- template for cast in a frame
- searchcaster
- search domains
This is a boilerplate repo to get started quickly with frames.js
If running from the frames.js repository itself:
- Run
yarn
from the repository root - Run
cd examples/framesjs-starter
-
Install dependencies
yarn install
-
Run the dev server
yarn dev
-
Open http://localhost:3000 with your browser to see the result.
-
Edit
app/page.tsx
-
Visit http://localhost:3000/debug to debug your frame.
-
(Optional) To use a real signer (costs warps), copy
.env.sample
to.env
and fill in the env variables following the comments provided
- Frames.js Documentation
- Awesome frames
- Join the /frames-dev channel on Farcaster to ask questions
If you get stuck or have feedback, Message @df please!
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
vercel
more deployment links coming soon, PRs welcome!