Start here

Quickstart

From zero to your first Seena session in about five minutes — sign up, add a site, paste the script, and confirm.

This page walks you from a brand-new account to a working Seena install and your first session. Budget about five minutes.

1. Sign up

Go to app.seenalabs.io to sign up. New accounts come with starter usage — more than enough to finish this quickstart. See Sign up if you're joining a workspace instead.

2. Create your first site

After a quick onboarding, you'll be prompted to add the details of your site. Enter the website's name and URL and hit continue. Seena will visit your site to understand it.

Seena will generate a description of your site, it is important that you review and adjust the description to help Seena understand your site. This understanding helps Seena generate better insights for you and ask your users better questions.

3. Install the widget

In the site's settings you'll see a snippet that looks like this:

<script
  src="https://app.seenalabs.io/widget/seena.js"
  data-site-id="YOUR_SITE_ID"
  async
></script>

Drop it into the <head> of every page — or just the layout file your framework renders into every page. On a static HTML site, that's literally a copy-paste into one file. On Next.js, React, and other frameworks, see the installer guides.

4. Confirm the dot is live

Visit your site to start streaming data to Seena. If you stay on this page waiting for data:

  • Check the browser console for errors.
  • Make sure the data-site-id matches the ID in your dashboard.

5. Watch your first session

Back in the dashboard, go to Sessions. Within a minute of a real visitor loading the site, you'll see a session row appear with whatever they did.

What to read next