What's the difference between Phoenix Framework and Phoenix Live View?

Hey, basically Phoenix Live View is an addition to the Phoenix Framework.

Phoenix by itself supports everything you might need to build a web app, so not every projects needs Liveview.
What Liveview offers is a simpler way to build SPA (Single page applications) using elixir. In general liveview is a pleasure to work with, but you don’t need to use it if you want to start simple.