Distraction-free writing for Windows — the free companion to TypeSlate.
LiteSlate gives you a fullscreen, blank canvas to write on with zero distractions. No toolbars, no menus, no formatting options — just you and your words. Your work is autosaved continuously so you never lose a thought.
- Fullscreen writing mode — removes all UI chrome so you can focus
- Dark mode — toggle between light and dark themes
- Continuous autosave — your writing is saved every second, automatically
- Save folder selection — choose where your files are stored
- Minimal footprint — pure Python, no external dependencies
Screenshot coming soon
git clone https://github.com/Josh-writes/LiteSlate.git
cd LiteSlate
python liteslate.pygit clone https://github.com/Josh-writes/LiteSlate.git
cd LiteSlate
pip install -e .
liteslateRequirements: Python 3.7+ with tkinter (included with most Python installations on Windows).
- Launch the app — you'll be prompted to choose a save folder on first run.
- Toggle Dark Mode if you prefer writing on a dark background.
- Click Start Writing to enter fullscreen mode.
- Just write. Your work is autosaved every second.
- Press ESC to end your session (you'll be asked to confirm).
pip install pyinstaller
python build.pyThe executable will be in the dist/ folder.
Note about Windows Defender: Because the .exe is not code-signed, Windows may flag it with a SmartScreen warning. This is normal for unsigned executables. You can review the full source code in this repository to verify there is nothing malicious.
TypeSlate is the premium version with additional features for serious writers.
See CONTRIBUTING.md for development setup and guidelines.
MIT — Copyright (c) 2025 Josh-writes