AI Project Assistant
Describe your project needs and let our AI architect generate a complete interactive plan for you. This will overwrite the current project text.
Leave as default if Ollama is running locally, or enter your remote server's tunnel URL.
Welcome to NodeFlow Pro
NodeFlow is a visual project mapping and task tracking platform.
📌 Managing the Graph Interface
- Interactive Canvas: Click and drag anywhere on the black background to pan around the project graph. Use your mouse wheel or trackpad to zoom in and out.
- Task Details & Chat: Click directly on any node block to open its dedicated details pane. Here you can chat with your team about that specific task.
- Completion Status: To mark a task as finished, simply click the empty checkbox
[ ]inside the graph node. It will turn solid green!
🗂️ Navigating the App
- Sidebar: Use the hamburger menu in the top left to open the Sidebar. This gives you instant access to filter tasks by User/Participant or view urgent incomplete tasks inside the Registry.
- Settings Tab: Inside the Sidebar, click the "Settings" tab to find your Project Start Date, your Invite Code (for inviting collaborators), and the ultimate Logout button.
Advanced: Architectural Markdown Syntax (Project Owners Only)
As a Project Owner, you have access to the Graph view raw editor. This text engine directly renders the visual graph. Here are the core structural tools:
1. Stages (e.g., ## Phase 0: Title)
- Syntax:
## [Stage Name] - Stages organize the vertical columns. Stages with the same number stack together chronologically.
2. Tasks (e.g., - [ ]1 Task Name (2 days))
- Syntax:
- [ ]<Task ID> <Label> (<Duration>) - Example:
- [ ]1 Design Wireframes (5 days)
3. Dependencies (e.g., [ ](1, 2))
- To force a task to wait on a previous node to finish, link them via ID:
[ ](1). Use[ ](0)for tasks that can start instantly.