webShare is a focused micro-framework designed to give developers full programmatic control over URL sharing and distribution. Rather than relying on third-party widgets or opaque sharing services, webShare enables you to define exactly how, when, and where content is shared, using clean, explicit APIs.
This framework is ideal for developers who want: * Controlled, programmatic URL sharing without external dependencies * Custom sharing workflows tailored to application logic * Clear separation between sharing behavior and presentation * Seamless integration with other Javaika Technologies frameworks
In this guide you'll learn how to: 1. Configure sharing endpoints and targets 2. Trigger and manage share actions programmatically 3. Integrate sharing logic with UI and application state 4. Build reliable, extensible sharing mechanisms without third-party lock-in
Whether you're distributing content, enabling collaboration, or building custom sharing experiences, webShare provids a clean, predictable foundation for URL sharing - putting you back in control of how your applications connect and communicate.
You can instantiate the framework by including the following in your html source.
<script type = "module" src = "https://www.javaika.com/frame/web-share/[version]/api.js"></script>
Replace '[version]' with the framework version you intend to use (i.e. 1.0.0).