Templates for Appwrite Functions. These templates can be used as starters for your functions, or for learning purposes.
Template | Node.js | Python | PHP | Dart | Deno | Node.js (TypeScript) | Bun | C++ | .NET | Java | Kotlin | Ruby | Swift |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Starter | β | β | β | β | β | β | β | β | β | β | β | β | β |
Prompt ChatGPT | β | β | β | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
WhatsApp with Vonage | β | β | ποΈ | ποΈ | β | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Censor with Redact | β | β | ποΈ | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Sync with Meilisearch | β | ποΈ | ποΈ | ποΈ | β | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Email Contact Form | β | β | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Sync with Algolia | β | β | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Discord Command Bot | β | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Analyze with PerspectiveAPI | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Generate PDF | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Github Issue Bot | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Payments with Stripe | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Push Notification with FCM | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
Subscriptions with Stripe | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
URL Shortener | β | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ | ποΈ |
β = Done - Function is implemented in this runtime.
ποΈ = Missing - Function isn't implemented in this runtime yet. Contributions are welcomed.
All code contributions - including those of people having commit access - must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.
All functions should have the exactly same functionality as their other language counterparts and if possible you should avoid using any third-party libraries to keep the functions simple and secure.
We truly β€οΈ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.
For security issues, kindly email us at security@appwrite.io instead of posting a public issue on GitHub.
Join our live Discord server for more help, ideas, and discussions.
This repository is available under the MIT License.