Use local ghost with nextjs project

I have my website built up in nextjs wirh nextjs server actions and app router, everything there is fine. I want to know if it is possible to somehow redirect or host ghost side by side to /blog page of my nextjs app. I don’t want to use the API stuff, I want to know if we can do that or not. All my app made with nextjs when the person hits website.com/blog url he get ghost home page there and from there he can browse through posts and get to all the posts which goes website.com/blog/furtherBlogURL, if yes how can we achieve it, and if no what are nearest possible options.

I want this to look authentic while saving my heavy work load of coding the whole blog logic in my next app and to get good analytics of all my blogs and everything.

Please don’t make me sad!.