π₯³Welcome to Frigg!
Developing integrations as easy as `npm install`
Welcome to Frigg Framework Documentation. Frigg is an open source serverless framework for developing integrations at scale. This documentation will help you get started with Frigg, understand its core concepts, and contribute effectively.
"TLDR, let me get my hands into the code!" ~ You, maybe
Sure, we hear you. Check out our Quick Start tutorial.
For our thorough readers, read on!
Integrations shouldn't be that hard to build and maintain...
Frigg was built with the core principles that user-facing self-serve software integrations should be:
Easy to Develop
Inexpensive to run
Modular and Extensible
Easy to Scale
Easy to maintain
This is our answer to the question "hasn't this already been done before?"
Modern stack; easy to understand; fast to develop and deploy; comprehensive enough to cover any use case; fully open source. Interoperability, the way it should be.
Navigating the Docs
These docs should be your go-to resource for all things Frigg related. Secondary are GitHub READMEs and Slack community channels.
We are attempting to embrace a DiΓ‘taxis approach to documenting Frigg. Any recommendations are welcome!
In general, there are four main areas of the docs, and four supplemental sections
Main Documentation Areas

Hands-on activities to learn how to use Frigg, and how to think about and build high quality integrations.

In-depth directions for achieving different integration goals with Frigg, both general and on specific app/integration marketplaces.

Technical definitions for all things Frigg. Classes, Objects, Methods, APIs, and more

Here you'll find our thought processes for building Frigg the way we have, and for how we think about integration development
Supplemental Documentation Areas

π API Modules
Documentation for each API module published in Frigg's main library.

π€ Contributing
All things contributing to Frigg from as little as a typo-fixer to as deep as a core maintainer.

π Support
Notes about how to get support

πΊοΈ Roadmap
The short, medium, and long term features and opportunities roadmap for Frigg
Before you go any further, some quick FAQs
Frigg Explained to Developers
Frigg is the framework you would have built to develop integrations, if you had unlimited resources and time. The added difference is the promise of Open Source-- i.e. a community of developers collaborating to solve the same core set of problems over and over again. This is something you could never do internally.
The Frigg Framework is an opinionated set of development tools, modules, classes, and plugins built with modern software development teams in mind. Frigg will have you up and running out-of-the-box with a flexible set of tools to help rapidly add integrations that your end users can self-serve.
Frigg handles integration listing, authentication, and configuration out-of-the-box, built on a scalable serverless architecture. It includes a growing library of prebuilt API Modules to greatly reduce time to "wow." Along with the core "out of the box" features, the framework contains primitives to help address and flex to any use case.
A Note on Basic Architecture
A Frigg Application is predominantly a backend microservice, with an optional frontend. Most Frigg adopters already have an existing frontend UI built using a framework of their choice, or will bake integration UX into their product's core code. Frigg ships with a simple library of components to get you started quickly. See more details about frontend options here.
In the backend, Frigg is based on the serverless.com framework. This key piece of technology and the underlying compute/architecture under the hood provides a number of advantages:
Infrastructure-as-Code- The need to manually configure resources on the host provider is greatly reduced
Deployable to your favorite host- AWS, GCP, Azure, any a list of many more are available
Horizontal Scalability
Pay as you go
Last updated
Was this helpful?