back to home

tradingstrategy-ai / frontend

Web frontend for TradingStrategy.ai

149 stars
27 forks
81 issues
SvelteHTMLTypeScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing tradingstrategy-ai/frontend in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/tradingstrategy-ai/frontend)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Trading Strategy protocol website A frontend for Trading Strategy protocol. Install NPM dependencies Node >=20.19 required. Setup pnpm Install dependencies Install and build submodules has one submodule dependency installed under : • - optional licensed fonts (see and ) Install submodules If you have access to the private , initialize and install submodules: Building submodule dependencies Once the submodule has been installed, a build step needs to be run in order to have a fully working environment. Run the following script: Running in local dev Environment variables required by the app are maintained in a file. Read about about magic VITE envs. Start the SvelteKit development server: Running tests Test builds use separate output directories ( , ) so they don't interfere with the dev server. See docs/tests.md for details. Documentation • Testing • Running in production • Doing page speed tests Notes Code Formatting Standards We are using Prettier for code formatting. Extensions are available for most code editors / IDEs (see "Editor Support" on Prettier homepage). If you prefer not to have your editor do automatic formatting, please run the following command and commit properly formatted code before pushing a PR: Our CI/CD pipeline runs the following chack on PRs or pushes to : vs will bundle whereas must be installed when deploying to production. Release Do not do automatic releases. Always ask user confirmation for a release.