⏱ Quick tour of Celestory
⏱️Quick Tour Example link: https://creator.celestory.io/project/0obigSV4M 👉 Getting Started A Celestory app consists of 🔱 graphs and its 🧩 blocks defining the logic and 📑 menu pages. You can preview the app by clicking on Play the current module on the top bar. 
Naviguer dans le canevas, lire un bloc, tracer des liens et injecter des variables.Few readersThe Block Editing Window
Le double-clic qui ouvre les réglages d'un bloc, et tout ce qu'on y trouve.Few readersInjecting a variable into text: double curly braces
Écrire {{nom}} dans un texte crée un point d'entrée à relier à une variable.Few readersCreator Keyboard Shortcuts
Tous les raccourcis du Creator, canevas compris, et ceux qui ne fonctionnent pas.Few readersChoosing your template: Chatbot, Visual Novel, Blackbox, Draft
Chatbot, Visual Novel, Blackbox, Brouillon : lequel choisir, et ce qu'on ne peut plus changer après.Few readersThe files Celestory accepts, and how to organize them
Formats acceptés, limites de taille, dossiers, Spine et remplacement d'un fichier.Few readersContent Management (Rich Media & Assets)
Mise en forme des textes, variables dynamiques et médiathèque du projet.Few readersData and Connectivity
Connecter votre application à Airtable, Baserow, une API, Voltask ou un serveur MCP.Few readersCreation Assistance & Vibe Coding with AI
Générer du contenu avec l'IA et laisser l'assistant construire votre graphe.Few readersOrganising a large graph: groups and blackboxes
Groupes, blackbox et commentaires : garder un graphe lisible quand il grossit.Few readersWriting an HTML5 page in Celestory
Recevoir des valeurs du graphe et lui en renvoyer depuis une page HTML5.Few readersWhen nothing works, and nothing tells you why
Huit défauts qui ne déclenchent aucune erreur : le graphe compile, le rendu est faux.Few readersLegacy blocks: they accept everything, and show nothing
Un bloc hérité accepte tout et n'affiche rien : comment le repérer avant de perdre une heure.Few readersDisplaying a background: the three-block chain
La chaîne des trois blocs pour afficher un décor plein écran.Few readersStyling without writing CSS
90 réglages natifs avant d'écrire la moindre ligne de CSS.Few readersBreaking up a big HTML5 app
Cinq patrons pour garder une grosse application HTML5 lisible.Few readers🎤 Add Voice over, sounds and musics
Link to the video example : https://www.loom.com/share/bcd853a711d648ae9354720fe51e8c83 🎤 Add Voice over, sounds and musics: You can add audio content to your app through music or sounds. The musics will be played in the background of the app; the sounds can be played alone or on top of a music. To launch a music, you have to add in your stream the block "Play music". You can thus choose the audio in your files, and you have the possibility to play the piece "in loop" by clickingSome readers🔱 Conceive an adaptative path
Link to example: https://creator.celestory.io/project/cMia0xvYC What are the different ways of mastering knowledge? Different paths leading to different levels of mastery. Each learner is unique. While offering personalized coaching, you can analyze the different profiles of your learners. Let's look at the difference between a linear path (Powerpoint or classic E-learning) and an adaptative path: Linear path (identical for all of them) , then click on Menus. If your project does not have onePopular▶️ Embed Youtube
▶️ Embed Youtube|| Example link: https://api.celestory.io/play/SnQnYdCS6f You want to embed a video, hosted on a streming service, like Youtube? You have to know that most of these services propose to "integrate" their own video player on other sites and applications. To do so, you have to click on Share at the bottoPopular🔑 Enter a key-word or a code (advanced)
Entering a key-word or a code is verifying if a chain of caracters (a Text variable) matches another one with the associated condition. Here is the value that can have each type of variable: Boolean: True or False Number: 1, 2, 3... Text: chainofcharacters Here, we will see how to create and test Text types variables. 1. To Start in Celestory go to https://creator.celestory.io/home/examples . There is no default value to put in this type of variable. They are very useful to create an inventory or to represent all possible options of a value inSome readers💬 Personalize a text/score
To personalize a text, it need to be "formated" by variables in a graph. A variable is an indicator which can see its value vary. Here is the value that can have each type of variable: Boolean: True or False Number: 1, 2, 3... Text: chainofcharacters Here, we will see how to create advanced Text types variables. 1. To Start in Celestory go to https://creator.celestory.io/home/examples 