top | item 45348737

Show HN: Minimal app for daily thoughts and journalling

1 points| sadeed08 | 5 months ago |daily-journal-cursor.vercel.app

This is a minimal distraction free journalling app. Features include

- only one entry per day - sync across cloud - pwa - no likes, no comments, no validations and hence no distraction

Got this idea to develop a habit of writing everyday. Welcome to all feedback and suggestions.

P.S: This is a very basic mvp built using cursor, next.js and supabase

2 comments

order

leakycap|5 months ago

Why would someone choose a vercel app without a domain to store their journal entries?

Journals are a type of note that someone might want to access at any time in their life. Do you plan on keeping this active for 20, 30, ... 50 years? On this domain? With Google SSO?

I think a TextEdit or Notepad document in a directory or an email sent to yourself would be even more minimal (no extra login needed) and actually give people the ability to have their data when this goes down in a few weeks/months.

sadeed08|5 months ago

Hey I built this quick MVP to try out the idea and hence deployed on vercel.

Sign on - is added to sync across devices using cloud.

Will definitely include export functionality.

Thanks for your feedback!