Coinugget is a free real-time crypto signals dashboard covering RSI,
price action, and volume spikes. No sign-up required. Useful for
quants who want quick market overview before running strategies.
Lumibot is an actively maintained Python framework for algorithmic
trading (1,333+ stars, MIT license, latest release v4.4.60). It
supports backtesting and live trading with the same code across
stocks, options, crypto, futures, and forex via Alpaca, Interactive
Brokers, Tradier, Schwab, and CCXT.
https://github.com/Lumiwealth/lumibot
Sextant is a local event-driven backtesting engine built in Python with a Streamlit interface.
Key features:
- Strict bar-by-bar event loop (MarketEvent → SignalEvent → OrderEvent → FillEvent)
- FRED/ALFRED integration with vintage support (no lookahead from data revisions)
- Basket SL/TP and Hedge mode
- No-code visual strategy builder
- Data from Yahoo Finance, FRED, CSV (TradingView)
MIT license. Actively maintained.
CRNG (Contingency Random Number Generator) produces random numbers
with real financial market statistical signatures including fat tails,
volatility clustering, and kurtosis. Matches 86% of real market
metrics vs 14% for NumPy.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Adds income-desk - a systematic options trading intelligence library for small accounts with desk-based portfolio management, pre-trade validation, and multi-broker consolidation.
Lines that end with [GitHub](url) should not have a trailing period after the closing bracket.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Added periods to end of all project entries that were missing them
- Entries with [GitHub] links now properly end with period before the link
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Remote main had language-first structure with new projects. We've reorganized to
category-first structure and manually integrated all new projects from remote.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- flashalpha: options exposure analytics API in Financial Instruments & Pricing
- jugaad-data, nsetools, bsedata, nse-insights-api: Indian market data sources in Market Data
- edinetdb: Japanese company financials in Market Data
- TradeClaw: AI trading signal platform in Trading & Backtesting
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
The tag cloud buttons were not triggering filters because the event
listener was only attached to the table body. Refactored tag click
handling into a shared function and added a separate listener for the
tag cloud outside the table.
Now clicking any tag (table or cloud) applies the filter correctly.
New features:
- Tag cloud displays 8 most popular languages and 6 most popular categories
- Tags have variable font sizes based on frequency (larger = more common)
- Tags are clickable and trigger the same filtering as table row tags
- Positioned above search input for easy discovery
- Styled with hover effects and responsive layout
- Shows both language and category tags mixed together
The tag cloud helps users quickly discover popular filters without
needing to scroll through the entire table.
README.md: migrated to category-first organization with inline language tags
site/index.html: regenerated with new structure and language filtering
site/projects.csv: updated with language extraction and new schema
All 498 entries reorganized from 14 language-based sections to 18
category-based sections with inline language tags. Multi-language
projects properly tagged and filtered. Website supports language,
category, and source filtering with visual color coding by language.
CONTRIBUTING.md:
- New entry format requires inline language tags (`Python`, `Rust`, etc.)
- Updated section placement to list new category sections
CLAUDE.md:
- Updated architecture: README organized by category, not language
- Entry format includes inline language tags
- parse.py and site/generate.py extract languages from backtick tags
review-pr skill:
- Step 5a: validate that entries include required language tags
- Step 5c: updated section list to new category-first organization
Language tags now have distinct colors based on their language:
- Python: #306998 on #FFD43B
- R: #276DC3 on white
- Julia, Rust, C++, etc. with official language colors
- Includes custom styling for all supported languages
Improves visual distinction and user recognition at a glance.