Skip to main content
NOCK is up and running faster than you might expect. This guide walks you through creating your account, setting up a project, embedding the widget, and verifying everything works — from zero to live feedback collection in about five minutes.
1

Create your account

Go to nocknock.cloud and sign up with your email address. After confirming your email, you’ll land in the onboarding flow.
2

Create a workspace

A workspace is the top-level container for your team. Give it a name (e.g., your company or agency name) and continue. You can invite teammates later from the workspace settings.
3

Create a project

A project represents one website or web application. Give it a descriptive name — for example, “Marketing Site” or “App”. Each project gets its own widget token.
4

Copy the widget snippet

In your project’s Settings → Widget, you’ll find your personal script tag:
<script
  src="https://nocknock.cloud/widget/nock.js"
  data-token="YOUR_PROJECT_TOKEN"
  data-api-base="https://nocknock.cloud"
></script>
Copy the full snippet — your data-token is already pre-filled with your project’s token.
5

Add the snippet to your website

Paste the script tag just before the closing </body> tag in your HTML. On most frameworks and CMS platforms you can add it in the global layout or footer:
index.html
<!-- your page content -->
<script
  src="https://nocknock.cloud/widget/nock.js"
  data-token="YOUR_PROJECT_TOKEN"
  data-api-base="https://nocknock.cloud"
></script>
</body>
</html>
Use a global layout file so the widget appears on every page of your site automatically.
6

Send a test ticket

Open your website in the browser. You should see the NOCK feedback button in the corner of the page. Click it, fill in a short test message, and submit.Switch to the NOCK Dashboard and check the Tickets view — your test ticket should appear within a few seconds, complete with browser, OS, and page information.
7

Optional: Connect Linear

If your team uses Linear, you can forward tickets as Linear issues automatically. Head to Settings → Integrations → Linear and follow the connection guide.
8

Optional: Share the Customer Portal

Give stakeholders or clients a read-only link to view ticket status without dashboard access. Find the share link under Settings → Customer Portal or follow the Customer Portal guide.

What’s next

Configure the Widget

Change the widget position, colors, categories, and more.

Understand Tickets

Learn how to manage, filter, and resolve tickets in the Dashboard.

Connect Linear

Set up two-way sync with your Linear workspace.

Customer Portal

Let stakeholders track tickets without a NOCK account.