[x] 1. By default there's no theme, so you have to select one. Not really an issue but yea...
A simple client-based web developing code playground 😏 https://codeebox.vercel.app
- Instant change preview (You can disable it if you want)
- Saving without accounts or databases, everything's on the URL (Encoded) client-side.
- File format (for large projects)
.codee
- Resizable, fully customizable.
- Monaco editor! Taken right straight from VSCode source! (Has command palette, emmet, autocompletion, intellisense and formatting)
- Dark mode, light mode, 49 themes!
- Adaptive theme; sidebar, panels and gutters adapts to the theme you selected.
- Active repository.
- Clean and beautiful UI.
F1 or Ctrl + Shift + P: open command palette. Other keybindings can be found in command palette.
Download.
Yarn / npm i / pnpm i
yarn build / npm run build / pnpm run build
Download.
Yarn / npm i / pnpm i
yarn dev / npm run dev / pnpm run dev