Velt
Official@velt-js · United States of America
With Velt SDK you can add powerful collaboration features to your product extremely fast.
Agent Skills by Velt
Showing 18 vetted skills indexed across 1 GitHub repositories.
velt-approval-engine-best-practices
Implement Velt Approval Engine workflows with REST endpoints, quorum groups, and signed webhooks.
velt-rest-apis-best-practices
Implement Velt REST API v2 calls, JWT authentication, and webhook handling server-side.
yjs-best-practices
Implement real-time collaborative editing with Yjs CRDTs, providers, and editor bindings.
velt-view-analytics-best-practices
Implement Velt View Analytics badges, view-count hooks, and wireframe customizations.
velt-notifications-best-practices
Implements Velt notification panels, delivery channels, and preference management in React applications.
velt-suggestions-best-practices
Implement Velt Suggestions propose-then-review editing workflows in React and Next.js applications.
velt-presence-best-practices
Implement Velt user presence avatars, status indicators, and cursor tracking in React applications.
velt-chat-sdk-adapter-best-practices
Implement server-side bots that respond to mentions in Velt comment threads via webhooks.
velt-cursors-best-practices
Implement real-time collaborative cursor tracking with the Velt SDK in React and web applications.
velt-live-state-sync-best-practices
Implement real-time shared state synchronization in React apps using Velt Live State Sync APIs.
velt-proxy-server-best-practices
Configure reverse proxies routing Velt SDK traffic through nginx or Cloudflare Workers.
velt-setup-best-practices
Configures Velt collaboration SDK installation, authentication, and document initialization across web frameworks.
velt-activity-best-practices
Implement Velt Activity Logs with real-time feeds, custom events, and audit trails.
velt-single-editor-mode-best-practices
Implements Velt Single Editor Mode with exclusive editing, access requests, and element sync control.
velt-comments-best-practices
Implements Velt collaborative comments in React and Next.js applications with evidence-backed patterns.
velt-rewriter-best-practices
Implement the Velt Rewriter pipeline for AI text rewrites and anchored comments.
velt-crdt-best-practices
Implements real-time collaborative editing with Velt CRDT stores and Yjs editor integrations.
velt-self-hosting-data-best-practices
Implement self-hosted storage of Velt collaboration data on your own infrastructure.
Frequently Asked Questions About Velt
FAQPage SchemaWhat tasks can I implement using Velt's skills?▼
You can add collaborative comments, presence avatars, live cursors, audio/video huddles, screen and audio recording, notifications, activity logs, suggestion mode, AI text rewriting, view analytics, Yjs CRDT editing, live state sync, single editor mode, and multi-step approval workflows to web applications.
Who are Velt's skills designed for?▼
Frontend and full-stack engineers building React, Next.js, Angular, Vue, or HTML applications, plus Node.js/TypeScript backend developers integrating Velt REST API v2, generating JWT auth tokens, handling webhooks, or configuring MongoDB and AWS S3 self-hosted storage.
How do I set up and run Velt in my application?▼
Install the Velt SDK, configure VeltProvider with an authProvider issuing JWT tokens, initialize documents via setDocuments, then drop in feature components like VeltComments or VeltHuddle. Server-side work uses @veltdev/node with VELT_API_KEY and VELT_AUTH_TOKEN environment variables.
What license and cost apply to Velt's skills?▼
All 24 skills in the manifest are published under the MIT open-source license. The skills themselves are free to use; they document integration patterns for the Velt collaboration SDK, which is a commercial hosted service with optional self-hosting.
What prerequisites and dependencies do Velt skills require?▼
A Velt API key, a supported frontend framework (React, Next.js, Angular, Vue, or plain HTML), and JWT token generation for user authentication. Self-hosting requires MongoDB and AWS S3; proxy setups use nginx or Cloudflare Workers with CSP whitelisting.