getting-started.mdx 768 B

123456789101112131415161718
  1. ---
  2. title: "Getting started"
  3. description: "This guide explains how you can contribute to Flowsint."
  4. category: "Developers"
  5. order: 7
  6. author: "Flowsint Team"
  7. tags: ["tutorial", "developers", "getting-started"]
  8. version: "1.2.8"
  9. last_updated_at: "2026-05-15"
  10. ---
  11. ## Contributing
  12. Your contribution to Flowsint is highly encouraged !
  13. You can create your own [Types](/docs/developers/managing-types), [Tools](/docs/developers/managing-tools), [Enrichers](/docs/developers/managing-enrichers) and Flows, and sharing them by proposing [pull requests](https://github.com/reconurge/flowsint/pulls).
  14. Before diving in, you may also want to understand the [Graph format](/docs/developers/graph-format) to learn how nodes and edges are structured in the frontend visualization.