@veltdev/sdk 2.0.26 → 2.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -0
- package/package.json +1 -1
- package/velt.js +2 -2
package/README.md
CHANGED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Velt Collaboration SDK
|
|
2
|
+
|
|
3
|
+
<p>
|
|
4
|
+
<a href="https://npmjs.org/package/@veltdev/sdk">
|
|
5
|
+
<img src="https://img.shields.io/npm/v/@veltdev/sdk?style=flat&label=npm&color=09f" alt="NPM" />
|
|
6
|
+
</a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
With Velt SDK you can add powerful collaboration features to your product extremely fast.
|
|
10
|
+
|
|
11
|
+
The SDK provides **fullstack components**:
|
|
12
|
+
- UI and behavior are fully customizable to match your product's needs
|
|
13
|
+
- fully-managed on a scalable realtime backend
|
|
14
|
+
|
|
15
|
+
Features include:
|
|
16
|
+
* **Comments** like Figma, Frame.io, Google Docs, Sheets and more
|
|
17
|
+
* **Recording** like Loom (audio, video, screen)
|
|
18
|
+
* **Huddle** like Slack (audio, video, screensharing)
|
|
19
|
+
* In-app and off-app **notifications**
|
|
20
|
+
* **@mentions** and assignment
|
|
21
|
+
* **Presence**, **Cursors**, **Live Selection**
|
|
22
|
+
* **Live state sync** with Single Editor mode
|
|
23
|
+
* **Multiplayer editing** with conflict resolution
|
|
24
|
+
* **Follow mode** like Figma
|
|
25
|
+
* ... and so much more
|
|
26
|
+
|
|
27
|
+
## Installation
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
npm install @veltdev/sdk
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Documentation
|
|
34
|
+
|
|
35
|
+
- Read the [documentation](https://docs.velt.dev/get-started/overview) for guides and API references.
|
|
36
|
+
|
|
37
|
+
## Use cases
|
|
38
|
+
|
|
39
|
+
- Explore [use cases](https://velt.dev/use-case) to learn how collaboration could look like on your product.
|
|
40
|
+
- [Figma Template](https://www.figma.com/community/file/1402312407969730816/velt-collaboration-kit): To visualize what collaboration features could look like on your product.
|
|
41
|
+
|
|
42
|
+
## Releases
|
|
43
|
+
|
|
44
|
+
- See the [latest changes](https://docs.velt.dev/release-notes/).
|
|
45
|
+
|
|
46
|
+
## Security
|
|
47
|
+
- Velt is SOC2 Type 2 and HIPAA compliant. [Learn more](https://velt.dev/security)
|
|
48
|
+
|
|
49
|
+
## Community
|
|
50
|
+
|
|
51
|
+
- [X](https://x.com/veltjs): To receive updates, announcements,
|
|
52
|
+
and general Velt tips.
|
|
53
|
+
|
|
54
|
+
- [Discord](https://discord.gg/GupvcYH27h): To ask questions and share tips. (Less active).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|