Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wowweb.app/llms.txt

Use this file to discover all available pages before exploring further.

Sometimes your site needs to store files (PDF catalogs, gallery images) or dynamic data (service bookings, event registrations, reviews). We have built-in storage and database. No setup, all out of the box.

Site files

Upload PDFs, presentations, images, videos, anything you need to show on the site.
  • Upload from admin or builder.
  • Each file gets its own public URL, link from your site.
  • Any format supported: PDF, ZIP, DOC, MP4, JPG, PNG.
  • Limit: 200 MB per project (expandable on request).

Your site’s database

If your site has forms (service booking, reservations, event registration, reviews), all data is auto-saved to a database. We create it as needed. You see this data in the admin, no setup required.

How to create a table

Just describe to the AI what you want to store.

Table reservations

“Make a table reservation form: name, phone, date, party size. Show entries in admin.”

Reviews with rating

“Add a reviews form with 1-5 star rating and text. Show approved reviews in the Reviews section.”

Event registration

“Make a workshop registration. Each entry: email and number of seats. When seats run out, button shows ‘Sold out, join waitlist’.”

Product catalog

“Add a product catalog with category filter. Each product: name, photo, price, description.”
The AI handles all the technical work: creates table, form, handler, and connects to admin. You don’t need SQL or programming knowledge.

What’s next

Admin panel

Where all database data is visible.

Leads and CRM

One of the common types of data in the database.

Secret keys

If you need to store API keys for external services.