@rampatra_ Exactly.
Yes, go for it. I’m thinking to start with beta testers so I can experiment with small number of users.
Interestingly I was just started setting up featurebase. Not heard about userjot before but looks similar
@birch_js Great read. I'm building an AI chat app and have run into the same issues myself. For me, WKWebView is not acceptable, so I spent months building my own Markdown renderer. It is far better than all the apps out there. Releasing it soon.
@dexterleng I built my own Markdown renderer in TextKit for this reason. My app is not yet released but it’s performance is comparable using web rendering.
Started testing my app in macOS Sequoia. Found few issues but nothing major yet. Unlike FileMinutes, my new app will only support Sequoia and above. SwiftUI has too many issues in older versions. For a large app, it is not worth the effort for the small market share of the older versions
Building my own Swift markdown library was the best decision I made. It’s going to be a bigger differentiator for my AI chat app among other cool features I built (still in stealth mode).
Next one - building a high performance Swift markdown editor
Literally everyone here is building either AI website/mobile app builder or creating desktop/terminal UI for coding CLI. Who are they selling to? At this rate, they are the only customers for their own tools.
I have looked at tons of new macOS apps. Many of them are beautiful, shiny, and polished. But a lot of them still feel like websites.
Some are built with web tech, which is understandable. But even some Swift apps use web-style design, and that never feels right to me.
Native apps have a rock-solid feel. Web apps feel more like shiny paper.
I like macOS apps that feel truly native. I do not want that web-like feeling.
We’re updating our ChatGPT Pro and Plus subscriptions to better support the growing use of Codex.
We’re introducing a new $100/month Pro tier. This new tier offers 5x more Codex usage than Plus and is best for longer, high-effort Codex sessions.
In ChatGPT, this new Pro tier still offers access to all Pro features, including the exclusive Pro model and unlimited access to Instant and Thinking models.
To celebrate the launch, we’re increasing Codex usage for a limited time through May 31st so that Pro $100 subscribers get up to 10x usage of ChatGPT Plus on Codex to build your most ambitious ideas.
It is interesting how AI is changing where the real work happens in software development.
The highest-value work is moving toward the start and end of the pipeline.
At the start: requirements, architecture, and UI design.
At the end: testing and release.
The middle part, implementation, used to be my primary focus. Now more of it is being automated.
Seeing this genuinely motivates me.
I had no idea such a successful and profitable product was built by only three engineers.
As a solo dev building my next-gen AI chat app, this gives me a lot of confidence.
Tried drag & drop in SwiftUI. Broken. Switched to AppKit. Also broken. Apple, how is this still this bad in 2026?
Anyone got a working example of drag & drop in a tree like structure (folder view)?
As my app is getting complex, I need a better way to test the design before coding. My approach is to build a prototype React app with Apple human interface design and iterate until I’m happy. Not sure if there is a better way though
It looks like everyone is building macOS app to wrap coding CLIs. This confirms that most devs are not product people. Their ideas are usually coding tools. I made right decision staying away from this and focus on general purpose AI chat app