Welcome to the fabolous Qwik City. QwikCity is our official kit to build amazing sites:
Open your editor and check the following:
pages folder: This is where the main content lives. Adding you files (.md, .mdx, or .tsx) will automatically create new URLs.src/layout folder: This is what bring form to your content. Different kinds of pages, might need to be rendered by a different layout.
This way you can reuse easily the layout across different content. By default, the src/layout/default is used.src/components folder: QwikCity is still a normal Qwik app. Any custom component, design systems, or funcionality should live here. Notice the header, footer and content-nav components. They are used by the default layout!src/utils folder: Place here business logic, or functions that are not components.