NC is an open-source programming language with built-in AI. Write in plain English, ship production code. One ~1.3 MB binary — no Python, no Node, no dependencies. Includes AI engine, HTTP server, frontend compiler. Apache 2.0.
No reviews yetBe the first to leave a review for NC
Maker
📌
Hey Product Hunt! 👋
I'm Sai, the creator of NC. I built it because every AI app I wrote started
with 25 lines of boilerplate — imports, API keys, Flask setup, error handling —
before I could write a single line of business logic.
NC puts AI directly in the language:
ask AI to "classify this ticket" using data
That's actual NC code. It runs local inference with a built-in transformer
model — no API keys, no internet needed.
Here's what you can build with NC today:
→ AI-powered REST APIs (one file, `nc serve app.nc`)
→ Web frontends in plain English (NC UI)
→ Full-stack apps with AI code generation (`nc ai create "..."`)
The engine is C11, the binary is ~1.3 MB, and it runs on macOS, Windows,
Linux, and Docker.
Everything is Apache 2.0 — free for any use.
Install in 30 seconds:
curl -sSL https://nc.devheallabs.in/instal... | bash
I'd love your feedback — what would you build with it?