How to design app with JSON API and HTML interface?

Further to what Koko has said, I think it depends on your approach to the project - are you following something like the Replaceable Component Architecture? If so you might want to check out PragDave’s course in which he uses two separate (Phoenix) apps/components in the app - one for the html layer and one for web sockets/the spa :slight_smile: