Files
2026-02-04 01:55:00 +01:00

1.9 KiB

title, description, url
title description url
Extras See what you get together with the code. /docs/mobile/extras

Extras

Tips and Tricks

In many places, next to the code you will find some marketing tips, design suggestions, and potential risks. This is to help you build a better product and avoid common pitfalls.

return (
  <header>
    {/* 💡 Use something that user can visualize e.g. 
    "Ship your startup while on the toilet" */}
    <h1>Best startup on the world</h1>
  </header>
);

Submission tips

When it comes to mobile app and browser extension, you must submit your product to review from Apple/Google etc. We have some tips for you to make sure your submission goes smoothly.

{
  "ios": {
    "infoPlist": {
      /* 🍎 add descriptive justification of using this permission on iOS */
      "NSCameraUsageDescription": "This app uses the camera to scan barcodes on event tickets."
    }
  }
}

As well as providing you with the info on how to make your store listings better:

{
  "manifest": {
    /* 💡 Use localized messages to get more visibility in web stores */
    "name": "__MSG_extensionName__",
    "default_locale": "en"
  }
}

Discord community

We have a Discord community where you can ask questions and share your projects. It's a great place to get help and meet other developers. Check more details at /discord.

Discord

25+ SaaS Ideas

Not sure what to build? We have a list of 25+ SaaS ideas that you can use to get started 🔥

Grouped by category, these ideas are a great way to get inspired and start building your next project.

Including design, copies, marketing tips and potential risks, this list is a great resource for anyone looking to build a SaaS product.

SaaS Ideas