# Creating

### Step 1: Preparing for Mini Apps

To successfully create and manage a Mini App on Speed Wallet, ensure you have the following ready:

**1. Speed Wallet Account:**

Sign up for a Speed Wallet account to access the developer dashboard and manage your Mini App. If you don’t have the app yet, download it from website : [www.speed.app](https://www.speed.app).

**2. Hosted Web Application:**

Develop a responsive web application and host it on a secure server with a valid HTTPS URL. The Mini App should be lightweight, mobile-friendly, and optimized for performance within the Speed Wallet interface.

**3. Application Details:**

Prepare detailed information about your Mini App, including:

* App Name: A clear and recognizable name.
* Description: A concise summary of the app’s purpose and features.
* Features: Highlight the app’s key functionalities and benefits for users.
* Branding Assets: Include logos, icons, and promotional images to enhance your app’s visibility within the Speed Wallet app store.

**4. Development Environment:**

Set up your development environment to support continuous testing and updates, ensuring your Mini App integrates smoothly with Speed Wallet’s features and API.

### Step 2: Creating a Mini App

1. Log in to Speed Wallet and navigate to Settings > Developer > My Mini App.

<figure><img src="/files/HFkuacymcY6GR21EiQ46" alt=""><figcaption></figcaption></figure>

2. Fill in the following details:
   1. App Name: Provide a name for your app. It can be up to 50 characters.
   2. Web Link: Enter the URL of your hosted application.
   3. Description: Add a brief summary of your app’s functionality. It can be up to 250 characters.
   4. Background Color \[Optional]: This field allows you to customize the background color of the navigation bar in your mini app. Enter a six-digit hex code to define the color, giving your mini app a personalized look. The default color will be #FFFFFF.
   5. Content Color \[Optional]: Use this field to set the color for content elements such as the mini app name and icons. Input a six-digit hex code to choose the color that matches your app's theme. The default color will be #0A193E.
   6. Submit the completed form to generate your app ID.

> Note: Developers can create up to five mini apps. It is a soft limit. Please contact support to increase this limit.

<figure><img src="/files/XwGgeyMNYXHBJq1n0Fb2" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://speed-wallet.gitbook.io/speed-wallet-mini-apps/creating.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
