-
Notifications
You must be signed in to change notification settings - Fork 0
Home

Linc is a Continuous Delivery platform designed for frontend applications. Linc provides shareable preview links for every commit, testing of any version with any environment as well as automatic releasing.
- Repository that can output FABs
FABs, or Frontend Application Bundles are a compile target for frontend applications.
FABs provide portability between various build toolchains like create-react-app, Gatsby and Next.js and runtime environments like AWS Lambda, CloudFlare Workers, NodeJS and more. FABs allow for decoupling of your code and your configuration. This allows you to run the same code against multple backends.
See the FAB docs for more info.
When you push changes to a Github repository configured to output a FAB, Linc automatically builds and tests your code, deploying a bundle to shareable preview links. Every bundle can be run against any backend environment. Commits to your release branch are automatically released. Linc also integrates with your Github Pull Requests, providing build status updates and instantly deployed copies of your frontend application talking to one or more backends.
- Setup - Configuring a repository to output FABs and generating preview links with Linc.
- Environments - Setting up environments so you can run any version of your code multiple backend environments.
- Releasing - Setting up deployment configuration to automatically release to a given runtime environment.