A compact suite of web tools crafted with SolidJS, Vite, and TypeScript.
This README was just made by gpt until I actually make one. Not a super detailed one either
- Notebook: Markdown support, auto-save to IndexedDB, organized by notebooks and pages.
- HTML Previewer: Real-time preview of HTML/CSS/JS.
- Theming: Custom YAML-driven themes with live preview in Settings.
- Lightning-fast AI-powered citation generator: Ultra-quick, faster than Scribr + MyBib
npm installnpm run dev
Themes live in public/themes/. Drop in your own YAML file there, following the schema:
name: MyTheme
mainColor: "#hex"
color2: "#hex"
backgroundColor: "#hex"
textColor: "#hex"
sidebarColor: "#hex"
accentColor: "#hex"