Remix.run Logo
muhammadusman 4 hours ago

can you please review login requirement?

felixzeller 4 hours ago | parent [-]

Honest answer: it is a commercial app with a 14 day free trial and the login is tied to that. No deeper technical reason. I understand that this is annoying when you just want to try it. I will think about a local-only mode… Thanks for the question.

monk_grilla 4 hours ago | parent | next [-]

In the README it says

> Do I need an account to try it? Not for the core breathing biofeedback; that works without creating one. Some surrounding features in the app use an account; the part this repo is about does not.

I downloaded the app based on this, but you can’t use it at all without creating an account. Please review your AI’s output.

felixzeller 3 hours ago | parent [-]

You are absolutely right and I am sorry. The README is misleading. The core detection runs without an account in the code, but in the published app you currently can not reach it without signing up. README is corrected and I look at adding a guest mode. Thanks for catching this.

OsrsNeedsf2P 3 hours ago | parent | prev [-]

Appreciate the directness, but pro-tip from an ex-mobile dev; you'll convert way better with IAP subscriptions rather than your own account system

felixzeller 3 hours ago | parent [-]

Thanks, that is actually really useful. I chose the account system because I had it from the web side, but I see your point. Will think it through properly.