upflag
v0.1.2
Published
One-command monitoring for vibe-coded apps
Maintainers
Readme
upflag
One-command monitoring and error alerts for your app.
npx upflag initUpflag detects your project type, creates an uptime monitor, and injects a lightweight error tracking snippet -- all in under 60 seconds.
What it does
- Detects your framework -- Next.js, Vite, Astro, or plain HTML
- Creates an uptime monitor for your app URL
- Injects the error tracking snippet into the right file
When something breaks, you get a plain-English alert email: "Your /checkout page is broken. The payment form can't load." Not a stack trace.
Supported frameworks
- Next.js (App Router and Pages Router)
- Vite (React, Vue, Svelte)
- Astro
- Plain HTML / static sites
Usage
npx upflag initYou'll need an API key from upflag.io/dashboard/errors.
The CLI will:
- Ask for your API key
- Detect your app URL (from
.envfiles or prompt you) - Create a monitor
- Add the error tracking snippet to your project
Requirements
- Node.js 18+
- An Upflag account (upflag.io)
License
MIT
