Deep Work Protocol & Zen Focus Environment. Eliminate distractions, enter flow state, and master your time with procedural soundscapes.
Live App · Features · Vibe Support · Quickstart · Issues
Flocii for uninterrupted deep work in under 10 seconds.
Procedural Web Audio Engine · ASCII & Zen Canvas Visualizers · Micro-Goal Commitment Protocol
Flocii is an editorial-grade deep work web application designed to help developers, writers, and researchers achieve and sustain unbroken flow states.
Modern focus tools often clutter the screen with micro-management settings, distracting social feeds, or intrusive notifications. Flocii strips away friction: define a singular micro-goal, select an ambient environment or custom audio track, and enter a distraction-free full-screen zen cockpit.
| Feature | Details |
|---|---|
| 🎯 Micro-Goal Commitment | Set a singular intent and time duration before launching into a session to solidify mental focus. |
| 🎧 Procedural Audio Engine | Synthesizes real-time brown noise, rain physics, fire crackle, lo-fi drones, and tactile mechanical keystrokes directly in Web Audio API. |
| 🎨 Dynamic Zen Visualizers | Switch seamlessly between Fire, Rain, and custom ASCII canvas animation environments designed for low-distraction visual feedback. |
| 🎵 YouTube Ambient Streamer | Seamlessly layer custom YouTube audio URLs or lo-fi streams with procedural ambient sounds. |
| ⌨️ Tactile Hotkeys & Shortcuts | Fluid keyboard navigation (Z theme switch, S sound toggle, ambient track keys) built for keyboard-driven workflows. |
| 🏆 Streak & Achievements | Track completed focus sessions, earn milestone badges, and celebrate session victories with lightweight confetti effects. |
| ⚡ Fullscreen Zen Cockpit | Auto-enabling full-screen mode that turns your display into a zero-distraction focus terminal. |
|
Enter deep work in seconds using the hosted web app. Define your goal, choose your soundscape, and flocii.
|
Dedicated distraction-free desktop window with zero browser navigation clutter.
|
User Focus Request (Goal + Duration + Theme)
↓
Flocii Engine
│
├── 1. Zen Canvas Visualizer Renders procedurally generated ASCII fire/rain frames
├── 2. Web Audio Synthesizer Generates brown noise, rain, fire crackles & mechanical key clicks
├── 3. Custom YouTube Player Streams secondary ambient/lo-fi audio via YouTube API
├── 4. Session State Tracker Monitors countdown timer, handles pause/reset, & tracks metrics
└── 5. Achievement Pipeline Unlocks accomplishment badges & records session history locally
flocii/
├── src/
│ ├── app/ # Next.js 15 App Router pages & layout
│ ├── components/ # Focus timer, session history, settings & visualizer components
│ │ └── landing/ # Landing hero, mechanics, audio test bench & FAQ
│ ├── hooks/ # Keyboard shortcut listeners & custom React hooks
│ ├── lib/
│ │ └── zen/ # Web Audio synthesis engine & ASCII animation frame data
│ ├── types/ # TypeScript definitions
│ └── visual-edits/ # Visual UI editor assets
├── public/ # Static assets & trademark images
└── design.md # Brand visual identity & design system guidelines
- Node.js 18+ (Node.js 20 recommended)
- npm 9+
git clone https://github.com/hebuildapps/flocii.git
cd flocii
npm installStart the local development server with Next.js Turbopack:
npm run devOpen http://localhost:3000 in your browser.
To test or build the production bundle:
npm run build
npm run startFlocii features a built-in zero-dependency procedural audio engine using the native Web Audio API:
- Any YouTube video: For deep,and personalised selection of choice for high-concentration coding and writing.
- Rain: White noise filtered through procedural gain modulation to emulate steady rainfall.
- Fire place: Random burst synthesis creating realistic ambient hearth crackles.
| Key | Action |
|---|---|
num |
Toggle Zen Theme (Fire / Rain) |
S |
Toggle Master Sound |
Esc |
Exit Fullscreen |
- 100% Client-Side Audio: All procedural sounds are synthesized live in your browser's Web Audio engine. No audio files are downloaded or streamed from remote tracking servers.
- Local Session Storage: Focus history, achievement badges, and user preferences remain stored securely in your browser.
- Zero Telemetry: Flocii respects your focus and privacy with zero intrusive tracking analytics.