0FluffStart is a minimalist, privacy-focused start page and new tab replacement designed to deliver a fast, local-first productivity dashboard.
Built without external framework dependencies or tracking scripts, 0FluffStart operates locally within your browser to provide customizable shortcut organization, search execution, and theme settings.
Live Web Application / PWA: https://0fluffstart.pages.dev
GitHub Repository: https://github.com/JBuilds-g/0FluffStart
Core Capabilities
Integrated Search Interface
• Multi-Engine Search Hub: Execute queries through default or custom search providers with support for engine-tag shortcuts (e.g., ?g, ?d, ?y).
• Privacy-Preserving Auto-Suggestions: Real-time query autocomplete powered by in-memory LRU caching and transient proxy execution.
• Local Search History: Case-insensitive log of recent queries stored locally for quick recall with single-click history purging.
Link and Folder Management
• Hierarchical Organization: Create, edit, and nest shortcut links inside custom folders.
• Display Customization: Toggle link titles or maintain an icon-only layout with hover triggers.
Themes and Media Backgrounds
• Material You Palette Extraction: Extract dynamic accent color schemes from custom background media.
• Built-In Theme Presets: Includes over 15 aesthetic themes (OLED Dark, Clean Light, Cyberpunk, Sunset Drive, Forest Hike, Dracula, Nord Frost, Rose Pine, and more).
• Local Media Storage: Save custom images or looping video backgrounds directly to IndexedDB.
• Clock Display Options: Select from Default, Monospace, LCD Digital, Neon Glow, Bold Chunky, or Minimal typography with 12h/24h formats and toggleable seconds.
Local-First Privacy Architecture
• Device-Only Storage: All shortcut layouts, settings, and search history remain strictly on your local hardware via LocalStorage and IndexedDB.
• Zero Telemetry: No tracking scripts, remote analytics, or external server dependencies.
• Data Portability: Export and import complete dashboard configurations using lightweight JSON files.
Performance Specifications
• Engineered with Vanilla HTML5, CSS3, and ES Modules with zero npm dependencies.
• Optimized rendering pipeline for fluid visual transitions.
• Offline-capable architecture designed for immediate initialization upon opening a new tab.
Development Transparency
• Core application architecture and code structures were developed with AI assistance under direct architectural supervision.