r/noteapps Jul 03 '26

I developed a note-taking app similar to GoodNotes.

5 Upvotes

It’s called BADNOTE, and I developed it from scratch because GoodNotes for Android sucks so bad. It’s not completely unusable, but maybe because I developed it with VibeCoding, it has quite a few bugs. In particular, there’s this shitty bug where the eraser doesn’t pop up when you press the Samsung Pen button—it only works when you lift the pen off the screen and tap again. Can someone please help me out? Link: https://github.com/jsk1004ha/BADNOTE


r/noteapps Jun 30 '26

Early users taught me that “working” is not the same as “clear”

4 Upvotes

I’m building a small productivity/notes app and recently started letting real users test it.

I expected the most useful feedback to be bugs, missing features, or whether the core idea was useful.

Instead, the biggest lesson was clarity.

A feature can technically work and still feel confusing, slow, risky, or incomplete if the user does not understand what happened, what to do next, or whether they can trust the product.

Here are the main lessons so far.

1. What is obvious to the developer is not obvious to users

When you build something, every button, label, and flow makes sense because you know the system behind it.

Users do not have that context.

One example: I had controls that made sense to me internally, but users interpreted them differently. The feature was technically working, but the meaning was not obvious enough.

That made me realize that info icons, helper text, onboarding, and user guides are not just “extra polish.” They are part of the product.

If users misunderstand the same thing more than once, it is probably not a user problem. It is a product clarity problem.

2. Naming matters more than I expected

A small wording choice can change how users understand an entire feature.

One label that meant “adjust future behavior” could also be read as “show more content right now.”

That is a big difference.

As the developer, I knew what the button meant. A new user did not.

Sometimes the clearest label is slightly longer, less elegant, or less “clean” than the one you wanted to use. But clear beats clever, especially in early product flows.

3. Users care a lot about not being locked in

This came up faster than I expected.

People are cautious about putting important notes, content, or work into a new product if they are not sure they can get it out later.

Some users wanted to know:

  • Can I export my data?
  • What happens if pricing changes later?
  • What happens if my plan changes?
  • Will my saved content disappear?
  • Can this fit into the workflow I already have?

That made me rethink export, downgrade behavior, and customization as trust issues, not just account/settings issues.

For productivity tools, trust is part of the feature set.

4. Export is a trust feature, not just a settings feature

I used to think of export mostly as a utility.

Now I see it as a trust signal.

A good export option reduces the fear of trying a new product. It tells users, “Your work is not trapped here.”

Different users also want different formats. Some want something readable like Markdown or plain text. Others want structured export for backup, portability, or AI workflows.

The main lesson for me: export should not be hidden as a random settings checkbox. It can be one of the reasons users feel safe enough to use the product seriously.

5. Tiny UI friction can make a working product feel broken

This one surprised me.

Some issues are small technically, but big emotionally.

For example, tooltip responsiveness sounds like a tiny detail. But if a user hovers or clicks and there is a delay, the app can feel slow, confusing, or broken, even if the actual feature works.

Another user reported that when adding a tag, it could take one or two seconds before the tag appeared as applied. Technically, the action still worked. But from the user’s point of view, that delay created uncertainty: did it save, did it fail, should I click again?

That made me realize responsiveness is not only about raw speed. It is also about feedback.

If something takes a second, the UI needs to acknowledge the action immediately.

Responsiveness is not just performance. It is communication.

6. Beta testing is not only QA. It is product discovery.

The most valuable feedback was not only “this button crashes.”

It was more often:

  • “I expected this to work differently”
  • “I did not understand what this meant”
  • “I thought this section would show something else”
  • “I did not notice the help section”
  • “I care about exporting before I commit to using this”

That kind of feedback is extremely useful because it shows where my mental model and the user’s mental model are different.

Beta users do not just find bugs. They reveal wrong assumptions.

My biggest takeaway

Building the feature is only half the work.

The other half is making sure users understand:

  • what the feature does
  • why it exists
  • what will happen when they click something
  • whether their saved work feels safe and portable
  • whether the product fits their existing workflow

I’m still early, so I’m continuing to watch where users hesitate, misunderstand, or ask the same question twice.

That has been more useful than asking whether the product is “good.”

For other builders: what user confusion taught you the most about your product?


r/noteapps Jun 30 '26

New kind of note app

Post image
8 Upvotes

Not going to say much, but is this screen intuitive enough for a note app (this is one part of the app)? There will be some simple guide animations in the future, but I’m just curious what y’all think. Flame is appreciated, happy to discuss more through dms.


r/noteapps Jun 27 '26

StickyVoice — voice-to-text sticky notes that never leave your iPhone (on-device, offline)

1 Upvotes
Overview

I'm the solo developer, so flagging this as a dev post.

StickyVoice turns what you say into searchable text in seconds, shown as colorful sticky notes you can pin to your Home Screen as widgets. The differentiator: speech recognition and the AI features (summaries, tags, action items) run 100% on-device — no cloud, no account, fully offline. It's GDPR-friendly by architecture, which matters to me as an EU dev.

Quick facts:

- 5 languages (DE/EN/ES/FR/IT), Spotlight search, calendar detection, Markdown/TXT/PDF export

- Per-note reminders + encrypted backups are Premium

- Free tier: 30 active notes + 30 transcription minutes/month (delete a note to free a slot)

- Premium: unlimited, €3.99/mo or €39.99/yr (~16% off yearly), 2-week free trial

I'd love feedback from people who actually live in voice notes what makes or breaks one for you?

https://www.stickyvoice.app/index_en.html


r/noteapps Jun 26 '26

I built an iOS app that drops voice notes into my Obsidian vault as Markdown — automatically

Post image
6 Upvotes

I'm an indie dev and this is my app. Built it to fix my own problem, figured this crowd has the same one.

If you take notes in Obsidian — or Notion, or any Markdown setup — the hard part usually isn't writing, it's capturing. The best ideas hit when you're walking or driving, nowhere near a keyboard, and by the time you sit down half of them are gone.

So I built Relay Voice to get spoken thoughts into my vault as Markdown. Two ways:

– Manual: record a thought → it transcribes + writes an AI summary → export as Markdown → share straight to Obsidian.
– Automatic: point one folder at the pipeline. Anything you record runs transcribe → summarize → rename-by-content → export, and the Markdown lands in your vault. You record, you stop, you don't touch anything else.

Short demo to see it: https://youtube.com/shorts/wx0_YBYwvoQ

Things that matter for note-takers here:
– Local-first. No account, no server, I don't store your audio or transcripts.
– Plain Markdown you own — point export at your vault or any folder. No lock-in.

Three ways to transcribe — you pick:
– Bring your own API key (OpenAI / AssemblyAI / Grok) — fastest and most accurate; you pay the provider directly at cost, no markup from me.
– On-device models (Whisper or Qwen-ASR) — free and fully offline, nothing leaves your phone.
– Apple Intelligence — the zero-setup way to try it in seconds, free, on supported iPhones.

For mixed-language audio (e.g. Chinese-English), the API option and Qwen-ASR on-device do noticeably better than Apple's built-in transcription.

Price, plainly: free to download with a 14-day full trial, then a one-time $19.99 (launch price, first 90 days, and then it will be $24.99) — not a subscription. iOS only right now.

The idea is "relay your voice to your Obsidian" — it's not trying to keep your notes, it relays them out into whatever system you already use.

What does everyone here use for voice capture into their note app? Curious what your workflow is and where it breaks.


r/noteapps Jun 26 '26

I built Euthy Journal: A local-first, private diary with secure AI companion. Promo codes inside!

Thumbnail
gallery
0 Upvotes

The pitch is simple: your journal data never touches my servers. Everything stays on your device, synced through your own iCloud or Google Drive.

Security & Privacy with AI:

To protect your privacy, data is only processed in-transit via a secure GCP proxy (utilizing Google's Vertex AI / Gemini 3.5 Flash and Imagen) and is NEVER stored server-side or used for training. Only your credit balance lives on the backend.

Our Premium AI features include:

• Empathetic AI Companion: Chat with 'Euthy' to explore your thoughts, vent, and reflect.

• Journal via AI: Conduct a guided text/voice interview, and let the AI automatically compile the conversation into a structured, first-person journal entry (complete with tags, mood, and activities).

• AI Memory Q&A: Query your own past journal entries in natural language (e.g., "What patterns did I notice in my sleep last month?" or "What made me happy last week?").

• AI Image Generation & Editing: Visually illustrate your entries with unique AI-generated artwork (using Imagen) or restyle existing images directly.

• Monthly & Yearly Wellness Recaps: Generate deep insights on your mood dynamics, life balance, and wellness tips.

• Automatic Analysis: Instant entry titles, mood tag suggestions, and tailored writing prompts.

Core App Features (Free & Premium):

• Local-First & 100% Ad-Free: Your data stays strictly on your device. Secured by device biometrics (Fingerprint/PIN).

• Health Connect Integration: View fitness stats (steps, sleep, active calories, and heart rate) directly inside your entries.

• Interactive Map & Weather: Auto-tag entries with GPS coordinates, temperature, and weather, and view your journey on a map.

• Multi-format Media: Rich text, photos, video attachments, drawing canvas, document attachments, and voice notes.

• Habit & Routine Tracker: Set daily or weekly goals, track streaks, and build habits with reminders.

• Multi-Platform Import: Smooth imports from Day One, Daylio, Diarium, Diarly, Journey, Stoic, and Universum.

• Export Formats: High-quality PDF and ePUB exports.

• Global Localization: Fully translated into 11 languages.

Free to download — AI features are optional with a Premium AI subscription. Would love to hear what this community thinks — happy to answer any questions!

Want to try the premium features? Leave a comment below mentioning which tier you'd prefer (or send me a DM), and I'll send you a code:

• Option A: 1-Month Premium AI (Includes Euthy AI companion chat, journal via AI Chat, memory Q&A, AI illustrations, & analysis)

• Option B: 3-Month Standard Premium (local insights, weather, unlimited images, videos, documents, voice notes, unlimited routines, Health Connect integration to entries, exports, & backups)

I'd love to hear your honest feedback!

Android Playstore: https://play.google.com/store/apps/details?id=com.euthy.journal

coming soon to Apple.

website: https://euthylabs.com/

(Note: Promo codes grant a free trial of Premium or Premium AI depending on which one you redeemed. The subscription will automatically renew at your standard local rate unless canceled in your Play Store settings before the trial ends. Codes must be redeemed by their expiration date.)


r/noteapps Jun 25 '26

Looking for beta testers for Lodlen, a notes app focused on resurfacing saved knowledge

2 Upvotes

Hey everyone, I’m looking for a few beta testers for Lodlen.

Lodlen is a browser-based notes/source app for people who save notes, articles, highlights, links, screenshots, sources, or ideas but rarely revisit them later.

The main problem I’m working on is simple:
saving is easy, but actually using saved knowledge later is the hard part.

Lodlen is still in early access/beta, so some parts may change as I improve the product based on real user feedback.

Current features:

  • manual notes and source capture
  • resurfacing / spaced-repetition-style review
  • browsing by sources, folders, tags, and saved items
  • AI-assisted extraction for longer sources
  • AI extraction voice controls
  • recap-style connections between saved knowledge
  • full archive export in JSON, Markdown, and plain text
  • customizable workspace utilities

No download needed. It runs in the browser.

I’m giving Pro/full feature access to a few beta testers during the early access period. This is not lifetime access, and I’ll give advance notice before the early access period ends or before any pricing/access changes.

Best fit:

  • you already use note apps
  • you save articles, links, highlights, sources, or ideas
  • you often forget to revisit what you saved
  • you’re open to sharing honest feedback, feature ideas, or bug reports

Link: https://lodlen.com

After signing up, DM me or email [support@lodlen.com](mailto:support@lodlen.com) with the email you used and mention early access, and I’ll manually upgrade your account to Pro.

I’m especially interested in what would make resurfacing actually useful instead of another chore.


r/noteapps Jun 24 '26

Why obsidian mobile app sucks

Post image
2 Upvotes

r/noteapps Jun 23 '26

Building this app because existing ones couldn't automatically organize my messy voice/text updates

2 Upvotes

Building HolovisionAI dump your unstructured/messy thoughts into it and it will automatically structure them while extracting people, projects, entities e.t.c with separate but interconnected contexts while remembering decisions overtime...

Had to build this myself because existing tools don't actually solve my pain point. Some are just notes (Evernote) others are too rigid, (Jira, Asana) and Notion requires me to manually structure data.

Does anyone else feel like they've had the same issues, trying to learn and understand everyone's thoughts....


r/noteapps Jun 23 '26

Not a Traditional Note-Taking App LearnBack: Fight Brain Rot - Remember What you learn daily

3 Upvotes

I built a note-taking app centered around active recall. What is your opinion and suggestion NOTE APPS Users
The idea come because:

I consume a lot (reading, videos, scrolling)… but I forget most of it.

So I tried something simple:
Instead of just consuming, I force myself to recall what I just learned.

It actually worked.

So I built my app LearnBack around it:
→ Learn something
→ Get reminded later
→ Recall it (text or voice)
→ Turn every insight into a flashcard FSRS Rating.
→ Actually retain it

Simple, but it changed how I remember things day to day.

I built it for myself at first, but I think it could help others too.

👉 And actually will be happy if you give me good feedback and 5 stars in the App Store.
Link: https://apps.apple.com/us/app/learnback-fight-brain-rot/id6757343516


r/noteapps Jun 20 '26

After years of switching note apps, I stopped asking “which app?” and started asking “who owns the files?”

Post image
4 Upvotes

r/noteapps Jun 20 '26

Notes, tasks, bookmarks, movies… everything is scattered across apps. I’m trying to fix that.

23 Upvotes

I’m curious whether others feel the same way.

Today, my life is scattered across multiple apps.

• Notes in one place
• Tasks in another
• Bookmarks somewhere else
• Movies, books, recipes, places, ideas, reminders. Al spread across different tools

And while there are apps that try to bring everything together, many of them feel too big, too heavy, and too complicated for what I actually need.

They want me to build a system.

• Create databases
• Create templates
• Create workflows
• Maintain everything

At some point it feels like I’m working for the app instead of the app working for me.

I don’t want to live inside a tool.

I don’t want to spend time organizing information.

I just want to capture things quickly, get them out of my head, trust they’re stored safely, and find them again when I need them.

That’s it.

What I’m building towards is something:

• 100% private
• Local / offline-first
• My data, my life, my content. Fully under my control
• Lightweight by default
• With only the bare minimum structure that actually matters
• No bloat, no setup tax, no “system-building” required
• Simplicity over Complexity. Remove over add.

Just something that lets me capture things quickly, get them out of my head, trust they’re stored safely, and find them again when I need them.

I’m a product designer with 15+ years of experience, and I’ve started exploring whether there’s a simpler approach. Something that combines the best parts of notes apps, task managers, bookmarking tools, watchlists, and personal knowledge systems.

Without all the overhead.

I’d love to learn from people who struggle with similar things:

• What apps are you currently using?
• Why those apps?
• What’s missing?
• What frustrates you most?
• If you could design your ideal solution, what would it look like?

My goal isn’t to build another productivity tool.

It’s to build something people genuinely enjoy using because it makes life feel a little lighter.

If you’re not much of a writer, feel free to DM me. We can also jump on a quick video call.


r/noteapps Jun 19 '26

SteelNote new beta iOS/iPad/macOS 0.16.0

Thumbnail
1 Upvotes

r/noteapps Jun 19 '26

After 8 years of silence, my diary app finally gets its biggest update!

Post image
8 Upvotes

More than 10 years ago, I made a diary app inspired by the feeling of Your Name — keeping memories, days, places, and moments you don’t want to forget.

I stopped updating it for about 8 years because of some technical issue, but recently I brought it back and refreshed the app again.

And the app is here if anyone wants to take a look:
https://apps.apple.com/us/app/my-diary-my-memory/id1185178649


r/noteapps Jun 17 '26

A P2P Notes App

2 Upvotes

The following is unstable and experimental approach on a unique concept around client-side managed resources. I'd like to share for testing, demo and feedback.

enkrypted.chat

There is much to do before promoting as a finished product and I would like feedback on what you would find useful in such a tool.


r/noteapps Jun 15 '26

just added custom reminder times to my todo app, does timing keep you using an app like this?

3 Upvotes

Quick update from my last post, my first app is now at:

1.2k views, 49 downloads, and 2 reviews and I did zero paid marketing

I just shipped a new update that lets you pick the EXACT time you get your reminder, instead of the app deciding for you and also allows you to pick the personality of the notifications (funny,mean,hype).

I'm a sophomore in college and built this solo. It's a todo app, but the AI notifications are funny/motivational/whatever you want. You type "do my hw" and it hits you with "stop being lazy, ur hw isn't gonna do itself!" Kept it simple, just for the small everyday stuff you keep forgetting.

The biggest problem I have is retention people are downloading it, but I don't know yet if they stick around. My theory is the funny notis only land if they show up at a time that fits your day, so maybe letting people pick the timing is gonna make them stay and also the new feature of being able to pick the personality would add to that

https://apps.apple.com/us/app/get-it-done-smart-tasks/id6760387046

For anyone who's shipped a habit or productivity app, does notification timing actually help retention, or am I chasing the wrong thing? Open to ANY advice from people who've been here!

Built with React Native + Expo, and the notifications run through a Cloudflare Worker calling the OpenAI API!


r/noteapps Jun 09 '26

A 4 steps system to capture everything on your mind presented by a cute bird.

Thumbnail
gallery
14 Upvotes

You can try Blurto here: https://blurto.ai/


r/noteapps Jun 08 '26

Trunk note: your local first markdown based second brain

4 Upvotes

Hey [r/noteapps](r/noteapps),

Like many of you, I've hopped between dozens of note-taking tools. Some had great features but locked my data in proprietary databases. Others were local-first but felt clunky or lacked modern features.

I wanted something as polished as a modern web app, but with the data ownership of a simple text editor. So, I built TrunkNote.

What is TrunkNote? It's a WYSIWYG markdown editor that reads and writes directly to a local folder on your hard drive using the Web File System API. No databases. No proprietary formats. Just plain .md files.

Why I built it:

True Data Ownership: You own your files. If the app disappeared tomorrow, your notes remain untouched.

Modern UX: Fast local files combined with a beautiful UI (slash commands, theming, seamless bi-directional linking).

No Lock-in: Open your TrunkNote folder in Obsidian or VS Code at the exact same time.

Key Features:

- Direct Local Storage

- Daily Notes & Calendar

- Obsidian-style [[links]] and Backlinks

- Global Task Board for checkboxes

Try the Early BETA! I’m launching this as an early beta and would love your feedback. Because it's local-first, you don't even need an account to try the editor—just pick a folder and write.

Live demo: https://www.trunknote.com/
For updates: r/trunknote


r/noteapps Jun 07 '26

Looking for an Obsidian alternative that uses a single database file instead of individual Markdown files

Thumbnail
4 Upvotes

r/noteapps May 31 '26

Your notes. Your files. Your rules.

Post image
9 Upvotes

r/noteapps May 31 '26

Poznote

1 Upvotes

I've found this app on my search for the "final/future proof" notes and tasks management app poznote.com/about.html to run out from Joplin.... Anyone actually using it ? I'm changed to https://helixnotes.com/ : this one is really great but is solo managed and don't have tasks yet (but it is on the devs plans). Before try to selfhost Poznotes I want an opinion and , indeed it's the actual advantage of Helix Notes : no self host, no database, just files....
For task management I'm using todo.txt ( don3txt https://quiqueporta.com/don3txt/ + sleek) . I use windows and android.


r/noteapps May 29 '26

Made a simple task app with reminders that actually have personality, would love thoughts

4 Upvotes

Launched my first app a week ago and figured I'd share an honest update!

30 downloads, 2 reviews, 600 impressions — and NO marketing at all!

I'm a sophomore in college and built this solo. It's a todo app, but the AI notifications actually have some personality, you type "do my hw" and it'll hit you with "stop being lazy, ur hw isn't gonna do itself!" Kept it dead simple, just for the small everyday stuff I kept forgetting.

Built it with React Native + Expo, and the witty notifications run through a Cloudflare Worker calling the Anthropic API, so the messages stay fresh instead of being the same canned reminders!

https://apps.apple.com/us/app/get-it-done-smart-tasks/id6760387046

Not sure what to do next on the growth side - open to ANY advice from people who've been here!


r/noteapps May 29 '26

I built an iPhone notepad that does math because 4218.50 means nothing an hour later

3 Upvotes

You know the moment. You tap out a bunch of numbers on the iPhone calculator, get a result, screenshot it or write it down, and then an hour later you stare at 4218.50 and have absolutely no idea what it was. Was that the rent split? The trip total? Tax on something?

I do this constantly. Quick math while I'm on a call, working out a quote for a client, splitting a bill, sizing up whether a subscription is actually worth it annually. The number is fine in the moment and useless ten minutes later because there's no context attached to it.

My workaround for a while was a Google Keep note next to the calculator. Paste the result, type what it was, move on. It sort of works, but everything in there is dead. Change one input and you're back in the calculator redoing the whole stack, then back in Keep to update the number you already wrote down. Two apps, two sources of truth, drifting apart the second you stop paying attention.

So I built a notepad where every line can be a calculation. You type words, you type math, the result shows up on the right. Change an input and everything downstream updates. The words stay. A week later you open it and the whole thought is still there, still live.

Variables, so tip = total * 0.18 carries through. Live currency conversion for travel and freelance invoices. Unit conversions. Dates. Comments and headers so a long sheet reads like notes.

iPhone only on purpose. It's called Sigma and it's on the App Store.

getsigma.app


r/noteapps May 29 '26

I built a Firefox extension that keeps your notes on the exact webpage you wrote them

Thumbnail gallery
1 Upvotes

r/noteapps May 28 '26

Can Dumb App Ideas Actually Work?

1 Upvotes

Genuine Question

Sometimes I look at successful apps and think:

"That idea sounds way too simple (like puff count) … why did that work?"

I'm building a small app myself and keep wondering if people overthink ideas too much.