// 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.
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.
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.
<script src="https://cdn.oneclik.app/v1.js"></script>
<script>
OneClik.init({ projectId: "prj_your_project_id" });
</script>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.
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.
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.