Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.microapp.io/llms.txt

Use this file to discover all available pages before exploring further.

In this tutorial, we’ll create a simple microapp from scratch using a framework of your choice. You can use any of our supported frameworks, though our examples will provide general guidance that can be adapted to your preferred framework.

What You’ll Learn

By the end of this tutorial, you’ll know how to:
  1. Initialize a new microapp project with your preferred framework
  2. Style your microapp to create an attractive user interface
  3. Implement localization to support multiple languages
  4. Distribute your microapp on the Microapp marketplace

Prerequisites

  • Basic knowledge of web development
  • Node.js and npm installed on your machine
  • Familiarity with your chosen framework
  • A Microapp account

Next Step