# QuizGen guides

Short, practical guides on building quizzes and forms with AI. Each one is
plain markdown — read it directly, no HTML parsing required.

- [Order form template that takes payment](/blog/order-form-template.md) — Pick the product, pay by card, done — in one submission.
- [Quote template your client can approve in one click](/blog/quote-template.md) — Not a document to email — a hosted quote with a recorded approval.
- [Event registration form template (with paid tickets)](/blog/event-registration-form-template.md) — Ticket tiers, a capacity cap, and card payment on the registration page.
- [Customer satisfaction survey template (with NPS)](/blog/customer-satisfaction-survey-template.md) — The NPS question is a 0–10 scale — here's the whole survey around it.
- [Exit interview questions (and a form that collects them)](/blog/exit-interview-questions.md) — A question bank worth using, plus the form that asks them.
- [Job application form template that screens as it collects](/blog/job-application-form-template.md) — Scores applications against your must-haves as they arrive.
- [Liability waiver form template with a recorded signature](/blog/liability-waiver-form-template.md) — A timestamped, attributable agreement — not a substitute for a lawyer.
- [Contact form template you can host in one call](/blog/contact-form-template.md) — Five fields, hosted, with submissions routed wherever you want.
- [Waitlist signup form for a product launch](/blog/waitlist-signup-form.md) — The canonical `email_capture` example: short, capped, and exportable.
- [Invoice template with online payment](/blog/invoice-template.md) — A hosted invoice your client confirms and pays by card, without leaving the page.
- [How to make a quiz with scoring](/blog/how-to-make-a-quiz-with-scoring.md) — Points per answer, buckets by score — a live link in one sentence or one POST.
- [Best quiz makers with scoring, compared (2026)](/blog/best-quiz-makers-with-scoring.md) — Google Forms, Typeform, ScoreApp, Jotform, Kahoot, QuizGen — who fits which job.
- [AI quiz maker: describe the quiz, get a live link](/blog/ai-quiz-maker.md) — The two things “AI quiz maker” means — and why business context decides the quality.
- [Claude MCP servers for building quizzes and forms](/blog/claude-mcp-servers-for-quizzes-and-forms.md) — What an MCP server actually gives Claude, and how to add QuizGen's.
- [How to build a quiz with Claude, step by step](/blog/build-a-quiz-with-claude.md) — One sentence in, a live link out — the whole workflow.
- [How to build a form with ChatGPT](/blog/build-a-form-with-chatgpt.md) — Two paths, depending on whether your ChatGPT can make web requests.
- [Free AI quiz generator: a real quiz without paying](/blog/free-ai-quiz-generator.md) — The sandbox needs no account at all; the free plan covers 3 live quizzes.
- [AI form builder: how it actually works](/blog/ai-form-builder-guide.md) — The two very different things “AI-powered” means, and how to tell them apart.
- [A Typeform alternative for developers and AI agents](/blog/typeform-alternative-for-ai-agents.md) — Same job, opposite starting point — an honest comparison.
- [A Google Forms alternative when you've outgrown it](/blog/google-forms-alternative.md) — Google Forms is fine — until you hit one of its real walls.
- [A Jotform alternative for developers and AI agents](/blog/jotform-alternative.md) — Jotform wins on breadth; QuizGen skips the editor entirely.
- [A SurveyMonkey alternative for one-off surveys and AI workflows](/blog/surveymonkey-alternative.md) — You need one survey, not a research platform subscription.
- [A customer feedback form template you can deploy in one request](/blog/customer-feedback-form-template.md) — Not a doc to download — a JSON definition that's live the moment you POST it.
- [How to build a lead-qualification form that scores itself](/blog/lead-qualification-form-that-scores-itself.md) — Point values, outcome buckets, and a worked example.
- [How to make a “which one are you?” personality quiz](/blog/personality-quiz-with-outcomes.md) — The same scoring engine, pointed at personas instead of pass/fail.
- [A client intake form template that's live before your next call](/blog/client-intake-form-template.md) — Not a doc to copy — a JSON definition you POST and it's hosted.
- [How to build an event RSVP form with a response cap](/blog/event-rsvp-form-with-response-cap.md) — Stop taking answers automatically at a headcount or a date.
- [Headless form builder: what it means and when you need one](/blog/headless-form-builder-explained.md) — No editor, no template gallery — just structured data in, a live form out.
- [How to get quiz answers into your own system with webhooks](/blog/quiz-response-webhooks.md) — Set a URL once; every completed response finds its own way to you.

Full API reference: https://quizgen.dev/llms.txt
