You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Landing page:
read query params or path params from url
on load do the functionality that our "prompt send button" does (makes post request and redirects to strategy page)
The landing page could show a message like "generating your strategy"
For example:
Given an url witha query param like the one below:
https://fundpublicgoods.ai/?strategy="space exploration"
Fund public goods should create a new strategy query with the strategy "space exploration"
This is very useful at the moment of integrating other systems with FPG
Development plan by @nerfZael
Landing page:
read query params or path params from url
on load do the functionality that our "prompt send button" does (makes post request and redirects to strategy page)
The landing page could show a message like "generating your strategy"
Resources by @cbrzn
https://github.com/polywrap/fund-public-goods-ai/blob/dev/web/components/PromptInput.tsx
https://nextjs.org/docs/app/api-reference/functions/use-search-params
The text was updated successfully, but these errors were encountered: