[https://www.loom.com/share/5c159d0af6e94c59a11cd684b95d5f73](https://www.loom.com/share/5c159d0af6e94c59a11cd684b95d5f73 "smartCard-inline")
We will be launching healthiii that needs these changes which are somewhat minor and reuse a lot of the components we use now. The client side will work through a route /app/[spaceSlug] which will show a modified space page designed to keep the user on that space and have no way out. We will point [healthiii.com](http://healthiii.com "") to the route [factiii.com/app/healthiii](http://factiii.com/app/healthiii "") to begin the first use. We will also modify the app to be able to display this view through a configuration that makes it so only this view is shown.
Client Side
Make a route /app/[spaceSlug] that has a view that shows the below
- When router sees you are on a /app/[spaceSlug] route then it converts the app layout where the Space icon is gone and the search is called “Search “spaceName“ and is only relevant to the space it is in
- On top 1 post will show that is looking for disappearing data
- Once user enters the data the next post appears
- Use Posts.tsx to show data view from the logged in User
- Header will show pins from the space the app view comes from ie healthiii for now.
- Default to the dataView
Once done with Client we will do the same with the mobile, but this will be able to be initialized through the app config so we can launch a separate app based on the same code as factiii. Will just have a config that makes it show the app view of the app we are making.