{siteConfig.tagline}
20 |Easy API enables you to effortlessly turn your account into an API, configure automations and integrations without writing any code.
19 | >
20 | ),
21 | },
22 | {
23 | title: 'Reliable',
24 | Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
25 | description: (
26 | <>
27 | @open-wa lets you focus on your docs, and we'll do the chores. Go
28 | ahead and move your docs into the docs directory.
29 | >
30 | ),
31 | },
32 | {
33 | title: 'First Class Integrations',
34 | Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
35 | description: (
36 | <>
37 | Never worry about integrating with any other library again. We have a full suite of integrations for you from Chatwoot to Node Red. From S3 to Twillio.
38 | >
39 | ),
40 | },
41 | ];
42 |
43 | function Feature({title, Svg, description}: FeatureItem) {
44 | return (
45 | {description}
52 |