Pages in Nordcraft

Pages in Nordcraft are HTML documents. Each page on your website has a unique URL that users can navigate to in a browser. For example:

  • your home page will be accessed at https://your-site.nordcraft.com/
  • your about page may be accessed at https://your-site.nordcraft.com/about
  • and your contact page may be accessed at https://your-site.nordcraft.com/contact
Info

When you create a new project in Nordcraft, a page named HomePage is created for you automatically. You can rename the page from the project sidebar if you need to.

Page structure

A page in Nordcraft can have any of the following:

  • Element tree: HTML elements and components
    • URL configuration: Path segments and query parameters that define the full page URL in a browser
    • Metadata: Title, description, language settings, and social sharing metadata
    • Head assets: Custom scripts, styles and other resources you want to include in the page's HTML head tag
  • Variables: State and temporary data management
  • APIs: Connections to external services and back-end data sources
  • Formulas: Calculations and data transformations
  • Workflows: Internal logic and behavior triggered by events
  • Contexts: Communication channels to provide data to child components
Tip

To learn more about pages in Nordcraft, check out the following lesson from the Nordcraft Fundamentals video course.

Video thumbnail: Pages in Nordcraft
Privacy policy

Custom 404 page

If a user navigates to a URL that doesn't match any page in your project, Nordcraft shows a default 404 (page not found) page.

To create a custom 404 page:

  1. 1
    Add a new page
  2. 2
    Name it 404
  3. 3
    Design the page as you want it to appear when users encounter invalid URLs
Info

Custom 404 pages are only available on upgraded projects. Non-upgraded projects will display Nordcraft's standard 404 page.

Edit article
Help Forum