
A Vue Flow implementation demonstrating dynamic node generation. Create and customize component structures at runtime without pre-registering node types.
The Facebook Messenger Flowchart application is an innovative tool designed to streamline the creation of flowcharts that represent the actions of Facebook Messenger bots. Built using Vue Flow and the Pinia store, it allows users to visualize and manage bot flows efficiently. With features that enable easy customization and manipulation of nodes, this app is a boon for developers and designers alike.
This tool is in its early stages of development but promises a robust set of functionalities that will enhance the user experience. Users can easily export and import their flowchart data as a simple text file, ensuring flexibility and adaptability in managing bot flows. Whether you are a beginner or a seasoned developer, this app aims to make your workflow smoother.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.