Skip to content

Commit a3c72f3

Browse files
Added Professional Screenshots to README
New Screenshots Section: - Landing Page Mode Selector (User/Admin modes) - Admin Password Modal (server-side auth) - Widget Interface Chat (animations, typing indicators) - Widget Sources Expanded (transparent citations) - Mobile Site Interface (responsive design) Enhanced README: - Complete screenshots section with descriptions - Each screenshot has detailed caption explaining features - Replaced old 2 mobile screenshots with 5 comprehensive ones - Added to Table of Contents - Professional presentation with centered images - Image widths optimized for different contexts Asset Organization: - Screenshots copied to public/assets/ - Descriptive filenames (landing-page-mode-selector.png, etc.) - Original folder preserved in PCBOT Pics/ - Ready for GitHub Pages deployment Screenshot Details: 1. Landing Page: Shows mode selection with access cards 2. Admin Modal: Server-side password validation demo 3. Widget Chat: Demonstrates animations and UI features 4. Widget Sources: Shows 94.3% citation rate with expandable sections 5. Mobile Site: Responsive design on mobile device All screenshots taken January 8, 2026 with current v3.4.0 interface
1 parent b3fc53f commit a3c72f3

11 files changed

Lines changed: 86 additions & 18 deletions
102 KB
Loading
255 KB
Loading
97.9 KB
Loading
480 KB
Loading
42.5 KB
Loading

README.md

Lines changed: 86 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
- [Verification Methodology](#-verification-methodology)
5757
- [What's New in v3.4.0](#-whats-new-in-v340)
5858
- [Version History](#-version-history)
59-
- [Mobile Access](#-mobile-access)
59+
- [Screenshots & Interface](#-screenshots--interface-overview)
60+
- [Mobile & External Access](#-mobile--external-access)
6061
- [Security](#-security)
6162
- [Limitations](#-limitations)
6263
- [Developer Information](#-developer-information)
@@ -1702,33 +1703,100 @@ PCBot/
17021703

17031704
---
17041705

1705-
## 📱 Mobile Access
1706+
## � Screenshots & Interface Overview
17061707

1707-
### Access PDBOT from Any Device
1708+
### Landing Page - Mode Selector
17081709

1709-
PDBOT supports **external access via Cloudflare Tunnel**, enabling use from any phone or device on any network.
1710+
<div align="center">
1711+
<img src="public/assets/landing-page-mode-selector.png" width="800" alt="Landing Page Mode Selector"/>
1712+
1713+
**Dual-Mode Access System**
1714+
- **User Mode**: Public interfaces (Widget Shareable, Mobile Site)
1715+
- **Admin Mode**: Password-protected tools (Statistics, Calibration, Dev Widget)
1716+
- Clean, professional design with organization logos
1717+
- Quick access cards with descriptive icons
1718+
</div>
1719+
1720+
---
1721+
1722+
### Admin Authentication
1723+
1724+
<div align="center">
1725+
<img src="public/assets/admin-password-modal.png" width="500" alt="Admin Password Modal"/>
1726+
1727+
**Server-Side Password Protection**
1728+
- Password validated via Flask backend (`/admin/authenticate`)
1729+
- No client-side password exposure
1730+
- Session-based authentication with secure cookies
1731+
- Invalid password handling with error messages
1732+
</div>
1733+
1734+
---
1735+
1736+
### Widget Interface - Chat Experience
1737+
1738+
<div align="center">
1739+
<img src="public/assets/widget-interface-chat.png" width="700" alt="Widget Chat Interface"/>
1740+
1741+
**Floating Widget with Animations**
1742+
- Smooth slideUp and fadeIn animations (0.3s transitions)
1743+
- Real-time typing indicators with bounce effects
1744+
- AI/Exact mode toggle for different query types
1745+
- Clean message bubbles with timestamp
1746+
- Expandable sources and passages sections
1747+
- Download answers as .txt files
1748+
</div>
1749+
1750+
---
17101751

1711-
<table>
1712-
<tr>
1713-
<td align="center"><img src="https://github.com/athem135-source/PDBOT/raw/main/src/assets/mobile-screenshot-1.jpg" width="280" alt="Mobile Chat Interface"/></td>
1714-
<td align="center"><img src="https://github.com/athem135-source/PDBOT/raw/main/src/assets/mobile-screenshot-2.jpg" width="280" alt="Mobile Response View"/></td>
1715-
</tr>
1716-
<tr>
1717-
<td align="center"><b>Chat Interface</b></td>
1718-
<td align="center"><b>Response with Citations</b></td>
1719-
</tr>
1720-
</table>
1752+
### Widget Interface - Sources Expanded
1753+
1754+
<div align="center">
1755+
<img src="public/assets/widget-sources-expanded.png" width="700" alt="Widget with Expanded Sources"/>
1756+
1757+
**Transparent Source Citations**
1758+
- Every answer includes page references from Manual
1759+
- Expandable "Sources Used" section shows retrieval details
1760+
- Document names and page numbers clearly displayed
1761+
- "Relevant Passages" section shows exact text from manual
1762+
- 94.3% source citation rate (283/300 responses)
1763+
- Zero hallucination - all answers from official document
1764+
</div>
1765+
1766+
---
1767+
1768+
### Mobile Site Interface
1769+
1770+
<div align="center">
1771+
<img src="public/assets/mobile-site-interface.png" width="350" alt="Mobile Site Interface"/>
1772+
1773+
**Responsive Mobile Design**
1774+
- Optimized for all screen sizes and devices
1775+
- Touch-friendly interface elements
1776+
- Full-featured chat experience on mobile
1777+
- Access via Cloudflare Tunnel from any network
1778+
- Same accuracy and functionality as desktop
1779+
- HTTPS encrypted connection
1780+
</div>
1781+
1782+
---
1783+
1784+
## 📱 Mobile & External Access
1785+
1786+
## 📱 Mobile & External Access
1787+
1788+
PCBot supports **external access via Cloudflare Tunnel**, enabling use from any phone or device on any network.
17211789

17221790
### Enable External Access
17231791

17241792
```powershell
1725-
# 1. Start the main server
1726-
.\run_widget.ps1
1793+
# Double-click to start everything (auto-creates tunnel):
1794+
run_widget_standalone.bat
17271795
1728-
# 2. In a new terminal, start the Cloudflare tunnel
1796+
# Or manually start tunnel in separate window:
17291797
.\start_tunnel.ps1
17301798
1731-
# 3. Share the generated URL
1799+
# Share the generated URL with your team
17321800
```
17331801

17341802
### Mobile Features
255 KB
Loading
102 KB
Loading
480 KB
Loading
97.9 KB
Loading

0 commit comments

Comments
 (0)