Hi HN,
I am a 12yo dev in HK.
I wanted a lightweight way to interact with DeepSeek/LLMs without installing heavy frameworks or web servers. AntroCode is a single .py file that compiles and serves its own HTML/JS/CSS client locally.
All state (API keys, chat history, projects) is managed securely via the browser's local storage. It supports markdown parsing, code syntax highlighting, and native reasoning (Chain-of-Thought) rendering.
Just run it and code. Feedback is welcome!
AntroMind0310•1h ago
I am a 12yo dev in HK.AntroCode is my first product.It is a single-file AI Tools.As I am a new user, I didn't get really much attractions.If you admire my code, leave a star or even fork!Let's beat with the algorithm!
AntroMind0310•1h ago
I use browser to open the UI and all data is saved on the localstorage.It has been opensourced for 48 hours.I have 20 CLONE from 5 users!It means they really admire this product.
AntroMind0310•1h ago
Hi HN, I'm a 16-year-old student. I built this because I want to benefit dev truely. I used python only and learned a lot about Use HTML_TEMPLATE to show HTML during the process. I'd love to get some feedback from the community!
AntroMind0310•1h ago
All state (API keys, chat history, projects) is managed securely via the browser's local storage. It supports markdown parsing, code syntax highlighting, and native reasoning (Chain-of-Thought) rendering.
Just run it and code. Feedback is welcome!