⚡ Build frames in seconds. FrameGPT is a no-code frame builder that lets you build frames through prompts -- make highly-customizable photo galleries, mints, games, checkouts, & more!
By writing out what you want in each frame, FrameGPT lets you build highly-custom frames in seconds. Describe the frame name, page title, image URL/ratio, & buttons, then hit generate to see the link! Example frame generated by FrameGPT: https://frames.neynar.com/f/694862b4/3fa85f64
Some example prompts:
️💰 One Page Mint ️💰
Frame Name: Sample Mint
Title: Page One
Image URL: https://cloudflare-ipfs.com/ipfs/QmajRLF79ZG3P1iq2WfY5H2SxbACqVZU6LxqLiQBEaWAP9
Image ratio: 1:1
Buttons:
🖼️ Multi-frame, multi-options 🖼️
Frame Name: Frame Name
--Frame One--
Title: Page One
Image URL: https://cloudflare-ipfs.com/ipfs/QmajRLF79ZG3P1iq2WfY5H2SxbACqVZU6LxqLiQBEaWAP9
Image ratio: 1:1
Buttons:
--Frame Two--
Title: Page 2
Image URL: https://cloudflare-ipfs.com/ipfs/QmUYMKFHqwxyX6LpZyGT7LMcDmo7SdoKmrQVXvPa8zkk9k
Aspect ratio: 1:1
Buttons:
--Frame Three--
Name: Third Page
Image: https://cloudflare-ipfs.com/ipfs/QmeCYyYFBbRLeHtpQrAc7yrDoJL6QGnJ18ZQwENBCdwiJB
Aspect ratio: 1.91:1
Input text placeholder: Enter something...
Buttons:
After the user writes out their frame specs, the string data is passed into GPT-3.5 through the OpenAI API. This enables the data to be parsed into the right JSON format, to be sent to the Neynar Frames API. The Neynar Frames API receives the JSON and returns a link to the frame.
Tech stack: Next.js, React, TypeScript, Tailwind, Neynar Frames API, OpenAI API