Seed Data
Pre-populated test data available in the staging environment for development and testing.
Staging Environment
The staging environment is pre-seeded with pages, templates, themes, and sample data. Use the test credentials from the Authentication guide to access this data.
Demo Tenant
| Field | Value |
|---|---|
| Tenant ID | a0000001-0000-0000-0000-000000000001 |
| System Tenant ID | 00000000-0000-0000-0000-000000000000 |
Test Credentials
| Role | Password | Notes | |
|---|---|---|---|
| Developer | dev@eventzr.com | Password123! | Full CRUD access, Pro tier |
| Admin | admin@eventzr.com | Password123! | Full admin access, template/theme management |
| Organizer | organizer@eventzr.com | Password123! | Page creation, publishing, A/B tests |
Seeded Data
The following data is pre-seeded in the staging database for the demo tenant.
| Entity | Count | Description |
|---|---|---|
pages | 5 | Sample landing pages (draft, published, archived) |
templates | 12 | Marketplace templates across categories |
themes | 4 | Design themes with color tokens |
sections | 20+ | Page sections (hero, features, pricing, FAQ, etc.) |
ab_tests | 2 | Sample A/B tests with variants |
Quick Access
List all pagesbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/webify/v1/pages" \
-H "Authorization: Bearer $TOKEN" \
-H "x-tenant-id: a0000001-0000-0000-0000-000000000001"List marketplace templatesbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/webify/v1/templates" \
-H "Authorization: Bearer $TOKEN" \
-H "x-tenant-id: a0000001-0000-0000-0000-000000000001"List themesbash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/webify/v1/themes" \
-H "Authorization: Bearer $TOKEN" \
-H "x-tenant-id: a0000001-0000-0000-0000-000000000001"Health check (no auth needed)bash
curl -X GET "https://535ubezkse.execute-api.us-east-1.amazonaws.com/webify/v1/_internal/healthz"Subscription Tiers
Webify features vary by subscription tier. The service enforces these limits.
| Tier | Pages | Templates | Custom Domains | A/B Tests | AI Builder |
|---|---|---|---|---|---|
| Base (Free) | 3 | Free only | 0 | 0 | No |
| Student | 5 | Free only | 0 | 0 | No |
| Startup | 10 | Paid + Free | 1 | 1 | Limited |
| Pro | 50 | All | 5 | 5 | Yes |
| Enterprise | Unlimited | All + White-Label | Unlimited | Unlimited | Full + ZAR |