Hostinger Horizons review: What can the AI-powered no-code builder do?
Christopher | 5 May 2025
Create a web app without writing a single line of code? That’s exactly what Horizon, Hostinger’s new AI-powered no-code builder, promises. The provider, until now best known for its web hosting offerings, is moving into the no-code market with this tool. Its aim is to give you a simple and efficient way to develop applications directly in the browser. Here you’ll find out how well the tool works in practice and what possibilities it offers.
Overview: What is Hostinger Horizons?
Build a web app without coding – that’s what Hostinger Horizons aims to enable. The web host relies on a combination of a no-code editor and AI-assisted development support, designed to give beginners and small teams a fast route into app creation. Unlike traditional website builders, Horizons is not only aimed at website operators but specifically targets the development of functional web applications – including backend logic, database integration and user management.
In the rapidly growing market for no-code tools, Horizons positions itself as a lean all-in-one solution: app building, hosting, domain management and publishing are handled via a single interface. The AI component is an integral part of the workflow. You describe in natural language what you need – for example an appointment booking tool or a to-do list – and Horizons automatically generates the appropriate app scaffold, including the user interface and data model.
The target audience is primarily founders, solopreneurs, start-ups and agencies who want to set up digital products without a development team. The interface is clearly structured and getting started is quick – without prior knowledge of HTML, CSS or JavaScript. Integration with Hostingers existing hosting offering also makes it particularly attractive for users seeking a complete all-in-one solution.
Hostinger Horizons in practice
To test the functionality and user-friendliness of Hostinger Horizons in a practical way, we will implement a simple interactive web application: a prize wheel / raffle wheel. The app should be created entirely without programming knowledge – using only the provided features and the editor's AI assistance. The aim is to find out how intuitively a concrete project can be implemented, what the website builder offers and where limits may become apparent.
Step 1: Getting started via the Horizons interface
Access to Hostinger Horizons is via the provider's website. You are greeted by a clearly designed homepage focused on simplicity and AI-supported interaction. At the centre is the question: "What would you like to create?", followed by a text input field for your idea.
Instead of a traditional menu, you don't click through technical options here – you assign your application's purpose directly by entering text. This is where the actual no-code approach begins: you type a prompt describing your project – in our case, for example:
Create a web app with an animated prize wheel that starts on click. The wheel should spin after starting and stop randomly on one of 6 to 12 segments. Each segment should have a different label such as "Win", "Thanks", "No luck", "Next chance", "Consolation round", "Lucky you". After spinning, the result should be displayed (e.g. as a pop-up or as text below the wheel). If the segment "Win" or "Thanks" appears, a short thank-you message or congratulations should also be shown. The app should be simple, mobile-friendly and usable without any sign-up.
Tip: The more detailed and meaningful your prompt is, the more precise the result will be.
Step 2: Automatic implementation by the AI
After the prompt is submitted, Hostinger Horizons automatically switches to editor mode. The screen splits into two areas: your entered prompt remains visible on the left, while the AI begins implementing the application directly on the right. While the message “Web app is being created …” appears, Horizons generates the necessary code in the background and prepares the app interface.
The development environment feels tidy and focused. Unlike traditional no-code tools, where you manually click components together, Horizons handles the majority of the work here. The generated code remains visible in the background but can be adjusted or reviewed if required — ideal for users who want to delve a little deeper.
Particularly practical: the editor does not work with a rigid drag-and-drop system, but creates, based on our description, a bespoke application with structured game logic, layout guidelines and responsive design.
Step 3: First drafts and live preview
After a short wait, Horizons presents the first working draft of the web app — in this case a playable prize-wheel application.
The created web app shows an animated prize wheel with seven colour-coded segments and a clear user interface. Above the wheel is the inviting title “Welcome to the Prize Wheel!”, while a button labelled “Spin the wheel” triggers the spin. The wheel stops randomly on a segment after the animation, which is marked by a red arrow. The implementation is tidy and serves well as a basis for an interactive raffle or gamified action, and can be extended with custom text, prize displays or additional fields.
The app can now be tried directly and further customised if needed — all without manual coding.
We will use the following prompt to make a few more changes:
Extend the app as follows: display text in the segments: each slice of the prize wheel should be labelled, e.g. with "Prize", "Better luck next time", "Free spin", "Voucher", etc. Result display below the wheel: after the wheel stops the drawn message (e.g. "Congratulations, you have won!") should be shown automatically below the wheel or in a pop-up. Counter or history: show how many times the wheel has been spun, or a history of recent results.
That works very well – minor changes were implemented perfectly. Now we are curious how well the editor copes with more complex modifications.
We want "A click sound while spinning and a cheer sound for a win enhance the user experience."
The AI integrated the corresponding code for a click sound during spinning and a cheer sound on a win. However, because the AI has no access to external audio files, placeholders for the sound URLs were inserted. Users must upload their own sound files (e.g. .mp3 or .wav) and replace the URLs in the designated places in the code for the effects to work.
We want "Some segments (e.g. "No prize") should occur more frequently than others ("Prize") to allow more realistic prize distributions."
The AI extended the prize wheel so that winning chances can be weighted — certain segments like "No prize" therefore appear more often than rare segments like "Prize". To do this the app structure was revised by moving the main logic into a separate code module and adjusting the segment selection to the weights. Users can change the probabilities directly in the App.jsx file — the higher the value, the more likely the segment will be selected.
More complex changes such as weighted winning chances or custom sound effects typically require a manual edit to the code. While the AI editor from Hostinger Horizons provides a good foundation for simple web apps, automation reaches its limits with advanced features — technical adjustments in the source code are necessary here.
The AI logic could certainly be further refined — but for a first test run the current implementation already provides a solid foundation.
Step 4: Publishing the app
After development is complete, the web app can be published directly from the editor – without additional configuration or external hosting. During the review a dialog box appears confirming "Publication successful". The application is automatically deployed to a free subdomain.
In addition, Horizons offers the option to order a custom domain or to link an existing one. The on-screen buttons also allow you to share the finished app directly via social networks or open it in preview. Alternatively, the generated code can be downloaded and published with another hosting provider.
This means the entire creation and publishing process is fully integrated into one platform – from the initial idea to the publicly accessible web app.
Conclusion: What can Hostinger Horizons do and who is it for?
The review shows: Hostinger Horizons is clearly aimed at beginners who want to quickly create a working web app without technical knowledge. The interface is consistently intuitive and you can get started in minutes – even with no programming experience. Particularly practical is the direct publication to the internet, either under an automatically generated subdomain or using your own domain.
In the review Horizons impresses with its simple handling, clear user guidance and AI-powered build process. The ability to define whole applications via natural language was impressive in practice – and the implementation of the example app "Prize Wheel" worked largely smoothly. For simple experiments, prototypes or small applications the tool is ideal – both for trying out and for initial real-world use.
How Horizons performs with more complex applications cannot be conclusively judged from this initial review. A further practical test with multi-page app structures, user management or API integration would be useful. However, it is already apparent that for more elaborate features – for example in our case customised win probabilities or sound effects – a manual edit of the code is often required to implement the desired adjustments precisely.
For agencies and experienced developers, Horizons is currently only of limited interest. Although the code can be exported and theoretically extended, the focus is clearly on simplicity and automation rather than deep technical control. However, anyone who wants to create quick prototypes or visually realise clients' ideas will find an uncomplicated tool here.
Outlook: Horizons shows noticeable potential – above all through the close integration of AI, hosting and intuitive operation. In future, features such as database integration, API integration or complex user roles could make the tool attractive for more ambitious projects as well. Even now it is an exciting entry into the world of AI-based no-code development.
Our article is based on our own experience and research as well as information from external sources.
Sources & further reading on the topic:
https://www.hostinger.com/de/horizons
Image credits:
Hostinger website
Write a comment
- Testberichte
Tags for this article
More web hosts





