flowgpt logo

flowgpt

Enrichment pending
nilooy/flowgpt

Generate diagram with AI

GraphCanon updated today · GitHub synced today

304
Stars
59
Forks
3
Open issues
7
Watchers
2y
Last push
TypeScript MITCreated Apr 9, 2023

Trust & integrity

Full report
Maintenance
Dormant (1009d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
24 low (24 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Generate diagram with AI

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 11, 2026

MCP server
No MCP server detected

Source: repo_scan · Jul 11, 2026

Languages
typescript, javascript

Source: github.language+package.json · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

OpenAI APIOpenAI API

Source: README excerpt (regex_v1, Jul 11, 2026)

2. OpenAI API Key
Source link

Tags

README

Requirements

  1. Node Version >= 18
  2. OpenAI API Key

Installation

  1. Clone the Repo

  2. rename the env.template to .env.local and OPENAI_API_KEY

  3. cd into the folder

cd flowgpt
  1. Install all deps with yarn
yarn
  1. Run in development mode
yarn dev
  1. Open browser and go to http://localhost:3000