frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: UnifyRoute – Self-hosted OpenAI-compatible LLM gateway with failover

1•unifyroute•18s ago•0 comments

Meta to Create New Applied AI Engineering Organization

https://www.wsj.com/tech/ai/meta-to-create-new-applied-ai-engineering-organization-in-reality-lab...
1•RijilV•21s ago•0 comments

Show HN: Lurk – local agent that gives AI tools context about what you're doing

https://github.com/lurk-cli/lurk
1•asanao•3m ago•0 comments

Video Conferencing with Postgres

https://planetscale.com/blog/video-conferencing-with-postgres
1•zdw•4m ago•0 comments

Ask HN: Getting a new job as a manager in the AI era (US)

1•doitdone•4m ago•0 comments

Cliniclaw: AI-native HIS attempt with polict-gated clinical agents

1•chesterguan•7m ago•0 comments

Apple Postpones Smart Home Display Launch as It Waits for New AI and Siri

https://www.bloomberg.com/news/articles/2026-03-09/apple-postpones-smart-home-display-launch-as-i...
1•gbourne•9m ago•0 comments

Denver International Airport is one of the busiest airports in the world

https://www.flydenver.com/about-den/
1•mooreds•10m ago•0 comments

AI Boom Comes for CPUs, Which Are 'Cool Again'

https://www.hpcwire.com/2026/03/09/ai-boom-comes-for-cpus-which-are-cool-again/
1•rbanffy•11m ago•0 comments

Text to Print: Claude Code for 3D printing

https://github.com/Patrick0shea/DDD
1•posky0•11m ago•0 comments

Personalized Birth Flower Gift Mom Printable Mother's Day Gift(Digital Download)

https://www.etsy.com/listing/4466729214/personalized-birth-flower-gift-for-mom
1•robertsshaun•12m ago•0 comments

Nvidia's Groq Plot Thickens

https://thechipletter.substack.com/p/nvidias-groq-plot-thickens
1•rbanffy•12m ago•0 comments

Southern Italy scrambles for doctors after US pressure on Cuban programme

https://www.euractiv.com/news/southern-italy-scrambles-for-doctors-after-us-pressure-on-cuban-pro...
2•vrganj•12m ago•1 comments

The AI C-Suite (of 99helpers.com)

https://99helpers.com/tools/csuite-advisor
1•nickk81•13m ago•1 comments

Building a Package Manager on Top of Meson's Wrap System

https://collider.ee/blog/2026-03-09-2328_building_a_package_manager/
1•mog_dev•14m ago•0 comments

Free Self-Coach Reset – 7-Day Guide to Calm, Clarity, Confidence and Direction

https://startherestudio.gumroad.com/l/free-self-coach
1•robertsshaun•15m ago•0 comments

AI enables a Who's Who of brown bears in Alaska

https://actu.epfl.ch/news/ai-enables-a-who-s-who-of-brown-bears-in-alaska/
1•mooreds•16m ago•0 comments

Show HN: I built a 38K-line Rust CLI using 3 AI models as my engineering team

1•edenwang233•16m ago•0 comments

Download Audible library and strip DRM

https://getlibation.com/
1•bookofjoe•17m ago•0 comments

Mirror image pheromones help beetles 'swipe right' to find mates

https://phys.org/news/2026-02-mirror-image-pheromones-beetles-swipe.html
2•PaulHoule•19m ago•0 comments

Agentic Harness Bootstrap

https://github.com/synthnoosh/agentic-harness-bootstrap
1•synthnoosh•19m ago•0 comments

Missing money, shipped chips and a 350k% profit

https://www.theguardian.com/politics/2026/mar/09/key-takeaways-on-ai-phantom-investments-uk
1•cdrnsf•19m ago•0 comments

Catching malicious contributions in Datadog's open source repos

https://www.datadoghq.com/blog/engineering/stopping-hackerbot-claw-with-bewaire/
4•scapecast•20m ago•0 comments

Ask HN: Is GitHub getting less reliable, or is it just me?

2•_pdp_•20m ago•0 comments

Rendezvous with Rama

https://blog.engora.com/2026/03/rendezvous-with-rama.html
28•Vermin2000•21m ago•13 comments

Study finds teens spend nearly a third of the school day on smartphones

https://phys.org/news/2026-03-teens-school-day-smartphones-frequent.html
2•bikenaga•21m ago•2 comments

Employees at OpenAI and Google support Anthropic's lawsuit against The Pentagon

https://www.theverge.com/ai-artificial-intelligence/891514/anthropic-pentagon-lawsuit-amicus-brie...
3•dougb5•22m ago•2 comments

Real-Time LLM Debate

https://debate.apxlabs.dev
1•romirpatel•22m ago•1 comments

Electrical upgrades for our Winnebago Solis camper van

https://www.jamesxli.com/2026/van-electrical-upgrades/
2•bobbiechen•23m ago•1 comments

Tokenized Stocks Are Coming to a Market Near You

https://www.wsj.com/finance/stocks/tokenized-stocks-are-coming-to-a-market-near-you-five-things-t...
2•petethomas•26m ago•0 comments
Open in hackernews

Self-hosted docs platform – 4 PHP files, no database, free GitBook alternative

https://github.com/webstudio-ltd/docs
3•webstudioltd•2h ago

Comments

webstudioltd•2h ago
We are a small web agency and we were paying for GitBook for every client docs site. $65/month per site + $12/user. It adds up fast.

So I built a replacement. Took a while, but the result is something I'm genuinely happy with — and I figured others might find it useful too, so I open-sourced it.

What it is: A self-hosted documentation platform. Think GitBook, but you own it.

What makes it different: - 4 files — `index.php`, `api.php`, `auth.php`, `.htaccess`. That's the entire thing. Upload to any PHP hosting and you're done. - No database — everything is stored as JSON files. No MySQL, no Postgres, no Docker, no nothing. - No build process — no npm, no webpack, no React. Just upload and it works.

What's inside: - Block editor with 14 block types (code with syntax highlighting, tables, cards, timeline, callouts, collapsible sections...) - Slash commands — type `/` to insert blocks, just like Notion - Full-text search (Ctrl+K) - Dark & light mode, custom accent colors, logo, favicon - Spaces, tree navigation, drag & drop pages - Cover images with gradients - Auto-generated OG images for social sharing - Code blocks with Prism.js (200+ languages) and copy button - Undo/redo, drag & drop block reordering - Mobile responsive - Setup wizard with bcrypt password hashing - i18n ready (English + Slovak built-in)

Live demo: https://docs.web-studio.sk (password: DemoPassword@123)

GitHub: https://github.com/webstudio-ltd/docs

MIT licensed. Free forever. We're also working on a premium version with advanced features for teams, but the open-source version is fully functional and will stay free.

Would love to hear your feedback. What would you add? What's missing?

reconnecting•2h ago
This is far away from 4 files:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/cs...">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/p..." id="prism-theme">

<link href="https://fonts.googleapis.com/css2?family=Geist:wght@300;400;..." rel="stylesheet">

<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@2.26.5"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/header@2.8.1"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/nested-list@1.4.2"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/code@2.9.0"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/quote@2.6.0"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/delimiter@1.4.2"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/inline-code@1.5.0"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/marker@1.4.0"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/checklist@1.6.0"></script>

<script src="https://cdn.jsdelivr.net/npm/@editorjs/table@2.3.0"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.mi..." defer></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/..." defer></script>

aavci•2h ago
I’m not sure if they implied not having any dependencies anywhere
aavci•1h ago
This is pretty cool.

I am wondering why you chose to go with 4 files only instead of organizing the code into separate folders?