unicodeveloper / unicodeveloper/awesome-nextjs

Add BlackVault — Proxy gateway for AI API keys

Open
#335 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
11.1k
Forks
1.2k
Avg merge
1d 5h
Merged PRs (30d)
6

Description

BlackVault — Proxy gateway for AI API keys

GitHub: https://github.com/venkat22022202/black-vault
Live Demo: https://black-vault-murex.vercel.app
License: MIT

What it does

When you share an API key with an AI agent, you cannot revoke just that agent access without rotating the key. BlackVault fixes this with a proxy layer:

Agent → BlackVault (proxy token) → OpenAI/Anthropic/Google (real key)

The agent never sees the real API key. Kill the proxy token = instant 401.

Features
  • AES-256-GCM encrypted vault with per-user derived keys
  • Proxy gateway with full SSE streaming (OpenAI, Anthropic, Google AI)
  • Instant kill switch — revoke per-session, per-key, or everything
  • Per-session cost tracking with model-level accuracy
  • Activity audit trail
  • Self-hostable, open source, free
Tech Stack

Next.js 16 · React 19 · TypeScript · tRPC 11 · Drizzle ORM · Neon Postgres · Upstash Redis · Clerk Auth · Tailwind v4

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the repository's curated Next.js list and review its contribution format, then inspect the BlackVault GitHub and live demo linked in the issue. Done means adding BlackVault in the appropriate list section with the supplied project details and links while matching the repository's existing entry style.

Written by the indexing model from the issue text.

Assessment

Tech stack
next.js, postgresql, react, redis, tailwindcss, typescript
Domain
content, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.