Skip to main content

Introduction

Devotion is a hybrid fullstack framework that - for now - allows to build together a Go API, with maybe a React-based web client, and / or maybe a React Native-based Android / iOS app client.

So it basically helps developing and deploying this kind of setup:


Important info

Devotion is made to work on Unix-based dev environments.

warning

It might only partially work on Windows.


top


Components

Devotion can be seen as 1 tool - Aldev - and 5 libraries working together: Goald, GoaldR, GoaldN, CoreGO and CaroTS:

As we'll see later on

Aldev is our special tool that helps build, locally and remotely deploy, test, and maintain both the libraries and the apps using them.


top