Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.2 KB

File metadata and controls

27 lines (17 loc) · 1.2 KB

Novyx Vault

Stack

Next.js 16 + React 19 + TypeScript + Tailwind CSS 4. Supabase for auth and Postgres.

Deploy

Git push to main triggers Vercel auto-deploy (region: iad1).

Auth

Supabase handles auth. OAuth callback at /api/auth/callback. Server-side sign-out at /api/auth/signout. Password reset flow: /forgot-password → email → /auth/confirm?type=recovery → /reset-password.

Storage

STORAGE_MODE=supabase for cloud. Unset for local filesystem (~/SecondBrain/).

Novyx Integration

Uses Novyx SDK for persistent AI memory. Pro-gated features: Graph, Insights, Replay, Audit.

Open Source

This repo is being prepared for open source. Frame it as a reference implementation for building on Novyx, not just a notes app.

gstack (Claude Code Skills)

Use the /browse skill from gstack for all web browsing. Never use mcp__claude-in-chrome__* tools.

Available skills: /plan-ceo-review, /plan-eng-review, /plan-design-review, /design-consultation, /review, /ship, /browse, /qa, /qa-only, /qa-design-review, /setup-browser-cookies, /retro, /document-release

If gstack skills aren't working, run cd .claude/skills/gstack && ./setup to build the binary and register skills.