I love Raycast. I would probably be called a "power user" - I use it all day long and have a fairly sophisticated and customized configuration and set of workflows. Raycast is actually one of the primary things keeping me on MacOS these days (please release a Linux version!). I am worried this is the start of them trying to diversify their product offering because revenue has stalled in the core Raycast product and V…
Glaze by Raycast
81–90 of 154 posts
Re: Glaze by Raycast
#82I cannot bring myself to trust unreviewed software enough to install it on my own machine with arbitrary permissions. I understand the push for AI-generated websites, because the code running in my browser's sandbox is gonna have very limited permissions to do anything evil, but desktop apps are a completely different story
I feel you! We thought about this and all apps will have a permission model. So you can limit it to specific file disk locations, domains for network requests, and so on.
Re: Glaze by Raycast
#83I thought this must be a joke at first. "Glaze" is in pretty heavy use as recent slang for "when someone excessively praises another person in a way that feels over-the-top." https://creativesimiles.com/glaze-meaning-slang/ ie the annoying way that LLMs interact with users
It's so much worse. Your link fails to mention that the "Glaze" in question is a cough bodily fluid. Yes that one. Have I seen politicians use "glaze" recently? Yes. Gross. On the other hand it is kind of the perfect name for Yet Another AI Website Maker (YAAWM?).
Re: Glaze by Raycast
#84Re: Glaze by Raycast
#85Not to be a curmudgeon, but why are they spending time on this? As an enthusiastic Raycast user, I would prefer to see them focus on making Raycast better, not finding new ways to jump on the AI bandwagon.
Re: Glaze by Raycast
#86Not to be a curmudgeon, but why are they spending time on this? As an enthusiastic Raycast user, I would prefer to see them focus on making Raycast better, not finding new ways to jump on the AI bandwagon.
Re: Glaze by Raycast
#87Claude Code is pretty good at Swift + Swift UI. I created and have been iterating on a menubar app for myself that I plan to share with a small team. I'd prefer to do this native than go through a 3rd party solution. I do have prior experience developing for iOS but that was pre-swift.
I'm not using the Xcode integration and so there's still some rough parts where build errors show up in Xcode and I then have to paste them into my Terminal.
When you are used to backend work...it's kinda fun to see an app come to life and run on your phone though.
Re: Glaze by Raycast
#88I cannot bring myself to trust unreviewed software enough to install it on my own machine with arbitrary permissions. I understand the push for AI-generated websites, because the code running in my browser's sandbox is gonna have very limited permissions to do anything evil, but desktop apps are a completely different story
I feel you! We thought about this and all apps will have a permission model. So you can limit it to specific file disk locations, domains for network requests, and so on.
Definitely a good initiative though. I like how coding harnesses do it, showing you the exact command that would run, or running it in a sandbox first.
Re: Glaze by Raycast
#89It's certainly a nice promotional website. My first thought was, "So, Replit and ilk?", seems they expected that comparison: > How is Glaze different from Lovable, Replit, or v0? > Those tools build for the browser. Glaze builds for your desktop. That means your apps can access your file system, your camera, keyboard shortcuts, menu bar integration, and background processes. Things a web app can’t do. It’s a differen…
I took a few shots at building desktop apps with Tauri, Wails and Electron using Claude Code, and the results were not very good at all. In fact, they were by far the worst results I've gotten with the tool. I can easily clone one of my boilerplate repos in Rails, or Django and prompt away, and the results are consistently good, as in, functional MVP in a few hours. This was never the case for the desktop tools I men…