[0] https://www.youtube.com/watch?v=AG_791Y-vs4 (The AI Purple Problem)
Also CSS animation with stuff fading in and moving in Y axis.
It’s fine if you want to create something like that. It’s not very good UX though.
Upon glancing through the code - yep, AI slop. Fine I guess. It's hacker news, not programmer news.
The project was apparently designed and created on a phone.
The goal isn’t to replace your Mac or Windows calculator or Operating system — it’s to provide a lightweight, modular foundation for browser-based workflows that are entirely user-defined.
The modularity is key:
Customization: If the aesthetic feels “AI slop,” it’s open source — users can restyle it, change the CSS, or swap out the default “vibe-coded” apps for polished ones.
Platform definition: It’s about creating your own minimal workspace, free from the bloat of traditional operating systems.
Industrial logic: Like manufacturers’ HMI templates, the framework provides a consistent, reusable structure — a solid skeleton that others can adapt to their own use cases, whether for dashboards, tools, or creative interfaces.
I built the stable core. The next step is for the community — users, developers, and designers — to build the polished experiences they want on top of it.
And yes I designed it entirely on my Infinix phone
I recently completed development on a project called GnokeStation, an open-source webdesktop, with a story that I believe is a testament to what's possible with just a phone.
GnokeStation is a unique, ultralight, and highly modular webdesktop environment. It’s designed to function primarily as an HMI (Human-Machine Interface) for industrial dashboards, but its core technical achievement is its minimal resource footprint.
It’s fast, has minimal overhead, and is perfect for low-spec hardware like older computers and Single-Board Computers (SBCs).
The Origin Story: Coded on an Infinix The reason GnokeStation is so resource-efficient is because I developed and managed the entire code pipeline using nothing but an Infinix Hot 12 Play phone in a rural Nigerian village.
This meant writing, debugging, testing, and managing versions without access to a traditional IDE, a powerful laptop, or reliable power infrastructure. It was a true exercise in constraints-driven development.
The project shows that sophisticated software doesn't require a high-end setup. It demonstrates the immense power and utility of mobile devices as standalone development platforms, even for complex web desktop environments.
The Mission of Accessibility My goal with GnokeStation is to champion accessibility. By being ultra-light and browser-based, it lowers the barrier to entry for users worldwide who have limited access to high-end computing or stable, high-speed internet. It's a decentralized solution built to run efficiently anywhere.
I invite anyone interested in web desktop tech, open-source projects, or constraints-driven development to check it out.
Next phase - I've got more apps rolling in.
Live Demo: https://GnokeStation.netlify.app
This is just a calculator app. Why would you go through the Internet to some "web desktop" to use a calculator? I can't comprehend. I see that there are other apps on here you can install such as a notepad... but such applications are already available for resource constrained devices.
> Notice
> This page is licensed under the GNU General Public License v3.0 (GPLv3).
> [ ] I have read and accept the license
I am not a lawyer, but this seems wrong or at least misleading. The GPLv3 isn't a license agreement or a contract (as I understand it, though it may still fall under contract law), it's a copyright license. The GPLv3 doesn't have any restrictions to "agree" to, it merely grants the recipient the right to redistribute said software under the terms provided in the license. Thus, asking the user to "accept" the license seems odd.
Nothing wrong with informing the user that the software is free software, but I think you can safely do away with one of those checkboxes.
I'll fix it in my next update.