A powerful drag-and-drop desktop app for building custom websites without writing code. Built using Electron, HTML, CSS, and JavaScript.
-
📄 Drag-and-Drop Elements:
- Headings, Paragraphs, Images, Videos, Audio, Horizontal Lines
- Lists: Ordered, Unordered, Definition
- Custom Tables with row/column input
-
🎨 Full Text & Style Formatting:
- Bold, Italic, Underline, Font Size, Font Color, Background Color
- Font Family and Alignment options
-
📋 Link Insertion:
- Internal ID links
- Go-to Section links
- External website links with popups
-
🖱️ Canvas & Layout Features:
- Resize page height dynamically
- Select/Move toggle
- Resize and reposition elements
- Canvas background customization
-
💾 Export Options:
- Export the entire design as static HTML and CSS
- Saved inside selected folder directory
-
⚙️ Cross-Platform Desktop App:
- Built using Electron
- Can be packaged into a
.exefile usingelectron-builder
A quick look into the app and websites built using WeeBee
weebee-website-builder/
├── Sites/ # Example websites built with WeeBee
├── main-process/ # Electron main & preload scripts
├── src/ # UI files (index.html, script.js, style.css)
├── screenshots/ # Demo videos (.gif)
├── package.json # Electron setup & config
├── requirements.txt # Dependency reference
└── README.md
- Frontend: HTML, CSS, JavaScript
- Framework: Electron.js
- Export System: Node.js
fsanddialogAPIs
git clone https://github.com/afzalt3ch/weebee-website-builder.git
cd weebee-website-builder
npm installnpm startnpm run distOutput will be in the
dist/folder.
See requirements.txt
electron
electron-builderThis project is licensed under the MIT License.
Made with ❤️ by Afzal T3ch



