Framework

Feedback widget for Vue apps

There's no Vue-specific package, but the vanilla widget is framework-agnostic, call it once when your root component mounts.

Get your API key free

Setup steps

  1. 1

    Install: npm install @upstep/js

  2. 2

    In App.vue, call Upstep.init() inside onMounted so it only runs in the browser

Code

vue
<script setup>
import { onMounted } from "vue";
import Upstep from "@upstep/js";

onMounted(() => {
  Upstep.init({ apiKey: "upstep_xxx" });
});
</script>

While you're here: connect an AI agent

Every Upstep project ships a built-in MCP server. Once feedback starts flowing in from Vue.js, Claude Code, Cursor, or any MCP client can list it, triage it, and file Dev-only tasks, without leaving your editor.

See how the MCP server works

Start collecting feedback in Vue.js today

Free plan. No credit card. Your API key is ready the moment you sign up.

Get started free