zylior
← Home

Documentation

Zylior is built to be wired up in an afternoon. This guide covers the full path: create your workspace, receive your real leads, measure intent, generate content and launch your newsletter. Everything described here actually exists in the product — nothing is “coming soon”.

1. Getting started

Create your account (free 14-day trial, no card), then add your first SaaS from the sidebar. Zylior immediately gives you two things: a lead ingestion URL and an HMAC secret unique to that product. A 5-step onboarding wizard guides you in-app.

2. Connect your leads (signed webhook)

Every form, signup or purchase in your SaaS can push a lead to Zylior. The request is HMAC-SHA256 signed over the raw body — nobody can inject fake leads.

POST https://zylior.com/api/ingest/your-saas
X-Growth-Signature: hex(hmac_sha256(secret, raw_body))

{"email":"lead@example.com","name":"Mary","source":"signup"}

Your payload fields don't match ours? Per-product lead mapping renames fields through configuration — zero code changes on your side.

3. The tracking pixel

One line on your site, and Zylior computes an intent score per visitor (pageviews, time spent, pricing visits):

<script src="https://zylior.com/js/track.js" data-key="pk_track_…" defer></script>

Each SaaS's public pk_track_… key is shown in Connections. Prerequisite: if your site serves a Content-Security-Policy, add https://zylior.com to script-src AND connect-src. Consent (EU audience): the pixel honors your banner — set window.__zy_track_consent = false until the visitor accepts, then window.__zy_track_consent = true; window.zyTrack && window.zyTrack.consentChanged() on acceptance. At signup/forms, call window.zyTrack.identify(email) to link the anonymous visitor to your lead.

Hot leads surface in the “Buying signals” tab, ready to be followed up with an AI pre-written message (real email, SMS/WhatsApp coming).

4. AI content

“Launch the week” generates 7 post drafts tailored to your marketing angles. Every piece is editable, schedulable on the calendar, and traceable (runs, costs). The engine runs on Claude once the API key is set in Settings.

5. Blog & newsletter (Growth section)

Write articles as typed blocks, publish them on your blog (full SEO: sitemap, hreflang, JSON-LD, 301/410 handled), then recycle them into a newsletter. Recurrence is automated but nothing ever goes out without your approval: Zylior prepares the draft, notifies you, you review and approve. Double opt-in, one-click unsubscribe (RFC 8058) and mandatory postal address — compliance lives in the product, not in a checklist.

6. Team & roles

Invite your team by link: owner, admin, member, viewer. Permissions are enforced server-side — a viewer can't break anything, only the owner approves sends and manages billing.

7. Security & data

100% parameterized SQL, secrets encrypted at rest (AES-256-GCM), signed webhooks, revocable sessions, rate limits everywhere. GDPR: full export and right-to-erasure, self-service. Your data stays yours — JSON export anytime.

In-app chatbot (feedback → leads)

From the Chatbot section of the dashboard: enable the widget for a SaaS (one click), paste the snippet before </body>, and tune the bot (name, welcome, colors, email capture, system prompt). Every conversation lands in your dashboard — with the visitor's email when provided.

Give feedback

A question, a bug, an idea? Click the bubble at the bottom right of any page — that's the Zylior chatbot. It collects your feedback (and answers when AI is on); the team reads every conversation.

FAQ

How long to connect a SaaS? 10-15 minutes: create the product, copy the URL + secret into your backend, send a test lead.

What if my SaaS has no backend? Use the pixel + manual lead creation, or a no-code connector that posts to the ingestion URL.

Can I try without connecting anything? Yes — the public demo runs on sample data, guided tour included.

Start the free trial