Hands On Create has declared its vibe coding platform, now called Anything, production-ready at version 1.0, with support for both web and mobile applications – although our quick hands-on generated a host of errors.

The business was founded in 2020 by former Google product managers Marcus Lowe and Dhruv Amin, now joint CEOs. The Reg received a press blurb which is among the most breathless we have seen, including Lowe’s statement that “users are going from idea to App Store to first customer in days” and “anyone can build and monetize apps as easily as selling t-shirts.”

Create claims 30,000 monthly active users, that it processes more 20,000 projects daily, and that its Frontier AI agent is “so reliable you can build entire apps without looking at the code once, under the hood.”

All hosting is managed by Anything, or the code can be downloaded for using elsewhere. Plans start from free to $80 per month, based on credits per month, where credits are somewhat opaque but related to AI interactions.

The idea is compelling but we like to try things out. The Reg signed on to Anything with a trial upgrade to a Pro plan. No password is needed as signing in is via magic email links – a method which delegates security to the email system. Never mind, we got started using the same prompt we have used to try out Amazon’s Kiro and Google’s Firebase Studio. The application is for managing a rota of volunteers to run game sessions, and the prompt includes a request for features including auto-allocating volunteers based on their submitted availability, and emailing them reminders before sessions.

After thinking for a bit, Anything said that “the system is ready for volunteers to register, set availability, and for administrators to manage the rota.” The auto allocation and email features would need “additional development,” it said.

The generated application is JavaScript using React and Next.js, using Neon serverless Postgres for the database. Unfortunately Anything was over-optimistic and the application did not work at all. The log showed hundreds of errors and the preview screen just said “Loading.” 

Anything says system is ready; preview stuck on Loading

Anything says system is ready; preview stuck on Loading

We asked the AI to fix the errors and it said there were “missing API endpoints.” It did some more work and said the “volunteer rota system is now ready.” But it was not. It is possible to sign up as a volunteer, but once signed up, the page still says “apply as volunteer” and a second attempt says “volunteer application already exists.” Volunteers also have access to the admin screen, which should not be possible. The log still shows many errors. It is possible to view the code though many of the files state that “this file was generated by Create. You may edit it but doing so may cause issues in your app.”

The new coding reality, perhaps, is to carry on chivvying the AI until the application works more or less as expected, but it is hard to be confident that the end result will not have non-obvious problems that impact security and/or functionality in unexpected ways. It also seemed odd to us that the Frontier AI sails on regardless of logs full of errors, confidently reporting its success to the user.

It is likely that an experienced React developer could easily find and fix issues and that the AI-generated code may speed productivity; yet the stated goal of Anything is to enable apps to be built without looking at the code.

We may be unlucky. Views on X vary: one user said “I published an app in 18 min from idea to execution” but another reported that “I’m in a never-ending loop of paying for what their program keeps screwing up.” Another said: “please Anything can you make a proper and robust testing for built apps before launch,” something which sounds to us too like a good idea.

Vibe coding platforms are everywhere. Vercel’s well-established v0 tool is now called v0.app with new agentic powers, and the company claimed that “anyone can go from idea to deployed app with UI, content, backend and logic included.” Tools vendor JetBrains is having a go at its own no-coding, AI-driven offering. AWS has launched Kiro (with which we were more successful), aiming more at assisting than replacing developers.

It is early days and companies are still feeling their way towards what works; in the meantime over-promising appears to be normal and we suggest caution. ®