Docs
  1. v0.1.1

    Jun 2, 2026

    shipped

    Project namespaces for API keys.

    Group keys by project (production, ci, demo). Up to 25 active keys per account.

    • New GET /api/projects endpoint with per-namespace key counts and last-used timestamps.
    • /api/keys accepts project on POST, filters on GET.
    • /account/keys UI: tabs across projects, new-project modal, copy + revoke flow.
    • Sidebar shows shortened wallet address for Phantom sign-in users.
    • OAuth: Google, GitHub, Phantom (Solana SIWS) buttons live on the login card.
    • Rich decision render: stat cards, 5-step flow strip, Copy decision JSON.
  2. v0.1.0

    Jun 1, 2026

    beta

    Public beta.

    First public release. Hosted API plus account dashboard.

    • Landing page at nipcode.xyz.
    • Static docs at /docs (9 pages: overview, quickstart, API reference, agents, examples, sources, trust, architecture, security).
    • Account dashboard at /account with sidebar layout (search + API keys).
    • /api/search: fan-out across npm, PyPI, crates.io, GitHub.
    • /api/decision: LLM-ranked recommendation with structured trust blocks.
    • /api/inspect: single-record refresh with full trust factor breakdown.
    • /api/install-plan: install command with explicit approval boundary.
    • /api/auth + /api/auth/verify + /api/sign-out: Supabase email OTP flow.
    • Supabase schema: accounts, api_keys, waitlist_emails, api_usage. RLS on every table.
    • Trigger auto-mints primary API key on signup.
    • Rate limit: 60 requests per minute per key.
    • Sources added in same release window: Hugging Face Models, Docker Hub, MCP servers.
    • llms.txt + .well-known/nipcode.json for AI agent discovery.
    • MIT license, public repo, README, this changelog.
  3. v0.2

    planned

    next

    More sources, more depth.

    Broader registry coverage and a richer inspect endpoint.

    • JSR source resolver.
    • Go modules source resolver.
    • Maven Central, NuGet.
    • Per-key usage stats panel on /account/keys.
    • /api/archive/prepare preview endpoint.
    • Custom email template for OTP via Resend (replaces Supabase built-in SMTP).
  4. v0.3+

    later

    later

    Local CLI and sandbox.

    The actual local-execution surface that the hosted API does not provide.

    • nipcode CLI: deep-scan, sandbox-audit, sandbox-runtime.
    • Remote MCP endpoint (read-only).
    • Local MCP server bundled with CLI.
    • RubyGems, Packagist, Hugging Face Datasets, Homebrew.
    • Distributed rate limits with Supabase-backed shared buckets.

Source of truth: CHANGELOG.md on GitHub.