Features Update & Integrations Section Design
Features Update & Integrations Section Design
Summary
Update the landing page features section with 5 new features (Webhooks, AI Assistant, Ticket Drops, Hidden Tickets, Performer Lineups), reorganize into 5 categories, add a new Integrations section to the homepage, enhance the AI Assistant section, and refresh the homepage feature grid to lead with differentiators.
Decisions
- Category structure: 5 categories (Shop & Payments, Tickets & Access, Event Management, Automation & Integrations, Security & Compliance)
- Integrations positioning: “Integrate with your favorite tools” — match Weeztix energy, show popular app logos, webhook-powered
- Homepage strategy: AI-First — expand AI section as centerpiece, add dedicated Integrations section, refresh feature grid with new differentiators
- Homepage grid: Lead with Ticket Drops, Hidden Tickets, Performer Lineups; keep Stripe & PayPal, Sales Dashboard, Front-Desk Scanner
Changes
1. Enhanced AI Assistant Section (Homepage)
Update _includes/ai-assistant.html and strings:
- New subtitle: “Create events, manage tickets, launch drops, connect tools — all from a simple chat. 15 specialized tools at your fingertips.”
- Expand from 4 to 6 bullet points:
- Create events and ticket types in seconds
- Generate professional event descriptions
- Schedule ticket drops with countdowns (NEW)
- Create hidden tickets with secret links (NEW)
- Get instant answers about your sales and data
- Works in German and English
2. NEW Integrations Section (Homepage)
New file _includes/integrations.html + _sass/_integrations.scss:
- Floating app logos: Zapier, Make, n8n, Slack, Mailchimp, Google Sheets
- Headline: “Integrate with your favorite tools”
- Subtitle: “Connect Usetix to thousands of apps with webhooks. Automate workflows with Zapier, Make, n8n, and more.”
- Placed between AI Assistant and Features Grid in homepage flow
3. Refreshed Homepage Feature Grid (6 cards)
Update _includes/features-grid.html:
- Ticket Drops (NEW) — calendar-days icon
- Hidden Tickets (NEW) — lock-closed icon
- Performer Lineups (NEW) — users icon
- Stripe & PayPal — credit-card icon
- Sales Dashboard — chart-bar-square icon
- Front-Desk Scanner — qr-code icon
4. Features Page — 5 Categories, 23 Features
Update features.html and de/funktionen.html:
Shop & Payments (shop_payments):
- Complete Ticketing Shop (shopping-cart)
- Custom Domain (globe-alt)
- Stripe & PayPal (credit-card)
- Digital Wallets (device-phone-mobile)
Tickets & Access (tickets_access):
- Flexible Ticket Types (ticket)
- Ticket Drops (calendar-days) — NEW
- Hidden Tickets (lock-closed) — NEW
- Stock Management (cube)
- PDF Tickets (document-text)
Event Management (event_management):
- Sales Dashboard (chart-bar-square)
- Easy Refunds (banknotes)
- Front-Desk Scanner (qr-code)
- Performer Lineups (users) — NEW
Automation & Integrations (automation):
- AI Assistant (sparkles) — NEW
- Webhooks (arrow-path) — NEW
- Integrations (puzzle-piece) — NEW
Security & Compliance (security_compliance):
- GDPR Compliant (shield-check)
- 2FA Security (lock-closed)
- Multi-Language (language)
- VAT Compliant (clipboard-document-check)
5. New Feature Copy (English)
ticket_drops: “Ticket Drops” — “Schedule ticket sales with a countdown page. Build hype, go live automatically, and create urgency.” hidden_tickets: “Hidden Tickets” — “Sell exclusive tickets via secret link. Perfect for VIP access, early bird offers, or friends & family.” performer_lineups: “Performer Lineups” — “Showcase your artists with photos, social links, and timeslots. Assign headliners, support acts, and guests.” webhooks: “Webhooks” — “Get real-time notifications for orders, refunds, and event changes. Build custom automations.” integrations: “Integrations” — “Connect to thousands of apps through Zapier, Make, n8n, and more. Automate your workflow.” ai_assistant (features page): “AI Assistant” — “Create events, manage tickets, and get sales insights — all from a simple chat. 15 specialized tools.”
6. New Feature Copy (German)
ticket_drops: “Ticket Drops” — “Plane Ticketverkäufe mit Countdown-Seite. Erzeuge Spannung und starte automatisch zum geplanten Zeitpunkt.” hidden_tickets: “Versteckte Tickets” — “Verkaufe exklusive Tickets über einen geheimen Link. Ideal für VIP-Zugang, Frühbucher oder Friends & Family.” performer_lineups: “Künstler-Lineups” — “Präsentiere Deine Künstler mit Fotos, Social-Media-Links und Zeitslots. Headliner, Support und Gäste.” webhooks: “Webhooks” — “Erhalte Echtzeit-Benachrichtigungen bei Bestellungen, Erstattungen und Event-Änderungen. Baue eigene Automatisierungen.” integrations: “Integrationen” — “Verbinde Dich mit tausenden Apps über Zapier, Make, n8n und mehr. Automatisiere Deinen Workflow.” ai_assistant (features page): “KI-Assistent” — “Erstelle Events, verwalte Tickets und erhalte Verkaufseinblicke — alles über einen einfachen Chat. 15 spezialisierte Tools.”
7. Homepage Section Order
index.html / de/index.html:
hero
product-showcase
ai-assistant (ENHANCED)
integrations (NEW)
features-grid (REFRESHED)
social-proof
recent-updates
pricing-highlight
cta-section
Files to Change
| File | Action |
|---|---|
_data/strings.yml |
Add new feature strings, categories, integrations section |
_data/strings_de.yml |
German translations for all new content |
_data/features.yml |
New categories, new features, new homepage 6 |
_includes/integrations.html |
NEW — integrations section |
_includes/ai-assistant.html |
Expand to 6 bullet points |
_includes/features-grid.html |
Swap to new homepage 6 |
index.html |
Add integrations include |
de/index.html |
Add integrations include |
features.html |
5 categories with new features |
de/funktionen.html |
5 categories with new features (German) |
_sass/_integrations.scss |
NEW — integrations section styling |
_sass/main.scss |
Import new integrations partial |