Stealth Mode Activated

The Stealth Floating Note
Overlay for Developers

Write, render, and review notes directly on top of your editor. Adjust window transparency to view the code underneath, and toggle Stealth Mode to keep notes completely hidden from screen sharing (Zoom, Loom, Teams).

Interactive Web Simulator

Drag the note overlay, slide the transparency, and activate Stealth Mode to see the magic in real time.

macOS Workspace Mockup
// CodeNotesApp.swift - Floating Notepad Setup import SwiftUI struct CodeNotesWindow { var window = NSWindow() func configureOverlay() { // Float above standard editor spaces window.level = .floating window.collectionBehavior = [.canJoinAllSpaces, .fullScreenAuxiliary] // Transparency controls window.alphaValue = 0.85 window.backgroundColor = NSColor.clear } func setStealthMode(enabled: Bool) { // Exclude the window from screen capturing APIs window.sharingType = enabled ? .none : .normal } }
CodeNotes Notepad
Opacity 100%
Stealth Mode Demonstration

With Stealth Mode ON, screen capture APIs read zero bytes from the notepad window.

Your Desktop View
Shared Stream View

Built for Dev Focus & Privacy

A native utility designed to fit cleanly inside a developer's toolkit.

Always On Top

Configured using native macOS level behaviors to overlay standard editor spaces without taking up split-screen layouts.

Stealth Mode Exclusion

AppKit-level window exclusion prevents the notepad window from being captured or broadcasted by presentation services.

Adjustable Transparency

Finetune window transparency using our menu slider, keeping background IDE code context readable underneath the notepad area.

Local Markdown Parser

Write notes utilizing full markdown styles. Toggle modes to view clean headers, checklist tables, and formatted block structures.

Keyboard Shortcuts

Manipulate stealth status (`⌥⌘S`), formatting preview (`⌥⌘P`), and size minimizing capsule (`⌥⌘M`) with customizable shortcuts.

100% Local Storage

Zero tracking, zero analytics, zero external servers. All text content and parameters persist locally on disk.

macOS 15.5+
System Requirement
Optimized for Sonoma and Sequoia spaces logic
100% Local
Privacy First
No accounts, tracking telemetry, or cloud links
Swift
Language
Built natively with modern Swift & SwiftUI