Javaika
Javaika Technologies:

Lightweight platform for web developers.

Skip the bloat, build on clean infrastruture.

Modular decentralised web frameworks.

JT - "Just Works"

User Guide - Web Share

1. Framework Introduction

Web Share 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, Web Share 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, Web Share provids a clean, predictable foundation for URL sharing - putting you back in control of how your applications connect and communicate.

2. Framework Instantiation

You can instantiate the framework by including the following in your html source.


                
                <!-- JT Framework (CDN-delivered). Use @version in the URL. Not installed via npm. -->
                
                <script type = "module" src = "https://www.javaika.com/frame/web-share@1.0.0/api.js"></script>
                
            

This guide uses the latest stable release of Web Share (1.0.0 at the time of publishing). You can use a specific version of the framework by replacing the version number in the above URL.