Seekho Finance India logoSeekho Finance India
Project README

Seekho Finance India changelog and build history.

A detailed record of major product, content, SEO, UI and market-dashboard updates made to the project so far. This page is meant to work like a public README for what changed and why.

Static HTMLTailwindSEOMarkets DashboardEducation-first
Current focus

Markets + learning

The website is expanding from finance explainers into a stock-market learning dashboard for Indian users, while keeping language educational and safe.

Architecture

Static-first website

The repo remains a lightweight static HTML/Tailwind project. Build scripts handle SEO polish, indexing blocks, sitemap work and rich footer injection.

Data mode

API-ready fallback UI

Markets modules are wired for API endpoints but continue to show demo fallback data until the backend endpoints are deployed.

Timeline

Detailed changelog

View Markets page
Latest7072ed7

Fixed Markets page alignment and overflow

Added runtime layout guards inside js/markets-insights.js to stop text and dynamic modules from spilling out of cards.

  • Added responsive auto-fit grids for dynamic modules.
  • Added overflow wrapping for cards, metric tiles, explainers and watchlist chips.
  • Improved generated card markup for market health, sectors, movers, FII/DII, events, IPOs and glossary terms.
  • Improved table wrapping and mobile behavior.
Marketsb15301e1b789dc

Expanded Markets into a stock-user product page

Turned the basic market page into a fuller Indian stock-market dashboard with learning-first modules.

  • Added Market Health with advancing, declining, breadth and 52-week high/low counts.
  • Added Sector Heatmap for quick sector participation reading.
  • Added Top Movers: gainers, losers, most active and 52-week high watch.
  • Added FII/DII activity and Today’s 5 Things to Watch.
  • Added Stock Report Card, peer comparison and local watchlist builder.
  • Added Corporate Actions Calendar, Results Tracker and IPO Tracker placeholders.
  • Added Explain This Term micro-glossary and a risk checklist.
Footer3d8270675fb65b34cd3f2

Added rich site-wide footer system

Created a footer component and build script to apply it across HTML pages.

  • Created components/rich-footer.html with links to major site sections.
  • Created scripts/apply-footer.js to inject the footer at build time.
  • Updated package.json so both SEO and production build run the footer applicator.
  • Footer includes learning pages, tools, tax, GST, banking, global finance, state finance, scenarios and policy links.
Markets redesignfa06be6

Rebuilt Markets page from dark dashboard to light educational UI

Replaced the generic dark trading aesthetic with a light UI matching the main Seekho Finance India brand.

  • Changed hero copy to plain-language market education.
  • Added clean market mood, stock search, selected asset card and chart panel.
  • Added plain-English signal language instead of backend labels.
  • Added fallback behavior that clearly marks demo data when API history is unavailable.
Initial marketsa79f92c617b50d

Added first Markets page and sitemap entry

Created the first standalone markets.html page and added /markets to the sitemap.

  • Added stock search, market pulse and watchlist table.
  • Connected frontend to quote, history, analysis, indices and watchlist API paths.
  • Added fallback demo data so the page could render before backend deployment.
Backend prototype

Designed Market API Fetcher outside the static repo

Prepared a lightweight FastAPI market fetcher concept for Indian stocks and indices.

  • Quote endpoint for Indian symbols and indices.
  • History endpoint for chart data.
  • Educational analysis endpoint using trend, RSI and momentum.
  • SQLite cache and optional Discord webhook logging for EC2-friendly deployment.
  • Important note: this backend still needs deployment and endpoint expansion for all advanced Markets modules.
SEO & indexing

SEO polish and indexing helpers

The project includes build scripts for canonical tags, metadata, brand cleanup, sitemap generation and extra internal linking blocks.

  • scripts/seo-polish.js manages canonical tags, metadata, Open Graph, Twitter cards and simple utility pages.
  • scripts/indexing-fix.js adds beginner summaries and related learning blocks to topic pages.
  • The build remains static-first and Vercel-friendly.
Next recommended work

Open backend/data tasks