Build, re(use), and share your own Webcrumbs Plugins β compatible with any site, any stack. π Star to support our work!
Looking for Frontend AI? It's right here!
π We're live β star the repo and jump to the How it works section below to start using it!
We're on a mission to make web development feel like assembling Lego blocks everywhere. Webcrumbs is building the first open plugin ecosystem compatible with any framework, site builder, or next-gen code tool β from React, Angular, Next.js, and Svelte to WordPress, Shopify, Framer, Lovable, V0.dev, Bolt.new, and more. Developers and non-developers alike can build and reuse components easily via our visual Frontend AI generator, embed them with our open source, and grow with a community-driven ecosystem.
See how easy it is to embed Webcrumbs Plugins β tutorials for each platform:
Weβre live and your support means the world! β Star us on GitHub to keep the momentum going.
This open source tool lets you publish UI components and paste them into anything β HTML, React, Framer, Shopify, WordPress, whatever. Built it once. Embed it anywhere. Check it out β github.com/webcrumbs-community/webcrumbs
<webcrumbs-plugin uri="https://plugins.webcrumbs.dev/demo-component/"></webcrumbs-plugin>
<script src="https://cdn.webcrumbs.dev/@latest"></script>
* Just swap demo-component
with your plugin's name.
Want it to load even faster? Add this to your <head>
:
<link rel="preload" as="style" href="https://plugins.webcrumbs.dev/demo-component/style.css">
<link rel="preload" as="script" crossorigin="anonymous" href="https://plugins.webcrumbs.dev/demo-component/bundle.js">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined"/>
* Same thing here β replace demo-component
with your actual plugin name and check the pluginβs style.css
to get the actual fonts being used.
See an example here
Prefer to self-host? Totally fine! Just make sure your bundle.js
and style.css
are publicly available at your chosen uri
.
This project operates under the AGPL-3.0 Open Source License and is a community-driven endeavor.
Made with β€οΈ by the Webcrumbs Team.