Skip to content

FAQ

Frequently asked

Can’t find your answer? Email us.

Building & generation

How does the AI know what to build?

We classify your prompt into one of 12 mini-app categories (shop, quiz, booking, tracker, mini-game, …) and pick a tested layout. Then the LLM fills in copy, fields, products, and behavior based on what you wrote.

Can I edit the result?

Yes. Open the project in the editor and chat with the AI to refine — “make the buttons bigger”, “add a checkout step”, “use blue accent”. Each refinement creates a new version you can roll back to.

What if the AI misunderstands me?

Add detail in chat or restart with a longer prompt. Top tip: include who it’s for and one example item. “A pizza shop with 3 sizes and pickup-only” works better than “food delivery”.

Can I write code by hand?

Generated apps are vanilla HTML / CSS / JS — you can download the bundle and self-host. We don’t ship a pro code editor inside Miniapper today.

Telegram & deployment

Where does the app live?

On our hosted subdomain (tgapp.aisocialfarm.co/deployed/<id>) wrapped as a Telegram WebApp. Pro plans can attach a custom domain.

Do I need my own bot?

Not to start. We give you a deploy URL you can hand to BotFather. If you already have a bot, point its WebApp button at our URL.

Does it work outside Telegram?

The deployed page works in any browser. Telegram-only features (haptics, theme, BackButton, Stars payments) gracefully fall back when the SDK isn’t present.

How fast is the build?

Most prompts deploy in 60–120 seconds. Bigger prompts with custom logic may take longer.

Pricing & billing

Can I pay with Telegram Stars?

Yes — every paid plan accepts Telegram Stars at the equivalent dollar amount, or crypto (USDT/TON/BTC). We don't process credit cards.

Is there a free tier?

Yes: 3 generations and 1 deployed app forever. Enough to launch your first project and decide if it’s worth upgrading.

What about refunds?

Stars and crypto payments are final (per Telegram's and the network's terms). We do review genuine cases — double-billing from our error, account compromise before use, or extended downtime. See the Refund Policy.

Team & business

Can I invite teammates?

Yes — every plan includes team seats (Free 2 → Scale 15). Invite teammates with role-based access (owner, editor, viewer) and share projects; higher tiers add more seats.

Do I own the code?

Yes. Anything generated for you is yours to use, modify, and redistribute. We don’t lock you in.

Is there an API?

Every signed-in account can call the public API for programmatic generate / deploy / list flows via your session. Standalone API keys are on the roadmap. Docs live at /docs.