flinchify
v0.1.0
Published
Test your app with real humans from the terminal
Maintainers
Readme
flinchify
Test your app with real humans from the terminal.
Install
npm install -g flinchifySetup
- Sign up at flinchify.com
- Go to Dashboard → API Keys → Generate
- Run:
flinchify initUsage
Create a test
flinchify test https://myapp.com --flow "sign up and create a project" --testers 3 --budget 10Check results
flinchify results ft_42List all tests
flinchify listOptions
| Flag | Description | Default |
|------|-------------|---------|
| --flow | What testers should do | General usability test |
| --testers | Number of testers | 3 |
| --budget | Per-tester budget ($) | 10 |
| --tasks | Specific tasks (comma-separated) | - |
| --hours | Time limit | 24 |
| --audience | Target audience | - |
For AI Agents
Flinchify works with any AI coding agent. Your agent can:
- Call
flinchify test <url>to request human testing - Poll
flinchify results <id>to get structured feedback - Use the feedback to fix issues automatically
# Agent workflow
flinchify test https://myapp.com --flow "complete checkout" --testers 5
# ... wait for results ...
flinchify results ft_123API
You can also call the API directly:
curl -X POST https://flinchify.com/api/v1/tests \
-H "Authorization: Bearer fk_your_key" \
-H "Content-Type: application/json" \
-d '{"url":"https://myapp.com","flow":"sign up","testers":3,"budget_per_tester":10}'License
MIT
