Français

Español

🎉 Home

Voltapp Introduction

CUSTOMIZE A TEMPLATE ⏱

Discover Templates

Create your Airtable

Connect your data

Publish your app

LEARN VOLTAPP ▶️

Discovery of the interface

Nodes

Graph

Variables

Custom the design

Placing elements

Design examples & Devices

Managing pages

Create dynamic content

Manage data with Airtable

Combine templates

CREATE YOUR 1rst APP

Dynamic content

Data & design creation

GO FURTHER

Webhooks integration (Make, Zapier…): ex Notion

Team work

Internationalization

Sovereign data

Formulas

HELP

FAQ

Find help

To be accompanied

How to do it with Voltapp

REFERENCE

Voltapp Lexicon

Nodes

Event blocks

Action blocks

Control blocks

Expression blocks

Variables

COMMUNITY

🔗 Our discord

🔗 Marketpad

Voltapp Updates

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b21c0148-1ea2-48a8-812b-a9f473b6183c/Capture_decran_2021-12-08_a_11.13.03.png

The route node works the same way as the screen node. It is for websites since it allows to display content based on the browser url.

Components

Router

Router is the parent node in other Routes.

Base URL

You indicate here the base URL of your site; ex: www.exemple.com.

Route

Routes will be the children of Router.

Path

You indicate here the path of the page to display; ex: www.exemple.com/home; www.exemple.com/contact.

Exact

Exact indicates that the url must match exactly the one of the browser (if for example the path of this route is "/login", if a user goes on "/loginator" and exact is false, then it will match and display the content of this route).

Strict

Strict: indicates that the url must contain a final "/" ("/login" will not match, but "/login/" will)

Case sensitive

Case sensitive: if true, then case is taken into account for matching (if a user goes to "/Login" and case sensitive is true, then it will not match).