Skip to content

devfolioco/tryouts-arnab-fullstack-2-landing

 
 

Repository files navigation

VIJ Landing

Marketing site for VIJ — a lightweight, open‑source production error monitoring platform for modern JS/TS apps.

What is VIJ?

  • vij-sdk: minimal, framework‑agnostic SDK for browser and Node.js. Captures errors, unhandled rejections, and custom logs with batching and rich metadata.
  • vij-admin: self‑hosted Next.js dashboard + ingestion API with charts, groups, and optional AI summaries.

Links

Develop locally

npm install
npm run dev
# open http://localhost:3000

Build & start

npm run build
npm run start

Deploy

Deploy to any Node host (e.g., Vercel). No special env vars required for the landing site.

Customize copy

  • Hero headline/CTA: components/hero.tsx
  • Header/nav links: components/header.tsx and components/mobile-menu.tsx

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.1%
  • CSS 15.3%
  • JavaScript 1.6%