The best Hacker News stories from Show from the past day
Latest posts:
Show HN: ReadyKit – Superfast SaaS Starter with Multi-Tenant Workspaces
Hi HN! I've been building ReadyKit, an open-source SaaS boilerplate that handles all the hard parts: multi-tenant workspaces, Stripe billing, OAuth + MFA authentication, and a production-ready stack.<p>Built with Python/Flask, PostgreSQL, Redis, and Vue 3, it's designed for indie makers and teams who want to ship SaaS products fast. Clone, configure your OAuth and Stripe keys, and you're running in 5 minutes.<p>Features include automatic query scoping for workspace isolation, audit logs, role-based access, and a modern UX kit. MIT licensed and free forever.<p>GitHub: <a href="https://github.com/level09/readykit" rel="nofollow">https://github.com/level09/readykit</a>
Show HN: ReadyKit – Superfast SaaS Starter with Multi-Tenant Workspaces
Hi HN! I've been building ReadyKit, an open-source SaaS boilerplate that handles all the hard parts: multi-tenant workspaces, Stripe billing, OAuth + MFA authentication, and a production-ready stack.<p>Built with Python/Flask, PostgreSQL, Redis, and Vue 3, it's designed for indie makers and teams who want to ship SaaS products fast. Clone, configure your OAuth and Stripe keys, and you're running in 5 minutes.<p>Features include automatic query scoping for workspace isolation, audit logs, role-based access, and a modern UX kit. MIT licensed and free forever.<p>GitHub: <a href="https://github.com/level09/readykit" rel="nofollow">https://github.com/level09/readykit</a>
Show HN: Fanfa – Interactive and animated Mermaid diagrams
Show HN: Fanfa – Interactive and animated Mermaid diagrams
Show HN: Fanfa – Interactive and animated Mermaid diagrams
Show HN: Fanfa – Interactive and animated Mermaid diagrams
Show HN: TapeHead – A CLI tool for stateful random access of file streams
I wrote this tool while debugging a driver because I couldn't find a tool that allowed me to open a file, seek randomly, and read and write.<p>I thought it might one day be useful to someone too.
Show HN: S3 compatible store with 1M IOPS(4K-R,p99~5ms), BYOC in 5min with rust
Show HN: Spotify Wrapped but for LeetCode
Show HN: FuseCells – a handcrafted logic puzzle game with 2,500 levels
Hi everyone,
I built FuseCells, a minimalistic logic puzzle game where every level is handcrafted (no procedural generation). It started as a personal challenge to design a clean rule-set and scale it to thousands of puzzles without losing difficulty balance.<p>What’s unique:
• 2,500 handcrafted levels across multiple grid sizes
• Deterministic logic — no guessing required
• A rule system inspired by constraint-solving and path-finding concepts
• Daily challenges and global progress tracking
• Fully built as a solo dev project<p>Technical notes for those curious:
• Level generation tools I wrote validate solvability using a custom constraint solver
• Difficulty is estimated via step-count of the solver
• The game is optimized to run smoothly on low-end devices
• Designed first for iOS, now fully adapted for iPad as well<p>I’d love feedback from puzzle lovers, game designers, and anyone interested in handcrafted logic design.
Here’s the App Store link: [inserați linkul]<p>Thanks for reading — happy to answer any technical questions!
Show HN: FuseCells – a handcrafted logic puzzle game with 2,500 levels
Hi everyone,
I built FuseCells, a minimalistic logic puzzle game where every level is handcrafted (no procedural generation). It started as a personal challenge to design a clean rule-set and scale it to thousands of puzzles without losing difficulty balance.<p>What’s unique:
• 2,500 handcrafted levels across multiple grid sizes
• Deterministic logic — no guessing required
• A rule system inspired by constraint-solving and path-finding concepts
• Daily challenges and global progress tracking
• Fully built as a solo dev project<p>Technical notes for those curious:
• Level generation tools I wrote validate solvability using a custom constraint solver
• Difficulty is estimated via step-count of the solver
• The game is optimized to run smoothly on low-end devices
• Designed first for iOS, now fully adapted for iPad as well<p>I’d love feedback from puzzle lovers, game designers, and anyone interested in handcrafted logic design.
Here’s the App Store link: [inserați linkul]<p>Thanks for reading — happy to answer any technical questions!
Show HN: Radioactive Pooping Knights
I've been having fun building out a really simple chess learning app for my daughter (7). It started with just "maze like" puzzles [1] and I've added a few more.<p>This "radioactive pooping knights" idea came from an Irish primary school chess website [2]. Really simple idea, two knights moving around the board leaving poo behind... Don't be the one forced to step on it.<p>* <i>best played with sound on.<p>[1]. <a href="https://minichessgames.com/#/movement/knight" rel="nofollow">https://minichessgames.com/#/movement/knight</a><p>[2]. <a href="https://ficheall.ie/" rel="nofollow">https://ficheall.ie/</a><p></i> *highly subjective, may not be better for you to play with sound at all ;)<p>p.s. Any "buy me a coffee" goes to my daughter. Annoyingly they only pay out once you get above $10 USD and I think it's currently sitting at 9.85 or something!
Show HN: Tascli, a command line based (human) task and record manager
`cargo install tascli`<p>Manages your own task and records in the terminal simply with tascli - tiny, fast and simple.
Show HN: Tascli, a command line based (human) task and record manager
`cargo install tascli`<p>Manages your own task and records in the terminal simply with tascli - tiny, fast and simple.
Show HN: Tascli, a command line based (human) task and record manager
`cargo install tascli`<p>Manages your own task and records in the terminal simply with tascli - tiny, fast and simple.
Show HN: Pbnj – A minimal, self-hosted pastebin you can deploy in 60 seconds
I'm sure folks here have seen pastebins a thousand times. There's no innovation left in this space – and that's kind of the point.<p>When I wanted to self-host a pastebin, every option I found was too much. Git-based version control, OAuth, elaborate admin panels. I just wanted something I could deploy in under a minute with a CLI that actually works.<p>So I built pbnj (yes, like the sandwich).<p>What it is:<p>- A minimal, beautiful pastebin with syntax highlighting for 100+ languages<p>- One-click deploy to Cloudflare (free tier gives you ~100,000 pastes)<p>- CLI-first: pbnj file.py → get a URL, copied to clipboard<p>- Memorable URLs: crunchy-peanut-butter-sandwich instead of x7f9a2<p>- Private pastes with optional secret keys<p>- Web UI for when you're not in a terminal<p>What it isn't:<p>- No accounts, no OAuth, no git integration<p>- No multi-user support (fork it and run your own)<p>- No expiring pastes, no folders, no comments<p>- Not trying to replace Gist or be a "platform"<p>Why not just use Gist? Maybe you want to own your data. Maybe you enjoy self-hosting things. Or maybe you're a little autistic like me and just like having your own stuff.<p>Live demo: <a href="https://pbnj.sh" rel="nofollow">https://pbnj.sh</a>
GitHub: <a href="https://github.com/bhavnicksm/pbnj" rel="nofollow">https://github.com/bhavnicksm/pbnj</a>
CLI: npm install -g @pbnjs/cli<p>If this scratches an itch for you, I'd appreciate a star on GitHub. Happy to answer any questions!
Show HN: Pbnj – A minimal, self-hosted pastebin you can deploy in 60 seconds
I'm sure folks here have seen pastebins a thousand times. There's no innovation left in this space – and that's kind of the point.<p>When I wanted to self-host a pastebin, every option I found was too much. Git-based version control, OAuth, elaborate admin panels. I just wanted something I could deploy in under a minute with a CLI that actually works.<p>So I built pbnj (yes, like the sandwich).<p>What it is:<p>- A minimal, beautiful pastebin with syntax highlighting for 100+ languages<p>- One-click deploy to Cloudflare (free tier gives you ~100,000 pastes)<p>- CLI-first: pbnj file.py → get a URL, copied to clipboard<p>- Memorable URLs: crunchy-peanut-butter-sandwich instead of x7f9a2<p>- Private pastes with optional secret keys<p>- Web UI for when you're not in a terminal<p>What it isn't:<p>- No accounts, no OAuth, no git integration<p>- No multi-user support (fork it and run your own)<p>- No expiring pastes, no folders, no comments<p>- Not trying to replace Gist or be a "platform"<p>Why not just use Gist? Maybe you want to own your data. Maybe you enjoy self-hosting things. Or maybe you're a little autistic like me and just like having your own stuff.<p>Live demo: <a href="https://pbnj.sh" rel="nofollow">https://pbnj.sh</a>
GitHub: <a href="https://github.com/bhavnicksm/pbnj" rel="nofollow">https://github.com/bhavnicksm/pbnj</a>
CLI: npm install -g @pbnjs/cli<p>If this scratches an itch for you, I'd appreciate a star on GitHub. Happy to answer any questions!
Show HN: I was reintroduced to computers: Raspberry Pi
Show HN: Tacopy – Tail Call Optimization for Python
Show HN: Tacopy – Tail Call Optimization for Python