Diagramify is a modern web application for creating and visualizing project management diagrams, specifically Activity on Arrow (AOA) and Activity on Node (AON) diagrams. Built with Next.js and React, it provides an intuitive interface for diagram creation and manipulation.
- Create and edit Activity on Arrow (AOA) diagrams
- Create and edit Activity on Node (AON) diagrams
- Interactive diagram canvas with drag-and-drop functionality
- Modern, responsive UI built with Tailwind CSS
- Real-time diagram updates
- Export capabilities
- Framework: Next.js 15
- UI Library: React 19
- Styling: Tailwind CSS
- Diagram Libraries:
- ReactFlow
- Dagre
- ELKJS
- UI Components: Radix UI
- Type Safety: TypeScript
- Clone the repository:
git clone https://github.com/ScriptedButton/diagramify.git
cd diagramify
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Open http://localhost:3000 with your browser to see the application.
npm run dev
- Start the development server with Turbopacknpm run build
- Build the application for productionnpm run start
- Start the production servernpm run lint
- Run ESLint for code linting
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.