A small Astro app that lists and manages Webflow form submissions for a chosen site.
npm install- Copy
.env.exampleto.envand fill inCLIENT_ID/CLIENT_SECRETfrom your Webflow OAuth app. - Set the redirect URL in the Webflow app config to match
REDIRECT_URL(default:http://localhost:4321/callback). - The OAuth app needs the
sites:read,forms:read, andforms:writescopes. npm run devand open http://localhost:4321