frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Typebase – A single-folder back end you write in TypeScript

https://typebase.io
80•andrewww-dev•3d ago•17 comments

Show HN: Galaxium, an experimental WebGPU space explorer

https://galaxium.app
83•guillaumec•5d ago•28 comments

Show HN: PhpEZ – A tiny PHP framework for shared LAMP hosting

https://github.com/QcFe/phpEZ
2•qcfe•1h ago•1 comments

Show HN: Open-Source Local Whisper Flow Alternative

https://www.cloudless.so/
2•vednig•1h ago•0 comments

Show HN: 3D Embodiment of your Git repo

https://github.com/michaelaz774/RepoWorld
3•michael774•2h ago•0 comments

Show HN: Flint – A minimal C/C++ package manager and build tool written in C

https://github.com/mainak55512/flint
3•mbhatt99•2h ago•0 comments

Show HN: Sesame - a local-first, open-source password manager

https://usesesame.app/
58•d0mkaaa•1d ago•83 comments

Show HN: SubSmith – Turn your own videos into language-learning material

https://subsmith.app
70•IbrahimF96•1d ago•51 comments

Show HN: DataZen – a local-first client for cross-database workflows

https://flyxl.github.io/datazen/
3•flyxl•5h ago•1 comments

Show HN: Teamnaire – Discover Your Role in a Team

https://teamnaire.com/
4•humphrey_liu•5h ago•0 comments

Show HN: Qwiksi a CLI tool for adding your signature to a PDFs

https://github.com/krisraven/qwiksi
7•krisraven•8h ago•0 comments

Show HN: HexRaid – Real-time competitive multiplayer territory canvas

https://www.hexraid.lol/
4•its_ajseven•5h ago•0 comments

Show HN: A downloader for public social posts, no sign-up and no ads

https://www.socialdownloader.space
4•mgado•6h ago•0 comments

Show HN: Visual workspace to design and operate daily multi-agent workflows

https://github.com/ringlochid/oh-my-subagents
4•ringlochid•6h ago•1 comments

Show HN: The impact that made the Moon, 262k particles in a browser tab

https://gaploid.github.io/cosmic-collisions/
3•gaploid•6h ago•0 comments

Show HN: The load-bearing vocabulary of Claude

https://louisabraham.github.io/load-bearing/
672•Labo333•2d ago•319 comments

Show HN: Laser Graffiti

https://laser.consti.de
8•con•7h ago•3 comments

Show HN: OpenTIE and OpenXWA, Modern Ports of Tie Fighter and X-Wing Alliance

https://github.com/elyosh/OpenTIE/
220•elyosh•1d ago•56 comments

Show HN: DeepSeekGUI – A Windows desktop client for DeepSeek's coding agent

https://github.com/See-Sol-Lab/DeepSeekGUI
3•Goumang•8h ago•0 comments

Show HN: Watches user sessions, finds bugs that matter, and fixes them

https://github.com/opslane/opslane
36•aray07•2d ago•11 comments

Show HN: AMC Stocks Hub – asset-manager profiles, 13F holdings, and co-holdings

https://assetmanagementcompany.net/
4•lzyuan1006•14h ago•1 comments

Show HN: We built open OpenRouter that turns usage into a better model

https://github.com/experientiallabs/experiential
214•SilenN•1d ago•46 comments

Show HN: Kith – AI clinical notes for therapists from ambient session audio

https://www.kith.space
3•kithmedai•11h ago•2 comments

Show HN: Blast – Open-source sandbox-as-a-service

https://github.com/stanford-mast/blast
10•calebhwin•1d ago•0 comments

Show HN: Hacker News Client with Claude Code and Codex Integration

https://github.com/nilbuild/rundown
9•kamranahmedse•1d ago•0 comments

Show HN: Itsuki – shared memory for Claude Code, Cursor and 24 other AI tools

https://itsuki.app/
3•12ziyad•12h ago•2 comments

Show HN: Build your own theme park

https://www.magicpatterns.com/theme-park
55•thealexanderlee•3d ago•25 comments

Show HN: A lightweight, stateless database for agent memory

https://polign.com/blog-edge-agent-memory
35•anuptalwalkar•3d ago•12 comments

Show HN: Tokensift, an open-sourced token-efficiency linter for LLM prompts

https://github.com/ritenv/tokensift
6•ritenv•13h ago•3 comments

Show HN: Voronoi Go

https://voronoigo.com/
155•igpay•2d ago•26 comments
Open in hackernews

Show HN: PhpEZ – A tiny PHP framework for shared LAMP hosting

https://github.com/QcFe/phpEZ
2•qcfe•1h ago
I needed to make a tiny webapp backend to upload to shared LAMP hosting (they still exist, and I think they're fun despite us being well beyond 2005), but I couldn't face waiting for FTP to sync down however thousands files Laravel or similar frameworks need.

So I made a tiny PHP framework that gets packaged into a single file.

I'm using it for my own shady purposes, but I decided to put it on GitHub in case anyone else finds the approach useful.

It has typed request/response handling, filesystem-based routing, object serialization, database models/schema generation, and a little schema alignment tool. It has no Composer dependencies.

It's very much a tiny thing, but if anyone wants to try it and tell me where it breaks, I'd appreciate it :)

Comments

bogdan0x•13m ago
Thanks for sharing. I will give it a try, even if I don't use PHP lately.