Content pfp
Content
@
0 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
This week I built mobile Games in Warpcast. This mobile app running on web with expo (iOS app, Android App, Web App) now is also a Composer Action πŸ€“ Farcaster Mini App season is here :)
33 replies
9 recasts
107 reactions

Samuel pfp
Samuel
@samuellhuber.eth
Sauce: https://github.com/EvanBacon/pillar-valley?tab=readme-ov-file // Next.js API route support: https://nextjs.org/docs/api-routes/introduction import type { NextApiRequest, NextApiResponse } from "next"; export default function handler( req: NextApiRequest, res: NextApiResponse<ComposerActionFormResponse>, ) { const data = req.body; console.log(data); res.status(200).json({ type: 'form', title: 'dTech.vision', url: 'https://pillarvalley.netlify.app/', // make sure this is your public U }); }
2 replies
2 recasts
13 reactions

KMac🍌 ⏩ pfp
KMac🍌 ⏩
@kmacb.eth
Very cool. Thanks for sharing this.
0 reply
0 recast
1 reaction