Available nodes
Nodes status
This list is node-sprecific, see the project tatus for the global prpject status.
Core nodes
Name | Description | Status | Link |
---|---|---|---|
Boolean conditions | conditional expressions | stable | link |
HTTP Client | Send HTTP requests | stable | link |
Sleep (Timer) | Set a timer or delay before running the next node | stable | link |
Create variable | save a variable that can be easily accessed from any node | stable | link |
Status code | change the response status code of your API | stable | link |
JSX | Render JSX components using your API | coming soon | |
HuggingFace | Integrate your API with thousands HuggingFace AI models | stable | link |
Read data | Read a document from collection | stable | link |
Create data | Add a document to a collection | stable | link |
Update data | Update a document in a collection | public | link |
Delete data | Delete a document from collection | stable | link |
Functions | Add your own code to your API | public | link |
Loops | Build mapping loops | testing | link |
Nodes development stages
coming soon
: Just an idea.under development
: The node is under development.closed alpha
: Testing with a closed-set of developers.testing
: Anyone can use the node but It's still not stable.public
: Stable enough but still facing some issues or more features are coming soon.stable
: The node is stable for all use-cases.