Add custom field to admin area witthout using a metabox

You could use the ‘edit_form_after_title’ action or ‘edit_form_after_editor’
this would out put your html after the title or content respectively.

If i’m working with a custom post type that done not have a content are these are particularly useful and create a really nice look instead of meta boxes.