Create and fill forms with chat.
Tired of lame, sad forms? Annoyed with tedious form builders? Feeling limited in what kinds of custom validations and logic you can express? You're in luck: text is the universal interface, and so TalkForm.AI is here to help.
Simply chat to create a form, and chat to fill it. The field types are inferred automatically by an LLM, and all your form responses remain structured according to the inferred schema for easy analysis. And you get unlimited power to do custom validations and complicated logic.
Anything you can dream, you can build. Truly, we live in a golden age of technology.
Head over to talkform.ai to try it out!
⚠️ WARNING: TalkForm.AI is in early development. Use at own risk.
This is a Next.js project. You'll need Node (probably using nvm) and yarn.
We use Doppler for secrets, see getting started docs. Or, put everything in a .env.local
file.
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result. The page auto-updates as you make edits.
Uses eslint to enforce lint rules.
yarn lint:fix
Uses prettier to enforce standard code formatting.
yarn format
uses Playwright
yarn test:e2e
Useful to see what will actually be released.
yarn build
Add this to your .zshrc - see this discussion
export DOPPLER_CLI_TOKEN=$(doppler configure get token --plain)
Then, when you open up the project in VSCode, just click "Reopen in Container".
- Add to your gitpod.io/settings Default Workspace Image: <your/image:tag>
- Go to https://gitpod.io/#github.com/nsbradford/talkformai
- To open up a specific folder, add to the end of the gitpod URL:
gitpod.io/?folder=/your/folder
See our about page to learn more.