frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: KiCad in the Browser

https://demo.pcbjam.com/
19•ViktorEE•1h ago
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working".

We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result.

This project is a ton of fun, ton of learning, ton of improvements over improvements:

- I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared them to native at every step, then the app loaded up the first time and just worked. I spent weeks hunting weird emulation bugs before that.

- There was an old wxWidgets web port as a starting point that helped a lot, bringing it up to the level KiCad needed is a long (and still ongoing) task. Thanks ahilss!

- Pthreads on the web: with Emscripten it’s possible to port multithreaded apps (used by DRC, software 3D renderer). A lot of Emscripten features (Asyncify, Pthreads, native exceptions) are in a war with each other, but it’s possible.

- Asyncify with native exceptions: Asyncify (used to make the WASM code suspend then call into the JS land, emulating blocking C++ calls by rewriting the WASM directly) is not compatible with native exceptions, even on the latest Binaryen version it can’t suspend inside catch arms. If you write a new Binaryen pass then it can, making the bundle 30-40% smaller and the app load in a second instead of 10.

- Optimizing bundle size is a fun game. We just moved Open CASCADE into a separate lazy-loaded WASM module, moving from 180 to 130 MB (24 MB brotli), still on -O1. -O2 / -Oz etc will be more work than it looks.

And a ton more problems like these above on a daily basis.

A few months ago I had a barely loading laggy pcbnew that crashed when you looked at it wrong, now we have the whole application working. I should say with quite a few bugs still, but now it feels pretty close to native.

There’s a lot of built up knowledge / code that we want to release as blogposts, mainline our changes to Binaryen / KiCad / wxWidgets, but I want to focus on the release first. Our wxWidgets port is quite close to the core, the KiCad is ~150 changed core files (mostly build scripts, some code changes too). The goal is to keep as close to the mainline as possible, and merge eventually.

We’ll have a free tier for sure and something around $30/mo for bigger/closed projects, optional paid AI integration / self hosting / enterprise features / native & mobile version down the line.

The goal is to build a product on top of KiCad (collaboration, AI integration, sharing, integrations), kind of like what Red Hat did with Linux back then. We’re heads down making it functional and have the first version up in a ~month or so.

And of course we’re standing on the shoulders of the people who made KiCad & wxWidgets and we want to give back and contribute as much as possible, if you have an idea on how to do that best let me know, I released a few moderately successful open source projects, but I’ve never been a contributor. All of the front-end code is GPL (it has to be) and you can run this project if you want.

You can find the sources at: https://github.com/emergence-engineering/pcbjam.

Our company site is at: https://emergence-engineering.com/

Our crappy LP is at: https://www.pcbjam.com/

Comments

ViktorEE•1h ago
Happy to answer any questions & feel free to reach out ( email in my profile )!
JKCalhoun•34m ago
I like all the utility you have already built in.

My selfish suggestion would be to add support to populate the part numbers for all the components from LCSC's database. JLCPCB wants these numbers in order to assemble a PCB.

(Currently I use a JLCPCB plug-in to do this in KiCAD.)

ViktorEE•24m ago
thanks! one thing we did not port is the plugin system: it's quite hard to run python on the web ( AFAIK pyodide is not enough here ) and I've heard that it will be deprecated in the next version.

The KiCad editor's state is accessible from the web app, we'll do some kind of plugin system like Figma's or just implement these functions as an overlay. We'll see, thanks for the tip!

thenthenthen•15m ago
Small suggestion, it would be nice to see the total size of the download during the first load (sry I am on a slow metered connection).
ViktorEE•13m ago
Yea, I'll add it in the next deploy. Thanks! Right now it's about ~30 MB for the big app ( 2 editors + footprint + symbol ).

Show HN: KiCad in the Browser

https://demo.pcbjam.com/
19•ViktorEE•1h ago•5 comments

Show HN: CAVS – Open-source content-addressable updates for game assets

https://github.com/orelvis15/cavs-oss
2•orelvis15•42m ago•0 comments

Show HN: Skred – my opinionated sound/pattern engine and live coding thingy

https://octetta.github.io/pulp/doc/show-hn-1.html
4•octetta•2h ago•1 comments

Show HN: Runtime and install-time enforcement for NPM dependencies`

https://github.com/kratex-security/kratex
2•jackbeck•2h ago•0 comments

Show HN: PES Benchmark v0.2 – Detecting AI-generated motion (Cohen's d=10.4)

https://github.com/myshapeprotocol/myshape-protocol
3•myshapeprotocol•2h ago•0 comments

Show HN: Open-source phone calling infra for AI agents

https://github.com/AgentLineHQ/AgentLine
3•sameersri2004•3h ago•2 comments

Show HN: A live badge that proves your SaaS runs on EU infrastructure

https://euroseal.pages.dev
3•robpus•4h ago•0 comments

Show HN: Design Patterns for AI

https://verificationdesign.com/
2•verify-ai•3h ago•1 comments

Show HN: Pixtrava – Public Profiles for Our Persistent 3D Voxel World

https://pixtrava.com/blog/public-profiles-launch
2•sbcom•3h ago•0 comments

Show HN: Selbstbild – What Fable 5 thinks of your HN comment history

https://selbstbild.eu
3•Topfi•3h ago•1 comments

Show HN: Minicraft - Running Minecraft Classic from a Single Twitter Post

https://github.com/Kuberwastaken/minicraft
2•kuberwastaken•1h ago•0 comments

Show HN: Self-healing review gate and knowledge base for Claude Code (Beta)

https://verity.md
4•claudiacsf•4h ago•0 comments

Show HN: Super fast pipeline for finding specific paths across mills of domains

https://github.com/Kirill89/webcensus
2•k1r111•5h ago•0 comments

Show HN: Reactive Resume v5 – free, private, self-hostable resume builder

https://github.com/amruthpillai/reactive-resume
2•AmruthPillai•5h ago•0 comments

Show HN: Bramble – Local-first password manager

https://github.com/flythenimbus/bramble
137•MegagramEnjoyer•2d ago•39 comments

Show HN: WakaWiki, a CLI that maintains agent documentation for your codebase

https://github.com/sonyarianto/wakawiki
2•sonyarianto•6h ago•0 comments

Show HN: Codex-review – a read-only cross-model review skill for Claude Code

https://github.com/shimo4228/codex-review
2•shimo4228•8h ago•0 comments

Show HN: Classify mechanical faults using Contrastive Language-Audio Pretraining

https://github.com/adam-s/car-diagnosis
35•dataviz1000•3d ago•3 comments

Show HN: A statically typed, cross-platform, easily bootstrappable build system

https://github.com/rochus-keller/BUSY/
46•Rochus•4d ago•15 comments

Show HN: Mise – A keyboard-driven Python/Qt6 browser built for fanless laptops

https://github.com/Rakosn1cek/Mise
7•Rakosn1cek•16h ago•3 comments

Show HN: Mcpsnoop – Wireshark for MCP (transparent proxy and live TUI)

https://github.com/kerlenton/mcpsnoop
63•kerlenton•1d ago•22 comments

Show HN: How do you guys keep your journey diaries?

https://journeydiaries.vercel.app/
2•dutay05•10h ago•2 comments

Show HN: Isthistechdead.com got a full UI revamp

https://isthistechdead.com/
5•jobehi•15h ago•2 comments

Show HN: Local MCP – Claude/ChatGPT read your iMessage, Teams, files on-device

https://www.local-mcp.com/en
3•lanchuske•11h ago•0 comments

Show HN: Apple Foundation Model in Xcode-Beta

https://gist.github.com/voxels/b6ea737dd127745f9af009ebd038ded4
4•edgcumbe•15h ago•0 comments

Show HN: Minesweeper.free – Play minesweeper online free

https://minesweeper.free/
3•nadermx•11h ago•0 comments

Show HN: Grade your code's post-quantum crypto exposure A–F, free, in-browser

https://throndar.ai/cbom
3•algo26•17h ago•0 comments

Show HN: TeXposit – LaTeX and Markdown Editor

https://texposit.com/
3•danielszabo•17h ago•0 comments

Show HN: Two-tier-memory – queryable long-term memory for AI coding agents

https://github.com/tadelstein9/two-tier-memory
2•tadelstein•12h ago•0 comments

Show HN: Inkwell – An RSS reader for e-ink devices

https://kendal.codeberg.page/inkwell/
76•imkendal•2d ago•11 comments