Hubleto

Business application hub

Download

Opensource ERP, CRM or anything else.
Only PHP, MySQL/MariaDB and webserver needed.
Easily customizable.

hero-image
What is Hubleto?

Open-source web-application framework combining other popular libraries like ReactJS, TailwindCSS, Adios, Twig or Primereact. Has many built-in features and repository of free apps ready for your project.

How it can be used?

Hubleto has many application areas. For example as a customized CRM. Or to streamline your manufacturing processes.

Is it free?

Yes.

How can I start?

First download & install Hubleto and then create your own app.

php hubleto init # init the project
php hubleto app create "HubletoApp\Custom\HelloWorldApp"
php hubleto app install "HubletoApp\Custom\HelloWorldApp"
php hubleto create model "HubletoApp\Custom\HelloWorldApp" "TodoItem"
Sample terminal commands to create your app. Check developer's guide for more details.
Why use Hubleto?

In only few minutes, you can have your development environment with lots of apps and popular libraries ready.

Watch this video to see how to download and install.

What Hubleto offers to developers?

For developers Hubleto provides:

  • DevOps with preinstalled Node, React and Tailwind CSS
  • consistent UI design based on Primereact
  • secure database layer with Eloquent
  • user management features
  • access to other Hubleto apps
  • support for language translations
  • comprehensive developer's guide with examples