This package hides org-mode heading stars.
Using use-package + quelpa:
(use-package org-starless
:quelpa (org-starless :repo "TonCherAmi/org-starless" :fetcher github))
Alternatively you can just download the archive and manually require
the package.
There are no configurable options, you only need to enable the minor mode:
(add-hook 'org-mode-hook #'org-starless-mode)