frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Malicious Extension Sentry: database of removed Chrome/Edge extensions

2•toborrm9•16m ago•0 comments

Show HN: A weird thing that detects your pulse from the browser video

https://pulsefeedback.io/
60•kilroy123•3d ago•26 comments

Show HN: Beecon Infrastructure as Intent, open source IaC built for AI agents

https://beecon.sh
3•gtlpanda•2h ago•0 comments

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies

https://mujs.org
129•amaury_bouchard•22h ago•60 comments

Show HN: ANSI-Saver – A macOS Screensaver

https://github.com/lardissone/ansi-saver
92•lardissone•16h ago•34 comments

Show HN: Qry – CLI web search that always outputs JSON, with swappable back ends

https://github.com/justEstif/qry
2•justEstif•3h ago•0 comments

Show HN: SafeAgent – exactly-once execution guard for AI agent side effects

3•Lions2026•3h ago•2 comments

Show HN: Ethernity: Secure paper backups with age encryption and SSS

https://github.com/MinorGlitch/ethernity
2•minorglitch•4h ago•1 comments

Show HN: SiClaw – Open-source AIOps with a hypothesis-driven diagnostic engine

https://github.com/scitix/siclaw
2•SherryWong•4h ago•0 comments

Show HN: DailyDefense – Daily tower defense for agents or humans

https://www.dailydefense.ai
2•pj4533•5h ago•0 comments

Show HN: Kula – Lightweight, self-contained Linux server monitoring tool

https://github.com/c0m4r/kula
82•c0m4r•1d ago•55 comments

Show HN: I open-sourced my Steam game, 100% written in Lua, engine is also open

https://github.com/willtobyte/reprobate
53•delduca•1d ago•20 comments

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
280•squidleon•1d ago•161 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
96•es617•1d ago•32 comments

Show HN: Leonardo – FFmpeg Video Converter for Linux Creators

https://github.com/RossContino1/Leonardo
8•RossC17331•13h ago•2 comments

Show HN: OpenGraviton – Run 500B+ parameter models on a consumer Mac Mini

https://opengraviton.github.io
8•fatihturker•14h ago•2 comments

Show HN: Jarvey - a local JARVIS for MacOS

https://github.com/novynlabs-repo/Jarvey
2•AhmedAshraf•8h ago•0 comments

Show HN: SRA – A new architectural pattern for modern product engineering

https://github.com/FelixZY/specification-realization-assembly-bible
4•FelixZY•13h ago•0 comments

Show HN: Help] I run 4 AI-driven companies simultaneously from my terminal

https://github.com/NikitaDmitrieff/auto-co-meta
3•Ndmtrieff•9h ago•2 comments

Show HN: Agentpng – turn agent sessions into shareable images

https://www.agentpng.dev/
3•siegers•9h ago•0 comments

Show HN: 1v1 coding game that LLMs struggle with

https://yare.io
25•levmiseri•2d ago•7 comments

Show HN: OpenGrammar Open-source, self-hostable Grammarly alternative

https://swadhinbiswas.github.io/opengrammar/
3•0x0003r•10h ago•0 comments

Show HN: MicroBin – Easy File Sharing for Everyone – Self-Hostable

https://my.microbin.eu/
2•dszb•10h ago•0 comments

Show HN: OculOS – Any desktop app as a JSON API via OS accessibility tree

https://github.com/huseyinstif/oculos
15•stif1337•23h ago•9 comments

Show HN: Meshcraft – Text-to-3D and image-to-3D with selectable AI engines

https://meshcraft.xyz
2•otmardev•10h ago•0 comments

Show HN: Ruffle.rs brought back a 2012 Flash MMO to the modern web

https://oldschoolrealms.com/
5•crosschainer•12h ago•0 comments

Show HN: Swarm – Program a colony of 200 ants using a custom assembly language

https://dev.moment.com/
189•armandhammer10•2d ago•61 comments

Show HN: Smelt – Extract structured data from PDFs and HTML using LLM

https://github.com/akdavidsson/smelt
4•smeltcli•18h ago•0 comments

Show HN: Diamond – an interactive CLI for editing trees

https://github.com/justindmassey/diamond
3•justindmassey•18h ago•0 comments

Show HN: TeamShotsPro – AI team headshots from a selfie in 60 seconds

https://www.teamshotspro.com
2•Mvhaperen•13h ago•0 comments
Open in hackernews

Show HN: Meshcraft – Text-to-3D and image-to-3D with selectable AI engines

https://meshcraft.xyz
2•otmardev•10h ago
Hey HN, I built Meshcraft – a web-based tool that generates 3D models (GLB) from text prompts or images.

What's new since the first Show HN (Feb): Back then it was a basic TripoSR wrapper. A commenter here (thanks vunderba) pointed me to Trellis 2, which was vastly better. Since then I've rebuilt the whole thing:

- Two 3D engines: Standard (Trellis 2 via HuggingFace ZeroGPU) and Premium (Hunyuan v3.1 Pro via fal.ai). Standard is free, Premium costs 50 credits and produces ~1.4M face models with proper PBR materials. - Four image models for text-to-3D: FLUX 1 Schnell, FLUX 2 Dev, GPT Image 1 Mini, GPT Image 1.5. You pick the model, type a prompt, and it generates an image then converts to 3D. - Unified credit system with variable costs per action (1-59 credits depending on engine + image model combo).

Stack: Next.js 16 on Netlify, Supabase (auth + DB + storage), Stripe, HuggingFace ZeroGPU H200, fal.ai serverless for Hunyuan and image generation. Background generation via Netlify Background Functions (up to 15 min async).

What I learned building this:

1. The 3D engine is the quality bottleneck, not the image model. I tested 8 engines before settling on two. Trellis 2 is great for simple objects but struggles with complex geometry (missing fingers, back-side artifacts). Hunyuan v3.1 Pro solves most of these. 2. Image model quality matters less than you'd think for 3D – a $0.003 FLUX schnell image produces nearly the same 3D result as a $0.009 GPT Image 1.5 image. 3. HuggingFace ZeroGPU is incredible for bootstrapping – free H200 inference with a $9/mo Pro account. The cold start and queue times are the trade-off.

Free tier: 5 credits/month, no credit card required. Would love feedback on the generation quality and UX.