A minimal marketing + docs site for Omnigent, built with Next.js (App Router).
This project uses Bun as its package manager and runner.
bun install
bun run dev # http://localhost:3000bun run build
bun run startNote: This will help maintain good developer hygiene
bun run lint
bun run strip-lock-proxy && bun run strip-lock-proxy:check
bun run lint:linksapp/page.js— homepage (hero, architecture, the three pillars, quick start).app/quickstart/*— six quickstart pages: installing, coding, custom-agent, policies, sandboxes, deploying.components/— nav, footer, copyable command, quickstart sidebar, icons, links.public/images/—architecture.png,sandbox.png,logo.png,hero.png.
Edit the GitHub / Discord / package links in components/links.js.
Push to a Git repo and import it into Vercel — it auto-detects Next.js, no configuration needed.