# Creating Miniapps on Seam

<div align="center"><img src="https://img.shields.io/github/commit-activity/m/seam-xyz/Block-SDK" alt=""> <img src="https://img.shields.io/github/stars/seam-xyz/Block-SDK?style=social" alt=""></div>

<div data-full-width="true"><figure><img src="https://github.com/seam-xyz/Miniapp-Builder/assets/7350670/1929270a-3b8e-46b2-ab60-824b248b9bcb" alt="" width="563"><figcaption><p>Miniapps are the future of sharing on social media</p></figcaption></figure></div>

## Create apps & games for a gen-z social network!

[Seam](https://www.seam.so) is a social network that allows users to build and sell open-source miniapps. It provides a platform for online creatives to showcase their work, curate inspiration, and collaborate with peers.

Accepted miniapps are live on [seam.so](https://www.seam.so) and the [Seam iOS app](https://apps.apple.com/us/app/seam-social/id6473547569). You'll have your code in the appstore!

#### **Why develop a miniapp as your personal project?**

* **Quick Development:** Build your project in an hour or less, without the hassle of hosting frameworks.&#x20;
* **Remix Open Source Code:** Learn from and customize existing miniapps.&#x20;
* **Free Databases:** Seam takes care of all your data storage needs.&#x20;
* **Find Users:** Go live to everyone on Seam.&#x20;
* **Earn Rewards:** Get paid in Seam Points each time your miniapp is unlocked.&#x20;
* **Join a Growing Ecosystem:** Be an early adopter to the future of social networks.

## What are miniapps?

The core piece of sharing on Seam is the **miniapp**. Miniapps are tiny playgrounds, allowing you to create content. When you’re done, you make a post. For example, the Pixel Art miniapp allows you to become a pixel artist, and then share the final masterpiece as a post.

Miniapps are React components coded in Typescript, styled with Tailwind. This means that you can use all the existing React code on the internet to get started creating your miniapp — as a bonus, ChatGPT and other AI assistants are really good at writing React code :)

<figure><img src="https://github.com/seam-xyz/Miniapp-Builder/assets/7350670/9ca67061-35ac-4a0b-a6a2-bebd5c66930f" alt="" width="563"><figcaption><p>Miniapps have a creation experience, and a consumption experience in the feed.</p></figcaption></figure>

Read on to get started building Seam miniapps!


---

# 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://docs.getseam.xyz/readme.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.
