Content
@
0 reply
4 recasts
4 reactions
Venkatesh Rao ☀️
@vgr
What server endpoint do most people use to serve frames, and what’s the typical server? Python on flak?
4 replies
1 recast
6 reactions
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
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
@les
frames.spindl.xyz
0 reply
1 recast
0 reaction
Blinky Stitt
@flashprofits.eth
https://warpcast.com/rish/0x39fb9c00
0 reply
0 recast
0 reaction
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