Quick Start: Create an Account & Send Your First Events

Register, create a project, grab your API key, and send your first events to Teclaz in minutes.

Step 1

Create your account

From the homepage, click Sign Up Free, enter your email and password, then click Register.

Homepage with Sign Up Register form
Step 2

Verify your email & sign in

Check your inbox for a verification email from Teclaz. Click the link, then return and sign in.

Verification reminder Verified state
Step 3

Create a project

In the dashboard, go to Projects → New Project, give it a name (e.g., “Website”), and save.

Create project
Step 4

Copy your API key

Open the project settings and copy the Public API Key. You’ll use this in your client code.

Project API key API key highlighted
Step 5

Add the Teclaz snippet to your site

Copy this code into the <head> section of your website. Replace the content value with your project’s API key.

<script src="https://www.teclaz.com/static/js/track.js"></script>
<meta name="teclaz:api_key" content="YOUR_API_KEY_HERE">
<script>
  window.teclazTrack("page_view", {
    name: "Home page",
    description: "Home page loaded"
  });
</script>

This sends a page_view event every time your homepage loads. You can change the event name and properties to track different actions.

Step 6

Verify events in the dashboard

Go to Analytics → Live Events to see your page view events in real time.

Live events view