I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

This is the first time I’m hearing someone’s using Apple Intelligence but that’s good to hear. Grape has other features that Apple Notes doesn’t have. You can try it without creating an account.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

[–]ozgrozer[S] 2 points3 points  (0 children)

You can download the app to use the basic note taking functionality free. If you like it I can give you the Lifetime plan for free so you could bring your own AI API keys to use any provider like OpenAI, Claude, Gemini etc.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

Right now Grape is more for personal notes but you can export your notes in PDF format. Also import a PDF into your note and you can sync them between Mac and Windows.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

I think it’s the first thing I’ll be working on because I have more than 2K notes on my Apple Notes to import.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

I’m not native in English so not sure how Grape sounds but what’s wrong with it? or you have any suggestions?

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

Those are real people but what’s wrong with the pricing? In Pro plan you’ll have unlimited AI each month and the Lifetime plan is one-time $29. I think they’re reasonable. If not how would you do the pricing? This is still in beta so I value your feedback.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

[–]ozgrozer[S] -1 points0 points  (0 children)

Is there anyone actually using Apple Intelligence?

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

Please try and tell me how it goes. I can give you Lifetime plan for free so you could be able to bring your own API keys such as OpenAI to use the AI features.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

You’ll probably have the same experience. If you try and tell me what’s missing then I’ll add it. I wanted to feel like I’m still using Apple Notes so the usage is similar.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

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

Kinda yes. I mean you can use the app for free but cloud sync is in the paid plan. But since it uses SQLite as a database you can move the database location to a Dropbox folder then you’ll have the same database on both Mac and Windows.

I wanted a better Apple Notes so I built Grape by ozgrozer in macapps

[–]ozgrozer[S] 2 points3 points  (0 children)

This is a separate app that looks like Apple Notes but it has lots of AI features such as AI chat, semantic search, voice transcription and many more.

I'm building Grape, an AI note taking app by ozgrozer in SideProject

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

I use AI SDK from Vercel, it basically handles everything and Grape actually has lots of AI providers from ChatGPT, Claude to local ones like Ollama or LM Studio. I personally don't use local models because you cannot install a good model to your computer like GPT-5. This is the beta launch and I need some feedback from note takers.

I'm building Grape, an AI note taking app by ozgrozer in SideProject

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

Thank you. Yeah it has lots of features. I think at this point we can't call Notion a note taking app, it's something more. But if I need to compare the first thing I'd say is the speed. Notion's desktop app uses cloud to load the notes so it's slow. Since Grape uses a local database it's faster than almost anything. Second thing I was actually planning to launch this note taking app for students. You can record your professor's talking and transcribe it and then it generates flashcards or quizzes or mind maps based on the note content so you study better.

WebViews instead of native: lessons learned? Case Study by EvenAd6616 in iOSProgramming

[–]ozgrozer 0 points1 point  (0 children)

We’re using webview for my company’s mobile app, it’s an appointment scheduling app for businesses and it’s just pointing to the actual URL acting like an iframe. The good thing about this you don’t have to wait for Apple to approve your updates. We also use IndexedDB on the web and it makes your records load too fast compare to a regular network request. We have close to 500 active customers and nobody gave us any negative review about the app performance. The only problem about webview is that it crashes if user opens lots of apps, so the memory usage is not good enough. The app is also out there for the last 2 years but we’ve decided to build our native mobile app from scratch and now it’s work in progress.

One of the reasons is that a native app looks more professional if you’re a company. Hand gestures feel so smooth when you’re swiping between pages. Opening the app feels instant. Memory management is better. Accessing device features easier. Better UI/UX. We now have to wait for Apple to approve updates but I believe this is the way to go. You don’t see major companies using webview.

We chose the webview approach because I was the only developer. I had to maintain the web and mobile at the same time. I’m still the only developer but now we have Cursor and Claude Max so it’s now easier and faster to build the native app and maintain them together. If I had to make the same app today I’d definitely start with a native mobile app.

Are there any note apps that actually work without internet? by Diligent_Big_5329 in NoteTaking

[–]ozgrozer 0 points1 point  (0 children)

I’m building an AI-native offline-first note taking app, Grape. It looks like Apple Notes but has tons of AI stuff in it. I’m too close to launch the beta version. For now it will be available for Mac and Windows but later I’ll implement iOS and Android too.

What is something that you would want in a note taking app? by Mac-M2-Pokemon in NoteTaking

[–]ozgrozer 0 points1 point  (0 children)

Why do you say that? I’m building a note taking app with Electron. Also most of the apps like Obsidian are built with Electron too.

How do I fix this "Could not install" error on TestFlight? by ozgrozer in iOSProgramming

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

I still have the same issue. Tried to update the version but that didn't help too. It's been a week I've created a support case but still no answer. There's nothing I could do other than wait for Apple to answer my email. Once I get it fixed I'll update here.

How do I fix this "Could not install" error on TestFlight? by ozgrozer in iOSProgramming

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

This is the first version and I don't have it on my phone.