Releases: vincia-io/developer-kit
Releases · vincia-io/developer-kit
Developer Kit v0.4.0
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/— paymentexamples/connector-s3-storage/— storageexamples/connector-slack-notification/— notificationexamples/connector-google-auth-provider/— auth-providerexamples/connector-sendgrid-mailbox/— mailbox
- T0 blueprints —
blueprint-crm-lite(app starter),blueprint-invoicing+blueprint-support-tickets(modules). - T2 workflow-node —
workflow-node-pdf-export. - T3 widget —
widget-stripe-checkout(form-aware + cross-tier connector call). - T4 solution-pack —
solution-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 files —
CLAUDE.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.