Skip to content

henu-wang/keeprule-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

KeepRule Daily Investment Principle Widget

Add daily investment wisdom from Buffett, Munger, Graham, Dalio, Lynch, and other masters to your website with one line of code.

Quick Start

Add this to your HTML:

<div id="keeprule-widget" data-theme="light"></div>
<script src="https://keeprule.com/widget.js"></script>

Themes

Light (default)

<div id="keeprule-widget" data-theme="light"></div>
<script src="https://keeprule.com/widget.js"></script>

Dark

<div id="keeprule-widget" data-theme="dark"></div>
<script src="https://keeprule.com/widget.js"></script>

Features

  • Zero dependencies — Pure vanilla JavaScript, no frameworks needed
  • One file — CSS is embedded in the JS, just include one script
  • 50 curated principles — From Buffett, Munger, Graham, Dalio, Lynch, Marks, Klarman, Templeton, Fisher, and Soros
  • Daily rotation — Automatically shows a different principle each day
  • Responsive — Adapts to any container width (max 520px)
  • Light & Dark themes — Matches your site's design
  • Tiny footprint — Under 5KB

How It Works

The widget selects one principle per day based on the day of the year, so all visitors see the same quote on any given day. It cycles through all 50 principles over time.

Customization

Place a <div> with id="keeprule-widget" where you want the widget to appear. Set data-theme to light or dark.

If no container div is found, the widget renders inline where the script tag is placed.

Demo

Open widget-demo.html in a browser to preview both themes.

About

Built by KeepRule — AI-powered investment principles platform for mastering the wisdom of Buffett, Munger, and the world's greatest investors.

🔗 More KeepRule Resources

Free Tools

For Developers

Learning


Built by William Wang | All Tools

About

Embeddable daily investment principle widget - Add wisdom from Buffett, Munger & more to any website with one line of code. Powered by KeepRule.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors