| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A browser-based WhatsApp management interface built on top of Evolution API v2. No installation, no Node.js, no build step — just open index.html.
Current version: v1.5.0
A full WhatsApp-style chat inbox — browse all conversations, send and receive messages in real time.
| Feature | Description |
|---|---|
| Conversation list | All chats with avatar, name, last message preview, unread badge, and timestamp |
| Real-time polling | New messages appear automatically (3 s message poll, 30 s conversation poll) |
| Message bubbles | Text, image, video, audio, document, sticker, location, contact, poll, reactions |
| Read receipts | Double blue ticks (✓✓) show when a message has been read; single grey ticks for sent/delivered |
| RTL support | Hebrew, Arabic, and other RTL text renders correctly; English stays LTR — per message, automatically |
| Reply | Quote any message in your reply |
| React | Send emoji reactions to any message |
| Delete message | Remove messages with WhatsApp-style confirmation — Delete for everyone (your sent messages, within ~60 h) or Delete for me (any message, local only) |
| Select mode | Long-press / right-click any message to enter multi-select — copy, forward, or delete a batch |
| Drag-to-reorder | Reorder queued messages by dragging |
| Scroll pagination | Scroll up to load older message history |
| Persistent unread badges | Unread counts persist across page refreshes |
| Type | Description |
|---|---|
| Text | Send text messages to one or multiple recipients (chip-based input) |
| Media | Send images, videos, documents with optional caption |
| Voice Note | Send audio files as voice messages |
| Location | Send GPS coordinates with place name and address |
| Contact | Share a contact card (vCard) |
| Reaction | React to a specific message with an emoji |
| Poll | Create a poll with up to 12 options |
| Buttons | Send interactive button messages |
| List | Send interactive list messages with sections |
| Status/Story | Post WhatsApp status updates (text, image, video, audio) |
Schedule any Compose or Group Broadcast job to send automatically at a future time. The browser tab must remain open — it does not need to be the active tab.
| Action | Description |
|---|---|
| Schedule | Pick a future date/time — job queued and sent automatically |
| Cancel & Edit | Cancels the pending job and loads it back into the tab for full editing |
| Duplicate | Loads job content into the tab as a new draft — original untouched |
| Resend | Clone a completed or cancelled job with a new send time |
| Restore | Re-activate a cancelled job (only if scheduled time hasn't passed) |
| Cancel | Cancel a pending job without editing |
When hosting on a web server, you can pre-configure all settings centrally using a config.json file placed next to index.html. Users won't need to touch Settings — everything is loaded automatically.
Copy config.example.json → config.json and fill in your values:
{
"appName": "My Business",
"base": "https://your-evolution-api-server.com",
"instance": "MyInstance",
"apikey": "your-api-key-here",
"country": "IL",
"delayMin": 1,
"delayMax": 5
}Any field can be omitted — omitted fields fall back to the user's local browser settings.
Note: config.json is listed in .gitignore so your credentials are never committed to the repo.
See CHANGELOG.md for full version history.
MIT — free to use and modify.
| Back | FazBrowse Home | New Git URL |