Cirro Guides

Cirro is (more than a) backend as a service. It provides everything you need to build a Crowd based platform, from user management to payments.

reward.rb
reward.go
1require "cirro-ruby-client"
2
3client = CirroIOV2::Client.new(...)
4client.GigResult.create(
5  user_id: 234,
6  title: "Trees planted on 05/12/2023",
7  description: "Thank you for planting a tree!",
8  quantity: 3,
9  delivery_date: "2023-05-12"
10)

Introduction

Getting Started

Learn how Cirro bootstraps your Crowd business by providing production ready functionality out of the box:

Authentication

Authenticate your users - Clients and Workers - and build your Crowd.

Gigs & Invitations

Create Gigs and let Cirro find Workers to invite.

Results & Rewards

A toggle to show a switch.


Support

We are here to help. If you have any questions or issues please don't hesitate to reach out to us via email.

Status

Please be aware that the Guides are still in development. If you find any issues or have any questions, please open an issue on GitHub.


Change Log

Latest changes to the Cirro Guides:

  • May 16, 2023 - Setting up the Cirro Guides.