Closed user post

Please tell me how I can create a post that only I can see?

On your Posts collection, make sure you have a many-to-one relationship with users (Users can have many posts, posts belong to one user)

Add a list of posts and filter it by “Logged-in user > posts”

Thanks a lot