All generators live under /tools/{slug}. /tools redirects to Print Studio.
Layout
- Left sidebar — tool groups (digital, web, leads). On mobile, open it with the menu control. On desktop you can collapse to icons or hide it completely (state is stored in the browser).
- Main panel — form on the left (or top on small screens), live preview on the right.
- Most card-style tools are client-side: fill fields, see preview, download. They do not always create a database row until you use a “save” action (link-in-bio, landing pages, resumes, lead forms do save).
Who can use tools
The tools URLs are public application pages (same as the rest of the Inertia app). Saving landing pages, resumes, and lead forms is tied to the logged-in user (user_id). Guests can still design and download many card/QR/signature outputs.
For a private studio, put HTTP auth in front of the site or require login via your own middleware/customization. Stock ProfileSuite focuses on a public toolkit plus an /admin back office.
Semantic vs legacy URLs
Prefer semantic slugs. Old CardGen short codes still redirect:
| Use this | Also works (redirects) |
|---|---|
/tools/print-studio |
/t0, /print-studio |
/tools/business-card |
/t1 |
/tools/lead-form |
/t10 |
Full map: URL reference.
Auth-backed builders
These list your records when you are signed in:
| Tool | What is stored |
|---|---|
| Landing page | Pages, publish flag, view counts |
| Lead form | Forms, fields, submissions |
| Resume | Resumes, sections, public flag |
| Link-in-bio | Profile page + links + optional lead widget |
Admins moderate everyone’s assets under Products and Leads in /admin. See Products & leads.
← All ProfileSuite – Digital Business Card, Bio Link & Lead Capture Platform documentation