frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Zen Moment-A Free, Privacy-First Meditation App with Advanced Analytics

https://zenmoment.net
1•951560368•1h ago

  Hi Hacker News,

  I've been building ZenMoment (zenmoment.net) - a meditation and breathing exercise tool designed with two core
  principles: simplicity and privacy.

  The Problem with Most Meditation Apps

  After trying dozens of meditation apps, I noticed a pattern:
  - They require sign-ups and collect personal data
  - Bloated with features I never use
  - Subscription paywalls for basic timers
  - Constant upselling and gamification
  - Privacy policies that read like data collection playbooks

  ZenMoment's Approach

  Built with Next.js 14 (static export) and deployed on Cloudflare Pages:

   Core Features:
  - Simple meditation timer (1/3/5/10/15 minutes)
  - 4-7-8 breathing exercise with visual guides
  - Dark mode for night sessions
  - Daily stats tracking
  - SEO-optimized blog for meditation content

   Privacy by Design:
  - Zero server-side data - pure localStorage
  - No cookies, no tracking, no user accounts
  - No third-party analytics
  - GDPR/CCPA compliant by default
  - Open source (transparent codebase)

   Technical Highlights:
  - Static generation - loads in <1s
  - Core Web Vitals optimized
  - WCAG AAA accessibility compliance
  - Responsive design (mobile-first)
  - Works offline after first load

  Why I Built This

  As both a developer and meditation practitioner, I wanted a tool that:
  1. Opens instantly without login screens
  2. Doesn't track my meditation habits
  3. Respects my attention (no notifications asking "hey, come back!")
  4. Actually helps me meditate rather than gamify it

  The architecture is intentionally minimal - Zustand for state management, Framer Motion for smooth animations, and
   Tailwind for styling. Everything runs client-side after the initial load.

  What's Next

  I'm currently working on:
  - Additional breathing patterns (box breathing)
  - Optional ambient sounds (forest, rain, ocean - also loaded locally)
  - Lightweight PWA support
  - More meditation techniques content on the blog

  Try It Out

  Would love to get feedback from the HN community:
  - Site: https://zenmoment.net
  - Tech stack: Next.js 14, TypeScript, Tailwind CSS, Zustand, Cloudflare Pages
  - Privacy: Everything stays on your device

  Curious to hear your thoughts on privacy-first wellness apps and whether this minimalist approach resonates with
  fellow devs who meditate.

  Thanks for checking it out!

There aren't a lot of Pearson correlations on HN's front page

https://pithandpip.com/blog/hn-is-human
1•rfarley04•1m ago•0 comments

A first look at the all‑new UX in Visual Studio 2026

https://devblogs.microsoft.com/visualstudio/a-first-look-at-the-all%e2%80%91new-ux-in-visual-stud...
1•ibobev•7m ago•0 comments

Lina Khan on Zohran Mamdani, Corporate Welfare and the FTC – The Weekly Show [video]

https://www.youtube.com/watch?v=vRJWM_3OW2Y
1•xbmcuser•10m ago•0 comments

A Spectral-Geometric Proof of the Riemann Hypothesis

https://zenodo.org/records/17508340
1•gku•11m ago•0 comments

Hundredth Monkey Effect

https://en.wikipedia.org/wiki/Hundredth_monkey_effect
1•amai•16m ago•0 comments

ChatGPT's social trait judgments align with human impressions

https://www.psypost.org/chatgpts-social-trait-judgments-align-with-human-impressions-study-finds/
1•mustaphah•16m ago•0 comments

Show HN: Agent Playbook – An open-source Storybook-like playground for AI agents

https://github.com/orlevii/agent-playbook
2•orlevii•21m ago•0 comments

Advent of Compiler Optimisations 2025

https://xania.org/202511/advent-of-compiler-optimisation
1•ingve•23m ago•0 comments

China's Baidu unveils new AI processors, supercomputing products

https://www.reuters.com/world/china/chinas-baidu-unveils-new-ai-processors-supercomputing-product...
1•giuliomagnifico•26m ago•0 comments

Writing for AIs is a good way to reach more humans

https://www.seangoedecke.com/writing-for-ais/
2•ingve•26m ago•0 comments

Deep universal probabilistic programming with Python and PyTorch

https://github.com/pyro-ppl/pyro
1•kekqqq•33m ago•0 comments

Online discrimination fuels drinking by Hispanic college students

https://medicalxpress.com/news/2025-10-online-discrimination-fuels-hispanic-college.html
1•PaulHoule•34m ago•0 comments

Ask HN: What do you genuinely wish existed in Web3

2•JJJJO•35m ago•1 comments

Show HN: Cleaned 2.7M French Wikipedia JSON articles (full dataset)"

https://huggingface.co/datasets/YoloMG/wikipedia-fr-2.7m-clean-json
1•zeronex•36m ago•0 comments

Show HN: AI-First Web BP – SEO but for AI Assistants for AI Assistants

1•kure256•38m ago•0 comments

Drawbot: Let's Hack Something Cute

https://www.atredis.com/blog/2025/9/30/drawbot-lets-hack-something-cute
2•notmine1337•38m ago•1 comments

Show HN: ChatIndex – an open-sourced long-context managment system

https://github.com/VectifyAI/ChatIndex
1•LoMoGan•39m ago•0 comments

Ask HN: Looking for a good course to learn proof assistant Lean 4

1•rabarbers•40m ago•0 comments

Raft Consensus in 2k Words

https://news.alvaroduran.com/p/raft-consensus-in-2000-words
1•birdculture•41m ago•0 comments

WhatsApp enables third-party chats for users in Europe

https://about.fb.com/news/2025/11/messaging-interoperability-whatsapp-enables-third-party-chats-f...
3•rmesters•54m ago•0 comments

NN Interpretability

https://openai.com/index/understanding-neural-networks-through-sparse-circuits/
1•frunkp•55m ago•0 comments

The EU has let US tech giants run riot. Diluting law will entrench their power

https://www.theguardian.com/commentisfree/2025/nov/12/eu-gdpr-data-law-us-tech-giants-digital
3•robtherobber•59m ago•2 comments

Spore

2•rando77•1h ago•1 comments

Ida Headless MCP

https://github.com/zboralski/ida-headless-mcp
1•kugutsumen•1h ago•0 comments

"Good engineering management" is a fad

https://lethain.com/good-eng-mgmt-is-a-fad/
1•jjevanoorschot•1h ago•0 comments

Ask HN: What metrics do you track in a Conversational Agent?

4•shubhamintech•1h ago•0 comments

Show HN: I built a minimal, header-only CLI parser for C with X-Macros

https://github.com/tisyang/macro_args/blob/master/example_args.c
2•tyk001•1h ago•0 comments

Getting shadow banned for report by WaPo

1•mobileturdfctry•1h ago•1 comments

EU Finance Ministers agree to end duty-free entry for small parcels

https://www.brusselstimes.com/1837749/eu-finance-ministers-agree-to-end-duty-free-entry-for-small...
4•throw-the-towel•1h ago•0 comments

Distributed blockchain auth mechanism for secure and efficient MANETs

https://www.nature.com/articles/s41598-025-23406-z
1•mattlutze•1h ago•0 comments