How to use Biodata Maker
This page lists every main entry point in the app and what to do there—whether you are making your biodata or (as staff) managing catalog templates.
For everyone (public)
| Entry | URL | What it is for |
|---|---|---|
| Home | / | Overview, learn what a marriage biodata is, jump to Create. |
| Create biodata | /create | Main form: personal details, family, contact, optional photo, cultural header, toggles. Your progress can be restored when you return (browser storage). |
| Resume editing | /create?resume=1 | Same as Create, but useful when coming back from template studio—the app can reload your saved session. |
| Template & preview (studio) | /create/template-studio | Pick PDF template, colors, page frame, header symbol, layout sliders, then preview and download. Normally you open this from the form via Choose Template & Download—opening it directly without data may show an empty or default state until you fill the form first. |
| Biodata maker (guide) | /biodata-maker | Article explaining the online biodata maker and linking to Create. |
| Marriage biodata format | /marriage-biodata-format | Sections and layout families often expect in India. |
| Biodata for marriage in India | /biodata-for-marriage-india | Context and usage of biodata in India. |
| FAQ | /faq | Common questions. |
| About | /about | What Biodata Maker is for. |
| Contact | /contact | Email the team. |
| Privacy | /privacy | Privacy policy. |
| Terms | /terms | Terms of use. |
Typical flow: create biodata → template → PDF
- Open Create biodata and complete the sections you want in the PDF (use toggles to include or hide blocks).
- When ready, click Choose Template & Download. That saves your session and sends you to Template & preview.
- In template studio, choose template, colors, optional header icon, page frame, and fine-tune layout with the side panel if shown.
- Use the preview to check the document, then download the PDF. Use Edit Biodata or Back links to return to the form via /create?resume=1 when offered.
For administrators (template catalog)
These URLs require signing in. They are not meant for public SEO; use them only if you operate the site.
- /admin/login — Sign in with the configured admin credentials.
- /admin/templates — List catalog biodata templates.
- /admin/templates/create — Create a new template (name, typography, colors, layout JSON, etc.).
- /admin/templates/[id]/edit — Edit an existing template (replace
[id]with the template id from the list).
APIs (for developers)
PDF generation and template APIs live under /api/... (e.g. /api/generate-pdf, /api/biodata-templates). They are called by the app, not browsed as normal pages.
Questions? See the FAQ or contact us.