Skip to content

Releases: vincia-io/developer-kit

Developer Kit v0.4.0

23 May 11:00

Choose a tag to compare

First public release of the Vincia Developer Kit.

What's in v0.4.0

  • 8 worked examples spanning ALL 5 developer tiers — up from T0-only coverage in earlier internal versions.
  • 5 T1 connectors (one per capability):
    • examples/connector-stripe-payment/ — payment
    • examples/connector-s3-storage/ — storage
    • examples/connector-slack-notification/ — notification
    • examples/connector-google-auth-provider/ — auth-provider
    • examples/connector-sendgrid-mailbox/ — mailbox
  • T0 blueprintsblueprint-crm-lite (app starter), blueprint-invoicing + blueprint-support-tickets (modules).
  • T2 workflow-nodeworkflow-node-pdf-export.
  • T3 widgetwidget-stripe-checkout (form-aware + cross-tier connector call).
  • T4 solution-packsolution-pack-saas-billing (manifest-only bundle).
  • prompt-for-developer-llm.md — ~600 lines, RULES 1-22 covering the SDK surface, manifest schema, scope rules, and contract versioning.
  • Multi-client LLM adapter filesCLAUDE.md, AGENTS.md, .windsurfrules, .cursor/rules/vincia.mdc, .github/copilot-instructions.md. Drop into any LLM client — they all auto-load.

Get started

# 1. Use this repo as a template, OR clone clean with degit:
npx degit vincia-io/developer-kit my-plugin

# 2. Install the CLI:
curl -fsSL https://get.vincia.io/install | bash

# 3. Open in your LLM client and read docs/prompt-for-llm.md first.

See README.md for the full layout and the 5-tier authoring flow.