V-/Srcv0.1.0beta
// public beta
The optics engine and all 19 components work today, but this is v0.1.0: the component APIs may still change before 1.0, and rough edges remain. We're actively improving it — if something breaks or feels off, an issue on GitHub is the fastest way to get it fixed.
// browser support
Every panel exposes its active mode as data-vsrc-glass — inspect any surface to see exactly what it did.
// privacy
Nothing, essentially. This is a static site with no backend, no database, and no account system. There are no analytics, advertising, or tracking cookies — we add none. The only thing stored is your light/dark theme choice, kept in your browser's localStorage, which never leaves your device.
Fonts are self-hosted at build time, so the page makes no third-party font requests while you browse. The site is hosted on Vercel, whose platform may keep standard server logs (such as IP address and request time) for delivery and security; that is outside our control and covered by Vercel's own policy.
The components you install run entirely inside your own project. The optics engine makes no network calls — it only reads the DOM and draws to a canvas.
// about & contact
vsrc is designed and built by Karthickrajan Somasundaram. It's open source under the MIT license — both the engine and the registry. Contributions, bug reports, and feedback are all welcome while it's in beta.