Vox
Vox
Sign UpIntroductionGetting StartedFrontend

Frontend

Add Vox to your frontend.

To send feedback to Vox you need to use our feedback client function. It works with any Javascript framework. We recommend using an AI agent to build your frontend.

// src/routes/api/feedback.ts

import { feedback } from "voxjs/client";

await feedback("This is great!");

Getting Started

Start collecting user feedback in minutes.

Astro

Add Vox to your Astro project.