PVR Tech Studio

Pages (User Guide)

The standalone utility pages — help centre, invoices, email templates, errors, and cookies.

4 min read
Updated July 15, 2026

The standalone utility pages — the help centre, the invoice builder, the email-template library, the error screens, and the cookie-consent screens.

FAQ / Help Center

What it is: a searchable help/FAQ page — the kind you'd expose to your own users.

Where to find it: Pages → FAQ Page. Route: /faq.

How to use it

  1. Search for a question in the hero search box.
  2. Browse by topic using the category cards.
  3. Expand a question in the Q&A accordion to read the answer, and mark whether it was helpful.
  4. Use the sticky support panel for contact options.

Invoice builder

What it is: a live invoice builder — fill in a form on the left and watch a print-ready invoice render on the right in real time.

Where to find it: Pages → Invoice. Route: /invoice.

How to use it

  1. Fill in the form — the left side is an accordion covering sender/recipient details, line items, notes, and totals. Totals recalculate as you type.
  2. Upload a logo and signature if you want them on the document.
  3. Choose a template — pick Modern, Classic, or Minimal from the preview toolbar.
  4. Download a PDF — click Download PDF; your browser's print dialog opens with just the invoice (choose "Save as PDF").
  5. Export Excel — download a styled .xlsx spreadsheet of the invoice.
  6. Save / Draft / Send — these actions confirm with a toast (they're presentational in the template).

Tip: your work autosaves to your browser, so the invoice is still there when you return.

Email templates

What it is: a library of 12 ready-to-use, client-safe HTML email templates with an in-app browser to preview and grab them.

Where to find it: Pages → Email Templates. Routes are under /email/*.

TemplateUseRoute
WelcomeOnboarding a new user/email/welcome
Order confirmationConfirming a purchase/email/order-confirmation
Payment dueBilling reminder/email/payment-due
Forgot passwordPassword-reset link/email/forgot-password
ActivateAccount activation/email/activate
BirthdayCelebratory / offer/email/birthday
Large tableData-heavy email (big table)/email/large-table
Small tableCompact summary email/email/small-table
Product dropNew-product announcement/email/product-drop
WrappedYear-in-review recap/email/wrapped
WinbackRe-engage a lapsed user/email/winback
PreferencesEmail-preference update/email/preferences

How to use it

  1. Open a template to see it rendered in a two-pane browser.
  2. Toggle dark and mobile previews to test how it looks in different clients.
  3. Copy the HTML or download it to use in your own mail system.

Error pages

What they are: immersive full-screen error screens for the common HTTP failures, ready to plug into a real deployment.

Where to find them: Pages → Error Pages. Routes: /error/404, /error/500, /error/503.

PageMeaningRoute
404Page not found/error/404
500Server error/error/500
503Service unavailable/error/503

How to use them: each offers a way back — a search of popular pages and links home. (The app also shows a not-found screen automatically for any unknown URL.)

What they are: three styles of cookie-consent UI so you can match your site's tone, plus a full preferences panel.

Where to find them: Pages → Cookies. Routes: /cookies/v1, /cookies/v2, /cookies/v3.

ScreenStyleRoute
v1Full-width consent bar/cookies/v1
v2Boxed corner banner/cookies/v2
v3Inline advanced panel with per-category toggles/cookies/v3

How to use them

  1. Accept, Decline, or Manage to open per-category preferences (Necessary is always on).
  2. On v1/v2 you can show the banner again to re-test the flow.
  3. Your choices are saved to your browser.

Tips

  • These pages are practical templates you can adapt — a real help centre, real invoices, real emails, real error pages, and a compliant consent flow.
  • Developers: the code-level reference for each of these pages lives in the developer documentation — start from the Getting Started guide.

Was this page helpful?