> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Community

> Community resources, integrations, and contributions built with VecTrade.

# Community

## awesome-vectrade

A curated list of community projects, tutorials, integrations, and resources for the VecTrade ecosystem.

<Card title="awesome-vectrade" icon="star" href="https://github.com/VecTrade-io/awesome-vectrade">
  Browse the full list on GitHub — PRs welcome!
</Card>

### Highlights

| Category               | Examples                                              |
| ---------------------- | ----------------------------------------------------- |
| **Trading Bots**       | Momentum strategies, mean-reversion, pairs trading    |
| **Dashboards**         | Next.js portfolio trackers, Streamlit apps            |
| **AI Agents**          | LangChain tools, CrewAI integrations, AutoGPT plugins |
| **Notebooks**          | Quantitative analysis, backtesting, factor models     |
| **Discord Bots**       | Price alerts, earnings reminders, watchlist commands  |
| **Browser Extensions** | Inline stock data on any webpage                      |

## Contributing

We welcome contributions to any VecTrade repository:

1. **Bug reports** — File an issue on the relevant repo
2. **Feature requests** — Start a GitHub Discussion
3. **Pull requests** — Fork, branch, submit PR
4. **Examples** — Add your project to [vectrade-examples](https://github.com/VecTrade-io/vectrade-examples)
5. **Community list** — Submit a PR to [awesome-vectrade](https://github.com/VecTrade-io/awesome-vectrade)

### Contribution Guidelines

* Follow the existing code style (enforced by CI)
* Add tests for new functionality
* Update documentation when changing behavior
* Sign the CLA (automated via PR comment)

## Support Channels

| Channel                                                               | Use Case                        |
| --------------------------------------------------------------------- | ------------------------------- |
| [GitHub Issues](https://github.com/VecTrade-io)                       | Bug reports, feature requests   |
| [GitHub Discussions](https://github.com/orgs/VecTrade-io/discussions) | Questions, ideas, showcases     |
| [Status Page](https://status.vectrade.io)                             | API uptime and incident history |
| Email: [support@vectrade.io](mailto:support@vectrade.io)              | Enterprise support, billing     |

## SDKs at a Glance

| SDK                  | Language      | Package                                      | Repo                                                          |
| -------------------- | ------------- | -------------------------------------------- | ------------------------------------------------------------- |
| vectrade-python      | Python 3.9+   | `pip install vectrade`                       | [GitHub](https://github.com/VecTrade-io/vectrade-python)      |
| vectrade-node        | TypeScript/JS | `npm install @vectrade/sdk`                  | [GitHub](https://github.com/VecTrade-io/vectrade-node)        |
| vectrade-cli         | Go (binary)   | `brew install VecTrade-io/vectrade/vectrade` | [GitHub](https://github.com/VecTrade-io/vectrade-cli)         |
| vectrade-ai-provider | TypeScript    | `npm install @vectrade/ai-provider`          | [GitHub](https://github.com/VecTrade-io/vectrade-ai-provider) |
| vectrade-mcp         | TypeScript    | `npx @vectrade/mcp`                          | [GitHub](https://github.com/VecTrade-io/vectrade-mcp)         |
| finkit               | Python        | `pip install finkit`                         | [GitHub](https://github.com/VecTrade-io/finkit)               |
