One-time payment. Yours to keep, forever.
Categorise your snippets into branded folders, so that everything can be found at a glance.
Find a specific piece of code at lightning speed.
Export your snippet with one click and share your unique link with friends and colleagues.
import { useState } from 'react' export default () => { const [name, setName] = useState("Tristan") return ( <input value={name} onChange={e => setName(e.target.value)} /> ) }codespace.app/s/Wpmbk5ezJn
Codespace works with macOS, Windows and Ubuntu.
Get quick access to your snippets and copy them to the clipboard through Codespace’s menu bar shortcut.
All your snippets are stored locally and can be accessed even if you’re coding on a plane or in a secret bunker.
Switch between different light and dark themes to match your preferred setup.