Extras

See what you get together with the code.

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.

Hero.tsx
import Hero from "~/components/Hero";
 
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.

app.json
{
  "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:

package.json
{
  "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.

Join us

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

Last updated on

On this page

Ship your startup everywhere. In minutes.