Content pfp
Content
@
0 reply
4 recasts
4 reactions

Venkatesh Rao ☀️ pfp
Venkatesh Rao ☀️
@vgr
What server endpoint do most people use to serve frames, and what’s the typical server? Python on flak?
7 replies
1 recast
6 reactions

Venkatesh Rao ☀️ pfp
Venkatesh Rao ☀️
@vgr
Fwiw not trying or planning to try to build a frame. Asking as a point of general information
0 reply
0 recast
0 reaction

Jason pfp
Jason
@jachian
Seen a lot with Vercel and a couple using Replit
0 reply
0 recast
2 reactions

Joe Petrich 🟪 pfp
Joe Petrich 🟪
@jpetrich
go on repl.it, Node.js on repl.it; wouldn't recommend it if it's exclusively for a frame, but Next.js works too. The way I've been thinking about it is that the initial load doesn't have context, so it can be statically generated, and then you can host the POST endpoint however you want.
0 reply
0 recast
1 reaction

Les Greys pfp
Les Greys
@les
frames.spindl.xyz
0 reply
1 recast
0 reaction

Blackstock 👾 pfp
Blackstock 👾
@blackstock
If you’re comfortable with JS I’d checkout Vercel. Tons of great starter apps to quickly prototype new ideas and works well with the Farcaster packages
0 reply
0 recast
1 reaction

Blinky Stitt pfp
Blinky Stitt
@flashprofits.eth
https://warpcast.com/rish/0x39fb9c00
0 reply
0 recast
0 reaction

YAY 3M TA3 pfp
YAY 3M TA3
@3m-ta3
I mainly use Next.js (front and back end same code base - its flexible). Vercel is the go to for Nextjs. You can also use AWS’s app launcher and auto deploy from git for your CI pipeline...
0 reply
0 recast
0 reaction