Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ hero:

tagline: Developer Documentation
actions:
- theme: brand
Comment thread
ninjeeter marked this conversation as resolved.
text: Get Started
link: /quickstart.md
Comment thread
ninjeeter marked this conversation as resolved.
Outdated
- theme: alt
text: Plugins
link: /plugins/guides/
Expand Down
23 changes: 23 additions & 0 deletions src/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Welcome to the Caido Developer Documentation!

Here, you will find a wealth of information and resources for the [Software Development Kits (SDKs)](https://en.wikipedia.org/wiki/Software_development_kit) offered by Caido.

## Plugins

For users looking to customize/extend Caido's functionality, the [@caido/sdk-frontend](/plugins/reference/sdks/frontend/), [@caido/sdk-backend](/plugins/reference/sdks/backend/) kits provide the components and features for creating your own custom plugins.

::: tip
View the [Getting Started](/plugins/guides/) guide to learn how to create your own Caido plugin.
:::

The [@caido/sdk-workflow](/plugins/reference/sdks/workflow/) kit provides the interface for working with Caido data [using the JavaScript node](https://docs.caido.io/app/guides/workflows_javascript.html) in workflows.

For both plugins and workflows, a number of [modules](/plugins/reference/modules/) are supported for Caido’s QuickJS JavaScript engine.

## Client SDK

The [@caido/sdk-client](http://localhost:5173/client-sdk/reference/) kit provides an interface for programmatic access to a running Caido instance from external scripts and tools.
Comment thread
Copilot marked this conversation as resolved.
Outdated

::: tip
View the [Install the SDK](/client-sdk/guides/install.md) guide to get started.
:::
Loading