Add react components to any static page

No signup needed to try it out!
Insert different react components with conflicting library versions
Before: Static Site Code
This div will be replaced because its id is "root"
After: Smarketman Library Added
This div will be replaced because its id is "root"

Just the hostname (Example: smarketman.com or localhost:8000)

Import hundreds of npm packages. Bundle with your preferred version.

Package @ Version
*mandatory
*mandatory
*mandatory
*mandatory
*mandatory
*mandatory
*mandatory


          For example:
    
          const root = ReactDOM.createRoot(document.getElementById("root"));
          
          because your static site contains:
    
          <div id="root">
          This div will be replaced
          because its id is "root"
          </div>
        
        

Ideally at the bottom of your html

Copyright 2019