Skip to content

OpenComponents, serverless in the front-end world for painless micro-frontends delivery

License

Notifications You must be signed in to change notification settings

opencomponents/oc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f72e0e0 · Mar 4, 2025
Jul 29, 2024
Mar 4, 2025
Apr 8, 2024
Mar 1, 2025
Nov 9, 2018
Jan 3, 2024
Oct 15, 2021
Nov 15, 2023
Dec 20, 2022
Jul 29, 2024
Aug 14, 2021
Jan 12, 2023
Mar 4, 2025
Oct 12, 2021
Mar 25, 2019
Feb 4, 2022
Oct 12, 2021
Aug 5, 2024
Oct 12, 2021
Apr 11, 2024
Jan 30, 2018
Jan 26, 2018
Mar 4, 2025
Mar 4, 2025
Jan 3, 2024

Repository files navigation

oc

OpenComponents, serverless in the front-end world.

OpenComponents is an open-source framework that allows fast-moving teams to easily build and deploy front-end components. It abstracts away complicated infrastructure and leaves developers with very simple, but powerful building blocks that handle scale transparently.

How does it work?

First, you create your component. It can contain logic to get some data (using node.js) and then the view, including css and js. It can be what you want, including React or Angular components or whatever you like.

Then, you publish it to the OpenComponents registry and you wait a couple of seconds while the registry prepares your stuff to be production-ready.

Now, every web app in your private or public network can consume the component via its own HTTP endpoint during server-side rendering or just in the browser.

We have been using it for more than two years in production at OpenTable, for shared components, third party widgets, e-mails and more. Learn more about OC.

npm version node version Known Vulnerabilities downloads Join the chat at https://gitter.im/opentable/oc

Links

Requirements and build status

Disclaimer: This project is still under heavy development and the API is likely to change at any time. In case you would find any issues, check the troubleshooting page.

License

MIT