| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Agent orchestration for production AI workflows. An offspring of Hyperdrift.
pnpm install
pnpm dev # http://localhost:3105
pnpm test # vitest (schema + API route)
pnpm typecheck
pnpm build
pnpm start # serves the production build on port 3005| Environment | Port | URL |
|---|---|---|
| Production | 3005 | https://ai.hyperdrift.io |
| Development | 3105 | http://localhost:3105 |
Convention: prod_port + 100 = dev_port (see infra/PORTS.md).
See .env.example. The contact form needs RESEND_API_KEY, CONTACT_TO_EMAIL, CONTACT_FROM_EMAIL. No analytics wiring in the MVP — we add measurement when there is something signal-shaped to measure.
Hyperdrift self-hosts on a Hostinger VPS. There is no Vercel / Netlify / managed Next.js host in the stack.
To register a new env var or change port behaviour, edit infra/group_vars/apps.yml in the hyperdrift-infra repo and run the deploy from there.
Semantic CSS only — no Tailwind, no CSS-in-JS. The system is described in src/app/globals.css:
This is an independent git repository under the hyperdrift-io GitHub organisation, federated via meta/mani.yaml in the parent Hyperdrift monorepo. Remote: git@github.com:hyperdrift-io/orchestra.git (to be created at launch time).
| Back | FazBrowse Home | New Git URL |