// getting started

Quick start

From sign-up to your first fully-triaged ticket in under five minutes. This guide gets the Web Widget live in your app; the integration guides route the output to where your team works.

1

Create your OneClik account and project

Sign up at portal.oneclik.app and create a project for your app. Each project gets its own project ID, its own capture stream, and its own integration routing — one per product is the norm.

2

Copy your embed snippet

From Project → Settings → Installation, copy the embed snippet. It contains your public project ID and is safe to ship in client-side code.

index.html
<script src="https://cdn.oneclik.app/v1.js"></script>
<script>
  OneClik.init({ projectId: "prj_your_project_id" });
</script>
3

Paste it into your app

Drop the snippet in the <head> of your app — or in your root layout if you use React, Vue, Svelte, or any framework with a shared shell. The launcher appears as a floating button, white-labelled to your brand.

No rebuilds, no backend changes, no permissions to configure. If your site loads the script, the widget works.
4

Send a test capture

Click the launcher, pick a capture type (bug, idea, or feedback), and submit. Within seconds the capture lands in your OneClik dashboard with the screenshot, console log, network status, environment, and an AI-drafted title and summary.

5

Route it where your team works

Connect Jira, Slack, or Linear from Project → Integrations so every capture arrives as a ready-to-triage ticket in the tool your team already uses.

Next upWeb Widget setup
© 2026 Oneclik. All rights reserved.