A single-page options board with English / Russian interface: enter a ticker, get expirations, select one or more dates, and view the classic Calls | Strike | Puts chain with bid / mid / ask, IV, volume, open interest and greeks where the provider supplies them. The app is a static React + TypeScript + Tailwind CSS v4 site built by Parcel and deployable to GitHub Pages.
RU: Одностраничная опционная доска с интерфейсом на английском / русском языке: вводишь тикер, получаешь даты экспираций, выбираешь одну или несколько дат и смотришь цепочку Calls | Strike | Puts с bid / mid / ask, IV, объёмом, OI и греками там, где источник их отдаёт. Приложение статическое: React + TypeScript + Tailwind CSS v4, сборка Parcel, деплой на GitHub Pages.
| Document / Документ | English | Русский |
|---|---|---|
Main agent contract (AGENT.md) |
AGENT.en.md | AGENT.md |
| Overview & usage | README | README |
| Developer guide | DEVELOPMENT | DEVELOPMENT |
| Agentic-setup how-to | Setup | Setup |
| Arena.ai adapter | ARENA | ARENA |
AGENTS.md compat stub |
AGENTS | AGENTS |
Agentic developer note: This is an Agentic AI-developed project. Agents must always start by reading AGENT.md as the main entry point and contract. Keep these READMEs synchronized with src/main.tsx, src/index.css, scripts/*, and .github/workflows/*. Prefer correcting/removing stale comments over preserving inaccurate ones.
This repository is optimized for AI-agentic development. Core agent files stay in the repository root; extended guides live in ./docs.
- AGENT.md: Main agent contract and rules (главный контракт, RU).
- CLAUDE.md: Adapter for Claude Code.
- docs/.cursorrules: Rules for Cursor AI.
- Tutorial on setting up agentic workflows: English or Russian.