TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Draw-to-code on Vision Pro with offline mode

3 pointsby jacobglowbomabout 1 year ago
Hi everyone, I built a Vision Pro app that lets you develop simple apps just by drawing on a canvas. You can export code to JavaScript and Tailwind CSS, SwiftUI, Kotlin, or Flutter. The app also supports the offline mode that runs OpenHermes-2.5-Mistral-7B locally on Vision Pro to work without internet.<p>Here&#x27;s how it works (demos + instructions): <a href="https:&#x2F;&#x2F;github.com&#x2F;glowbom&#x2F;glowby&#x2F;blob&#x2F;main&#x2F;GlowbyGenius.md">https:&#x2F;&#x2F;github.com&#x2F;glowbom&#x2F;glowby&#x2F;blob&#x2F;main&#x2F;GlowbyGenius.md</a><p>Try it out and let me know what you think. Thanks!

1 comment

jacobglowbomabout 1 year ago
Here&#x27;s a quick demo of making a functional SwiftUI app: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rrJdVZnnZ94" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=rrJdVZnnZ94</a><p>And code generation on Apple Vision Pro without internet: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BO0qJf-Gugg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=BO0qJf-Gugg</a><p>Additionally, you can chat about your project with Glowby: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=wqfLtk2t-T8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=wqfLtk2t-T8</a><p>The chat works offline as well running a Mistral-like model on device. I tried different LLMs including TinyLlama. The best results were from using OpenHermes-2.5-Mistral-7B. Happy to answer any questions.