---
title: Fliplet Developers documentation
description: "Reference and guides for extending Fliplet apps with the JS API, REST API, and custom components, themes, and menus."
type: tutorial
tags: [readme]
v3_relevant: true
deprecated: false
permalink: /
---
# Fliplet Developers documentation

Reference and guides for extending Fliplet apps with the JS API, REST API, and custom components, themes, and menus.

<section class="sides">
  <div>
    <h2>Customize your apps with our low code technologies</h2>
    <p>Welcome to the <strong>Fliplet developers documentation</strong> website. Here you can learn how to extend your Fliplet Apps, create new components, themes and menus.<br /><br />Start by having a look at our <a href="/API-Documentation">JS API</a> documentation to learn how to interact with our core framework and components to extend your apps.</p>
  </div>
  <div>
    <div class="img" style="background-image:url('/assets/img/code-review.svg')"></div>
  </div>
</section>

<section class="sides">
  <div class="alt">
    <div class="img" style="background-image:url('/assets/img/devices.svg')"></div>
  </div>
  <div class="alt">
    <h2>Write code that works on any device and platform</h2>
    <p>Fliplet allows you to code once and have your app fully function on <a href="https://help.fliplet.com/supported-devices-browsers/">all the platforms we support</a>, including <strong>iOS</strong>, <strong>Android</strong> and <strong>Web</strong>.<br /><br />Stop worrying about compatibility and let us do the heavy lifting for you. Just focus on coding!</p>
  </div>
</section>

<section class="sides">
  <div>
    <h2>Integrate with on-prem data</h2>
    <p>Use our open-source <a href="/Data-integration-service">Data Integration Service</a> software to fetch data from your on-prem infrastructure and integrate a secure login system to your apps using <a href="/API/integrations/sso-saml2">Single Sign-On with SAML2</a> or other identity providers. The choice is yours!</p>
  </div>
  <div>
    <div class="img" style="background-image:url('/assets/img/forms.svg')"></div>
  </div>
</section>

<section class="sides">
  <div class="alt">
    <div class="img" style="background-image:url('/assets/img/workflow.svg')"></div>
  </div>
  <div class="alt">
    <h2>Create complex workflows</h2>
    <p>Start with a simple proof-of-concept, then start leveraging our technology to virtually built anything else!<br /><br />We have a <a href="/API-Documentation">JS API</a> for any occasion, give it a read and find out how easy is to get started.</p>
  </div>
</section>

---



{% raw %}
<section class="blocks">
  <a class="bl two" href="/API-Documentation">
    <div>
      <i class="fas fa-code"></i>
      <h4>JavaScript API Documentation</h4>
      <p>Learn how to use our SDK and enrich apps within seconds.</p>
    </div>
  </a>
  <a class="bl two" href="/REST-API-Documentation">
    <div>
      <i class="fas fa-bezier-curve"></i>
      <h4>REST API Documentation</h4>
      <p>Integrate your backend with our easy-to-use RESTful APIs.</p>
    </div>
  </a>
</section>
{% endraw %}

To get a brief introduction to the technologies we use and the stack of the platform, we recommend having a quick read at the **[Introduction to the platform](Introduction)** page of the documentation.

---

### Upcoming and newly released features

Here's a short list of requested features that are coming up on our platform in the near future or have just been released.

<section class="blocks alt">
  <a class="bl two" href="/API/core/app-actions">
    <div>
      <span class="pin">Available to all customers</span>
      <h4>App Actions</h4>
      <p>Learn how App Actions allow you to define scheduled automations for your app screens.</p>
      <button>Browse documentation &rarr;</button>
    </div>
  </a>
  <a class="bl two" href="/API/core/ai">
    <div>
      <span class="pin">Open beta</span>
      <h4>AI</h4>
      <p>Learn how to use and integrate AI (Artificial Intellicence) capabilities to your apps.</p>
      <button>Browse documentation &rarr;</button>
    </div>
  </a>
</section>

<style type="text/css">#toc { display: none; }</script>
