Frappe Studio - Where does it store the pages created in it?

I want to use Frappe Studio to build an app so I setup Frappe Studio as per instruction on the GitHub page.

I managed to get Studio to work and create two sample pages in it.

I also clicked on Publish button and tested the pages.

When I open the app folder I could not find any files related to pages.

Can someone please help me find the folder where pages are created?

Hi @YogiYang:

Pages are stored on site database.
Check “Studio Page” doctype.

Hope this helps.

1 Like

Thank you for the information.

Does that mean that we are parting from the conventional approach Frappe Framework?

If yes then it would become impossible for someone to customize behavior of an app using JS or build add an app that expands on an existing app.

Hi @YogiYang:

I think this is just the beginning … probably this kind of customization capabilities are in upcoming features list. See Frappe Builder, you can customize with js scripts, css … IMHO maybe this will be the way.

Hope this helps.