HackerTrans
トップ新着トレンドコメント過去質問紹介求人

zealer

no profile record

投稿

[untitled]

1 ポイント·投稿者 zealer·先月·0 コメント

[untitled]

1 ポイント·投稿者 zealer·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 zealer·4 か月前·0 コメント

Show HN: FunBox – A suite of interactive tools for board games and parties

funbox.space
2 ポイント·投稿者 zealer·5 か月前·1 コメント

JigsawPuzzle.pro – Turn any photo into a puzzle (Client-side only)

jigsawpuzzle.pro
1 ポイント·投稿者 zealer·5 か月前·1 コメント

Show HN: Encrypter v2.0 – Time-lock files and rich text in the browser

encrypter.site
1 ポイント·投稿者 zealer·6 か月前·0 コメント

Show HN: Send encrypted messages to the future (Client-side Time Capsules)

encrypter.site
1 ポイント·投稿者 zealer·6 か月前·3 コメント

Show HN: Encrypter.site – Browser-based E2E encryption for text and files

encrypter.site
2 ポイント·投稿者 zealer·6 か月前·4 コメント

Show HN: A web-based meme generator I built (planning to add AI generation next)

memegenerator.online
2 ポイント·投稿者 zealer·6 か月前·0 コメント

コメント

zealer
·5 か月前·議論
Hi HN,

I built FunBox (https://funbox.space) because I was organizing a board game night and got frustrated with existing "online dice" and "random team generator" sites. Most of them are riddled with aggressive ads, require sign-ups, or feel like they were built in 2005.

FunBox is a collection of 8 interactive tools: - 3D Dice Roller & Coin Flip - Scoreboard (track scores for multiple players) - Spin Wheel & Random Picker - Team Generator - Timer & Counter

*The Tech Stack:* - *Framework:* Next.js 16 (App Router) - *Styling:* Tailwind CSS v4 - *State:* Zustand (for complex game states like scoreboard history) - *Animations:* Framer Motion + Canvas Confetti - *Audio:* Howler.js - *PWA:* Fully installable on iOS/Android

I focused heavily on the "feel" of the app—using haptic feedback patterns (via `navigator.vibrate`) and smooth animations (like the inertia on the spin wheel) to make digital tools feel tactile.

I'd love to hear your feedback on the UX or suggestions for other "party tools" I should add! Check it out: https://funbox.space
zealer
·5 か月前·議論
Hi HN,

I built JigsawPuzzle.pro, a simple web app to play jigsaw puzzles and create custom ones from your own photos.

The key feature is that it's *privacy-first*: - All image processing happens locally in your browser (using Canvas). - Your uploaded photos are never sent to a server. - No signup or registration required.

*Tech Stack:* - *Frontend:* React + Vite - *Canvas Library:* React Konva (for the puzzle mechanics & drag/drop) - *State:* Zustand - *Styling:* Tailwind CSS - *Format Support:* Uses `heic2any` to support HEIC photos from iPhones directly in the browser.

I wanted to create a clean, distraction-free experience without the typical "freemium" bloat found on many puzzle sites. Progress is saved locally via `localforage`.

Would love to hear your feedback on the controls and "snap" feel!
zealer
·6 か月前·議論
Thanks! By the way, I just launched a Time Capsule feature. Would love to have you try it out!
zealer
·6 か月前·議論
yes, you r right
zealer
·6 か月前·議論
That's a valid concern and the classic 'chicken and egg' problem of web-based cryptography. You effectively have to trust the delivery mechanism (the server) every time you load the page. My goal wasn't to replace GPG or Signal for high-stakes whistleblowing, but to lower the friction for ad-hoc sharing. Sometimes you just need to send a password or API key to a coworker, and the alternative is often sending it in plaintext via Slack/Email because setting up PGP is too much friction for the other party. To mitigate the trust issue as much as possible, I've kept the source minimal and readable so it can be easily audited in the 'View Source' or DevTools.