Introduction

import { Callout, Card, Cards, Steps } from 'nextra/components';
import Link from 'next/link';

# Oolio

Hi there, Welcome to the home of Oolio developers.
Here you will find resources to help you build your application for hospitality using Oolio platform APIs.

## Explore

<Cards>
  <Card title="Docs" href="./concepts/overview" />
  <Card title="API Reference" href="https://docs.oolio.dev/sso/api-reference" />
</Cards>

## Getting started

<Steps>

### Signup

You can start by clicking the link: [Signup](https://oolio.dev/sso/signup)\
_Once signed up, you will be navigated to the portal home page_

### Create an Application

To develop using Oolio platform API you must register an application in Oolio developer portal.

<Callout type="warning" emoji="🚧">
Our developer portal is under construction.
Please reach out to one of our senior engineers to help you register your app.
</Callout>

### Install SDK

Use our SDK to start using Oolio platform APIs. _You can read our API reference to understand available APIs_

<Cards>
  <Card title="TypeScript" href="/sdk/introduction" />
  <Card title="Go" href="/sdk/introduction" />
</Cards>

### Start Developing

Explore our API reference and guides to start developing your application.

</Steps>