
openstem — code skills that finally stick
Learn code skills with flashcards, quizzes, and AI tutoring built on memory science.
@mkappworks · X
I am building lets connect
The full gallery
Tech stack
23 projects

Learn code skills with flashcards, quizzes, and AI tutoring built on memory science.
@mkappworks · X
I am building lets connect

Convert OpenAPI specs and databases into MCP tools without coding.
mhmt_dmr · HN
MCP Gateway – Turn existing APIs and databases into MCP servers

Local-first cognitive runtime with live AST graphs, runs in your browser with no data sharing.
@fortsignal1 · X

Create functional apps by describing them in plain language, no coding required.

Generate professional documentation for startups without coding or complex setup.
@hannah24_app · X

Build apps and websites with AI, no coding skills needed.
@cecond_thoughts · X
Don't know about vercel but a website can have and only have its frontend vibe-coded, and backend not vibe coded but hosted on railway.

A coding network where learners build visible proof through courses and challenges with mentoring and company operations.
@Michaela200_5 · X

Apply curated design palettes and typography to your AI-generated website.
@Hamzadevio · X
just shipped. my goal is to help founders add taste to their vibe coded ugly looking apps. (especially the purple gradient, can't see it no more..)

Analyze chess games with natural language explanations using an open-source browser tool with no login required.
u/ICARUS_2X · Reddit
Spent 7 months building a FOSS platform for natural-language chess analytics (No LLM) Hey guys, I've released CHONSE2, an open-source game review platform that offers unlimited analysis and move explanations without using hallucination-prone LLMs, running entirely in your browser. chonse2.com But Lichess is free, so why use this? Some have asked. It expands on Lichess's feature set a few different ways: Full analysis (accuracy/elo estimations/eval graphs, etc) requir

Convert tutorial videos into executable Playwright tests, action graphs, SOPs, and n8n workflows.
@bhavin_Confuse · X
BEHAVR ( @Behavr_AI ) — chat with any video instead of scrubbing through it. Ask "where does he fix the CORS bug?" → get the answer with the exact timestamp.

An AI agent team plans, designs, and deploys full-stack applications with real databases and APIs.
@islamtaha · X

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
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