← Home
Acknowledgements
vyds is built on the work of many open source projects. Thank you to their authors and maintainers.
Application framework
- Tauri2.xApache-2.0 / MITtauri.app
- tauri-plugin-positioner2.xApache-2.0 / MIT
- tauri-plugin-global-shortcut2.xApache-2.0 / MIT
- tauri-plugin-shell2.xApache-2.0 / MIT
- tauri-plugin-single-instance2.xApache-2.0 / MIT
- tauri-plugin-autostart2.5Apache-2.0 / MIT
- tauri-plugin-updater2.xApache-2.0 / MIT
- tauri-plugin-deep-link2.xApache-2.0 / MIT
Screen + audio capture
- screencapturekit-rs1.5MITmacOS ScreenCaptureKit bindings
- cpal0.15Apache-2.0cross-platform audio I/Ogithub.com/RustAudio/cpal
- windows-rs0.58MIT / Apache-2.0WinRT / Win32 bindings (Windows Graphics Capture)github.com/microsoft/windows-rs
Video processing
- FFmpeg via @ffmpeg/ffmpeg0.12.10GPL-2.0-or-laterWebAssembly build vendored in the Chrome extension and desktop editors for local trim/stitch editing with -c copy (no re-encoding); this build compiles x264/x265 in, so the effective license is GPL-2.0-or-laterffmpeg.org
- @ffmpeg/core0.12.6GPL-2.0-or-laterFFmpeg WASM coregithub.com/nicedoc/ffmpeg.wasm
- ffmpeg-static5.3.0GPL-3.0-or-laterstandalone FFmpeg binary used only on vyds servers for export processing; never distributed to your devicegithub.com/eugeneware/ffmpeg-static
Computer vision
- MediaPipe Tasks VisionApache-2.0selfie segmentation for camera background blurdevelopers.google.com/mediapipe
Web framework
- Next.js15.1MITnextjs.org
- React19.0MITreact.dev
- React DOM19.0MIT
- Tailwind CSS4.0MITtailwindcss.com
- @tailwindcss/typography0.5MITprose styling for blog content
Authentication + database
- @supabase/supabase-js2.47MITsupabase.com
- @supabase/ssr0.5MITserver-side auth helpers
- jose5.9MITJWT verification
Storage + payments
- @aws-sdk/client-s33.700Apache-2.0Cloudflare R2 (S3-compatible) client
- @aws-sdk/s3-request-presigner3.700Apache-2.0signed URL generation for video playback
- Stripe17.4MITbilling and subscription managementstripe.com
Content + email
- remark15.0MITMarkdown processing for blogremark.js.org
- remark-gfm4.0MITGitHub Flavored Markdown (tables, strikethrough)
- remark-html16.0MITMarkdown to HTML
- gray-matter4.0MITYAML frontmatter parsing
- Resend4.0MITtransactional email (waitlist confirmations)resend.com
Chrome extension
- Chrome Extension Manifest V3N/AChrome APIs for screen/tab/audio capturedeveloper.chrome.com/docs/extensions/mv3
- @ffmpeg/ffmpeg0.12.10GPL-2.0-or-latervendored WASM build for in-browser trim editing
- MediaPipe Tasks VisionApache-2.0vendored WASM build for camera background blur
macOS-specific (Rust)
- objc20.6MITObjective-C runtime bindings
- core-graphics0.24MIT / Apache-2.0Quartz / display enumeration
Networking + serialization (Rust)
- reqwest0.12MIT / Apache-2.0
- serde + serde_json1.xMIT / Apache-2.0
- url + urlencoding2.xMIT / Apache-2.0
- base640.22MIT / Apache-2.0
Utilities
- nanoid5.0MITshort unique IDs for video slugs
- recharts3.8MITadmin dashboard chartsrecharts.org
- chrono0.4MIT / Apache-2.0Rust datetime
- uuid1.xMIT / Apache-2.0Rust UUIDs
- dirs5.xMIT / Apache-2.0Rust platform directories
- open5.xMIT / Apache-2.0open URLs in default browser
- rfd0.15MITnative file dialogs
Typography
- OutfitSIL OFL 1.1primary brand font (web platform)fonts.google.com/specimen/Outfit
- Plus Jakarta SansSIL OFL 1.1desktop app UI fontfonts.google.com/specimen/Plus+Jakarta+Sans
- DM MonoSIL OFL 1.1monospace font (desktop app)fonts.google.com/specimen/DM+Mono
Icons
- FeatherMITindividual icon paths used in the product UIfeathericons.com
MIT License Copyright (c) 2013-2023 Cole Bemis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- LucideISCindividual icon paths used in the product UIlucide.dev
ISC License Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.