See FillKit in action across frameworks. Each demo shows context-aware form filling — checkout forms get valid card numbers with matching expiry and billing addresses, signup forms get real-looking names and emails, all generated instantly.
Try it live at demo.fillkit.dev
| Framework | Stack | Link |
|---|---|---|
| HTML | Vanilla JS + @fillkit/browser |
demo.fillkit.dev |
| React | React 19 + React Router 7 + Tailwind v4 | demo.fillkit.dev/react |
| Vue | Vue 3 + Vue Router + Tailwind v4 | demo.fillkit.dev/vue |
| Angular | Angular 19 + Tailwind v4 | demo.fillkit.dev/angular |
npm install
npm run dev:react # port 5173
npm run dev:vue # port 5174
npm run dev:angular # port 4208- SDK: @fillkit/core / @fillkit/browser
- Docs: fillkit.dev/docs
- Website: fillkit.dev