I created a plugin which has a custom post type, and there are tons of metaboxes there that I would like to have more organized or in a tabbed view.
Something like this plugin:
https://wordpress.org/plugins/tabify-edit-screen/
It's really good and quite simple, but I can't implement the view in my plugin.
Is there a premium or free solution for that ?
I'd suggest Wordpress Admin Style: https://github.com/bueltge/WordPress-Admin-Style
This plugin will allow you to implement a variety of admin styles (including tabs) that you can simply copy and paste directly into your plugin php file.