A "napkin-note" style Chrome extension that delivers sparks of inspiration from a remote database directly to your browser.
- Napkin UI Design: Features a realistic paper napkin background using 9-slice scaling technology for perfect responsiveness.
- Handwritten Typography: Built-in curated local fonts (Indie Flower, Gloria Hallelujah) to create an authentic "scribbled note" feel.
- Deep Customization: Adjust font style, size, bold weight, and toggle functionality via the Side Panel.
- Smart Interactions:
- Click text for the next inspiration; click the background to reveal controls.
- Smart history tracking (Session-based) to prevent duplicate quotes.
- Built-in loading states and timeout handling for reliable performance.
- Convenient Tools: One-click copy to clipboard and history backtracking.
- Clone this repository:
git clone https://github.com/devforagirl/Inspirationist.git
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" (top right).
- Click "Load unpacked" and select the project folder.
Right-click the extension icon -> Select "Open side panel" to:
- Enable/Disable the popup globally.
- Switch between different handwritten font styles.
- Adjust font size (Small, Medium, Large, Extra Large).
- Toggle Bold text for better readability.
Content is hosted on a remote Supabase instance.
- Manual Entry: Insert rows into the
inspirationstable via the Supabase Table Editor. - Bulk Import: Use the provided
import_data.csvto upload batches of data. - Schema: Refer to
setup_supabase.sqlfor the database structure.
MIT License