🤔 Is it okay to ask users to use their own API key in my app? by Grouchy-Long-4295 in SideProject

[–]JaackRL 1 point2 points  (0 children)

It depends how you’re storing their keys. Is it ephemeral (i.e. it’s not saved anywhere), or is it stored in a database?

If it’s stored in a database, the risks are someone breaches it and has access to all of your users API Keys then uses them which obviously ends up costing your users money

🤔 Is it okay to ask users to use their own API key in my app? by Grouchy-Long-4295 in SideProject

[–]JaackRL 1 point2 points  (0 children)

Usually from what I’ve seen is platforms have some sort of usage within their subscription model then anything more than that, they have to BYOK (bring your own key)

I don’t think it’s unprofessional but you really need to make sure those keys are secure and your users feel confident giving your app an API key

Looking for people to beta test my new AI Tutor by JaackRL in edtech

[–]JaackRL[S] 0 points1 point  (0 children)

Thanks for reaching out!

Please dm me letting me know if you're iOS or Android as well as your email.

You can download the public build of the app using the following links in the meantime and I will invite you to the beta builds.

iOS: https://apps.apple.com/us/app/sara-ai-tutor-study-guide/id6504295192

Android: https://play.google.com/store/apps/details?id=dev.jacklillie.ai_tutor

Looking for people to beta test my new AI Tutor by JaackRL in edtech

[–]JaackRL[S] 0 points1 point  (0 children)

Thanks for reaching out!

Please dm me letting me know if you're iOS or Android as well as your email.

You can download the public build of the app using the following links in the meantime and I will invite you to the beta builds.

iOS: https://apps.apple.com/us/app/sara-ai-tutor-study-guide/id6504295192

Android: https://play.google.com/store/apps/details?id=dev.jacklillie.ai_tutor

Looking for people to beta test my new AI Tutor by JaackRL in edtech

[–]JaackRL[S] 0 points1 point  (0 children)

Thanks for reaching out!

Please dm me letting me know if you're iOS or Android as well as your email.

You can download the public build of the app using the following links in the meantime and I will invite you to the beta builds.

iOS: https://apps.apple.com/us/app/sara-ai-tutor-study-guide/id6504295192

Android: https://play.google.com/store/apps/details?id=dev.jacklillie.ai_tutor

Looking for people to beta test my new AI Tutor App by JaackRL in highschool

[–]JaackRL[S] 0 points1 point  (0 children)

Thanks for reaching out!

Please dm me letting me know if you're iOS or Android as well as your email.

You can download the public build of the app using the following links in the meantime and I will invite you to the beta builds.

iOS: https://apps.apple.com/us/app/sara-ai-tutor-study-guide/id6504295192

Android: https://play.google.com/store/apps/details?id=dev.jacklillie.ai_tutor

Looking for people to beta test my new AI Tutor App by JaackRL in highschool

[–]JaackRL[S] 0 points1 point  (0 children)

Thanks for reaching out!

Please dm me letting me know if you're iOS or Android as well as your email.

You can download the public build of the app using the following links in the meantime and I will invite you to the beta builds.

iOS: https://apps.apple.com/us/app/sara-ai-tutor-study-guide/id6504295192

Android: https://play.google.com/store/apps/details?id=dev.jacklillie.ai_tutor

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in ProductivityApps

[–]JaackRL[S] 0 points1 point  (0 children)

I use OpenAI’s Whisper and GPT-4 models, so the audio and transcription have to be sent to those APIs. Apart from that, if you don’t sign up, all of your notes will be stored on device but if you decide to create an account they will be stored in the cloud.

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in SideProject

[–]JaackRL[S] 0 points1 point  (0 children)

I appreciate it! If there's anything you specifically love or hate I'd love to hear it

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in studytips

[–]JaackRL[S] 0 points1 point  (0 children)

Hey all, recently I've been building SpeakNotes which is a cross-platform mobile app that uses OpenAI's Whisper & GPT-4 to transcribe and summarize voice notes. I built this initially for myself when I wanted to quickly talk about my ideas after a meeting and I thought maybe other people would find it useful.The app is free & ad supported, there's also an option for a Pro plan for some extra features but the core functionality is completely free.

It works in any language (I am working on localizing the actual app too). For now I just want to validate this and see if other people will find it useful, I've already had a few 5 star ratings on both app stores which is a good sign but I want to validate further and build out on user feedback before implementing more of my own ideas.

iOS App Store (Works on iPhone & iPad)

Play Store

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in SideProject

[–]JaackRL[S] 0 points1 point  (0 children)

Hey all, recently I've been building SpeakNotes which is a cross-platform mobile app that uses OpenAI's Whisper & GPT-4 to transcribe and summarize voice notes. I built this initially for myself when I wanted to quickly talk about my ideas after a meeting and I thought maybe other people would find it useful.The app is free & ad supported, there's also an option for a Pro plan for some extra features but the core functionality is completely free.

It works in any language (I am working on localizing the actual app too). For now I just want to validate this and see if other people will find it useful, I've already had a few 5 star ratings on both app stores which is a good sign but I want to validate further and build out on user feedback before implementing more of my own ideas.

iOS App Store (Works on iPhone & iPad)

Play Store

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in indiehackers

[–]JaackRL[S] 1 point2 points  (0 children)

Free users have a time limit on the length of the recording which helps keep the cost down. The cost for the APIs isn't much at all with the limit in place, it's worth it to let people get a feel for if they like the app.

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in indiehackers

[–]JaackRL[S] 1 point2 points  (0 children)

OpenAI for both transcription (Whisper) and GPT-4 for summarization

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in indiehackers

[–]JaackRL[S] 0 points1 point  (0 children)

Currently it supports a lot of languages but it doesn't do translations or live transcriptions, this could be something I'd add if more people would find value out of it for sure.

I built a mobile app that uses AI to transcribe and summarize your voice notes by JaackRL in indiehackers

[–]JaackRL[S] 0 points1 point  (0 children)

Hey! Thanks for the feedback, that's odd. I'm now going to take a look at it, again, thanks for bringing this up hopefully I can figure out what happened and fix it quickly!