Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 2.3 KB

File metadata and controls

110 lines (82 loc) · 2.3 KB

FlowLite - User Flow Builder

Create beautiful user flows with ease

Available in two versions: Browser-based (LocalStorage) and Node.js (SQLite)

📸 Preview

FlowLite Preview

🌟 Overview

FlowLite is a modern tool for creating user flows, wireframes, and interaction diagrams. Choose between two versions based on your needs:

🚀 Available Versions

1. Browser Version (Current)

  • Demo: flow.uiroom.pro
  • Uses browser's localStorage
  • No backend required
  • Perfect for quick prototypes
  • Instant setup and deployment

2. Node.js Version

  • Includes SQLite database
  • User authentication
  • Data persistence
  • Team collaboration features
  • View Node.js Version

⚡ Key Features

  • 🎨 Drag & Drop Interface
  • 📱 Wireframe Components
  • 🔄 Real-time Preview
  • 📤 PNG Export
  • 🎯 Custom Shapes
  • 🌐 Social Media Icons
  • 📱 Responsive Design
  • 💾 Local/DB Storage

🛠️ Technology Stack

Frontend

  • React + Vite
  • TailwindCSS
  • @xyflow/react
  • Framer Motion

Storage Options

  • Browser Version: localStorage
  • Node.js Version: SQLite

🚦 Getting Started

Clone the repository

git clone https://github.com/kevinkenfack/Flow-Lite.git

Install dependencies

npm install

Start development server

npm run dev

Production build

npm run build

Preview build

npm run preview

🤝 Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest features
  • Submit pull requests

📝 License

MIT License - feel free to use it for personal or commercial projects.

👨‍💻 Author

Kevin Kenfack


Made with ❤️ by Kevin Kenfack

Live DemoReport BugNode.js Version