All Projects → tone-row → Flowchart Fun

tone-row / Flowchart Fun

Licence: mit
Easily generate flowcharts and diagrams from text ⿻

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Flowchart Fun

Mermaid
Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language
Stars: ✭ 27 (-98.83%)
Mutual labels:  graphs, flowchart
Tropical Fish
Pragmatic 风格的 Java EE 后端开发脚手架,开箱即用。基于 SpringBoot,技术选型采用主流的框架(Mybatis-Plus,Redisson,Xxl-job,Swagger)。项目特点:自定义查询语法, 可以自由组装查询条件查询数据,配合代码生成模块,提高研发效率;自定义 service 方法级别的文档生成规则,在业务方法增加必要的注解,可生成方法调用树,快速把握复杂代码业务逻辑。
Stars: ✭ 142 (-93.86%)
Mutual labels:  generator
Life Calendar
A look at the big picture.
Stars: ✭ 139 (-93.99%)
Mutual labels:  graphs
Gofakeit
Random fake data generator written in go
Stars: ✭ 2,193 (-5.11%)
Mutual labels:  generator
Umldoclet
Automatically generate PlantUML diagrams in javadoc
Stars: ✭ 138 (-94.03%)
Mutual labels:  generator
Hubot Grafana
📈🤖 Query Grafana dashboards
Stars: ✭ 141 (-93.9%)
Mutual labels:  graphs
Chyle
Changelog generator : use a git repository and various data sources and publish the result on external services
Stars: ✭ 137 (-94.07%)
Mutual labels:  generator
Vditor
♏ 一款浏览器端的 Markdown 编辑器。
Stars: ✭ 1,742 (-24.62%)
Mutual labels:  flowchart
Gf Cli
GoFrame Command Line Interface, which is your helpmate for building GoFrame application with convenience.
Stars: ✭ 143 (-93.81%)
Mutual labels:  generator
Data science blogs
A repository to keep track of all the code that I end up writing for my blog posts.
Stars: ✭ 139 (-93.99%)
Mutual labels:  graphs
Nuxt Generate Cluster
Multi-threaded generator command for nuxt.js
Stars: ✭ 140 (-93.94%)
Mutual labels:  generator
Typegraphql Prisma
Prisma 2 generator to emit TypeGraphQL types and CRUD resolvers from your Prisma 2 schema
Stars: ✭ 137 (-94.07%)
Mutual labels:  generator
Puppet Retrospec
The only tool you need to generate puppet code, tests, modules, facts, types, providers, data and everything else.
Stars: ✭ 141 (-93.9%)
Mutual labels:  generator
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (-93.99%)
Mutual labels:  generator
Genmon
Generac Generator Monitoring using a Raspberry Pi and WiFi
Stars: ✭ 143 (-93.81%)
Mutual labels:  generator
Automatic Gatsbyjs App Landing Page
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
Stars: ✭ 137 (-94.07%)
Mutual labels:  generator
Timeline Plus
Timeline - chronological visualization of your data
Stars: ✭ 140 (-93.94%)
Mutual labels:  graphs
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-93.9%)
Mutual labels:  generator
Swiftpoet
Kotlin and Java API for generating .swift source files.
Stars: ✭ 144 (-93.77%)
Mutual labels:  generator
App Privacy Policy Generator
A simple web app to generate a generic privacy policy for your Android/iOS apps
Stars: ✭ 2,278 (-1.43%)
Mutual labels:  generator

flowchart.fun ⿻

Generate diagrams from text. Running at https://flowchart.fun

app

Summary

flowchart.fun is a lightweight application to generate flowcharts and diagrams from text. It is built with create-react-app and cytoscape.js

This app also allows users to log in and save hosted charts, as well as send feedback. These features are built with Vercel functions / supabase, and sendgrid respectively.

Note: It's not necessary to configure these services to run a lightweight version of this app. Read below to find out more.

Installation

  1. Clone this repository
  2. cd flowchart-fun
  3. yarn

How to run without login features

yarn start

How to run with login features

To run with full functionality you'll need accounts with vercel, sendgrid, supabase and stripe. Then you'll need to copy and fill the environment variables in app/.env.example to app/.env. Then

vercel dev

Workspaces

This repository is organized in workspaces. /app contains the code for the react application and /module contains the code for the deprecated flowchart-fun npm module.

Contributing

We always welcome contributions! Before opening a pull request with a new feature, consider opening an issue or discussion to gauge support and/or confirm your implementation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].