
Lecsium - Apprenez les langues par la lecture
Read AI-generated stories adapted to your language level to learn vocabulary in context.
lecsium · Product Hunt
Lecsium Learn languages by reading AI-generated interactive novels
The full gallery
Tech stack
21 projects

Read AI-generated stories adapted to your language level to learn vocabulary in context.
lecsium · Product Hunt
Lecsium Learn languages by reading AI-generated interactive novels

Collaborative LaTeX editor with Markdown support, real-time editing, and built-in reference management.
danielszabo · HN
Online editor with LaTeX, Markdown, LaTeX+Markdown Hybrid and WYSIWYG (MD only) support, AI assistant with resource lookup and anti-hallucination features, live collaboration and more fun things. Still in quite early beta. First institutional deployment scheduled in the autumn. Feel free to play around.

Virtual pet companion that crawls your browser viewport and responds to page topics.
@fujidevv02 · X
the world's first context-aware, local AI browser pet companion!

Online chess platform for kids with a focus on privacy and safety.
Jeffery

Create personalized weekly learning plans for children's long-term goals in chess, swimming, music, or languages.
@EICWOGUP · X
Hey James, I am building that helps parents focus on their kids long term goals. Parents don’t have to be fluent on any skills to teach kids. All they have to do is choose the goal like chess, swimming, trachtenberg math, yoga etc and you get weekly list.

Play nested Tetris where each pixel is another complete Tetris game.
farcaster · HN
On this page there are two complete recreations of the original Gameboy Tetris game based on the commented assembly code. On the top level there is a C version that compiles to WASM but on every pixel of that version there is a GLSL shader also implementing the complete original code with a AI player making virtual inputs! Everything was planned by me and coded by Claude Fable. Brazilian tileset generated by Gemini so I'm not technically using any copyrighted assets. Link to repo: https://github.com/ThiagoLira/Fractetris/tree/main

AI-guided mental fitness sessions with breathing, grounding, and focus exercises in your browser.
@LenvanderHof · X
Building - Experimental, EMDR-inspired, AI-guided, advanced mental fitness sessions and gamified micro-courses. Let's connect!

Generate interactive 3D worlds in seconds with text and photos using AI for games, research, and robotics.
ai world generator — 用文本和照片生成自然风光视频的 AI 工具网站

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