{"id":15136784,"url":"https://github.com/streamlux/vscode-appwrite","last_synced_at":"2025-10-23T11:31:51.681Z","repository":{"id":47721436,"uuid":"359585814","full_name":"streamlux/vscode-appwrite","owner":"streamlux","description":"Appwrite extension for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2021-08-19T00:41:49.000Z","size":3592,"stargazers_count":34,"open_issues_count":6,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-30T18:11:18.439Z","etag":null,"topics":["appwrite","extension","hacktoberfest","vscode"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Streamlux.vscode-appwrite","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamlux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-19T20:13:16.000Z","updated_at":"2024-11-15T10:07:57.000Z","dependencies_parsed_at":"2022-08-30T22:52:07.270Z","dependency_job_id":null,"html_url":"https://github.com/streamlux/vscode-appwrite","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlux%2Fvscode-appwrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlux%2Fvscode-appwrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlux%2Fvscode-appwrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlux%2Fvscode-appwrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamlux","download_url":"https://codeload.github.com/streamlux/vscode-appwrite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821648,"owners_count":19371801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appwrite","extension","hacktoberfest","vscode"],"created_at":"2024-09-26T06:41:15.692Z","updated_at":"2025-10-23T11:31:50.572Z","avatar_url":"https://github.com/streamlux.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Cover image](media/readmeCoverImage.png)\n\n# Appwrite for Visual Studio Code\n\nUse the Appwrite extension to quickly monitor, manage, and interact with your Appwrite instance directly from VS Code.\n\n[![Version](https://vsmarketplacebadge.apphb.com/version/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/streamlux.vscode-appwrite.svg)](https://marketplace.visualstudio.com/items?itemName=streamlux.vscode-appwrite)\n\n## What is Appwrite?\n\nFrom [appwrite.io](https://appwrite.io)\n\n\u003e Secure Open-Source Backend Server for Web, Mobile \u0026 Flutter Developers\n\u003e\n\u003e Appwrite is a self-hosted solution that provides developers with a set of easy-to-use and integrate REST APIs to manage their core backend needs.\n\n## Features\n\n### Connect to multiple Appwrite projects\n\n\u003cimg src=\"media/features/projects/projectsView1.gif\" height=\"600\"\u003e\n\n### Creating function tags with ease!\n\n![Functions feature](media/features/functions/CreateTag.gif)\n\n### Create and manage Appwrite cloud functions, upload tags, and view function output\n\n\u003cimg src=\"media/features/functions/functionsOverview.png\" height=\"500\"\u003e\n\n### View database documents right inside VS Code.\n\n![Database feature](media/features/database/scr2.png)\n\n### Manage database collection permissions and rules.\n\n![Database feature](media/features/database/scr1.png)\n\n### Create and view users, user preferences, and more.\n![Users feature](media/features/users/scr1.png)\n\n### Quickly and easily check the health of all the Appwrite services.\n\n![Health feature](media/features/health/scr1.png)\n\n## Requirements\n\nThis extension does not provide features for setting up or installing Appwrite. Only managing and interacting with Appwrite once it's running.\n\n## Extension Settings\n\nInclude if your extension adds any VS Code settings through the `contributes.configuration` extension point.\n\nFor example:\n\nThis extension contributes the following settings:\n\n* `appwrite.projects`: List of Appwrite project configurations. To set up a project configuration, run the `Connect to Appwrite` command. Search commands by hitting \u003ckbd\u003eF1\u003c/kbd\u003e, then search `Connect to Appwrite`.\n\nAfter connecting to an Appwrite project, your `appwrite.projects` setting will contain:\n\n```json\n{\n            \"endpoint\": \"https://[Domain]/v1\",\n            \"projectId\": \"[Project ID]\",\n            \"secret\": \"API key with all scopes\",\n            \"selfSigned\": \"boolean\", // set to true if you're connecting to Appwrite over localhost\n            \"nickname\": \"My project\"\n}\n```\n\nWe plan on adding better multi-project support in the future.\n\n## Known Issues\n\nIf you find issues, or want to suggest features, please file them in the issues section of the repository.\n\nThis extension has not been tested with large \u003e1000 users or documents so it may hang or slow down if you try to load collections with large amounts of documents. If this is the case please report it!\n\n-----------------------------------------------------------------------------------------------------------\n\n## Contributing\n\nThere are a couple of ways you can contribute to this repo:\n\n* **Ideas, feature requests and bugs**: We are open to all ideas and we want to get rid of bugs! Use the Issues section to either report a new issue, provide your ideas or contribute to existing threads.\n* **Documentation**: Found a typo or strangely worded sentences? Submit a PR!\n* **Code**: Contribute bug fixes, features or design changes:\n  * Clone the repository locally and open in VS Code.\n  * Open the terminal (press \u003ckbd\u003eCTRL\u003c/kbd\u003e+ \u003ckbd\u003e\\`\u003c/kbd\u003e) and run `npm install`.\n  * Debug: press \u003ckbd\u003eF5\u003c/kbd\u003e to start debugging the extension.\n\n## License\n\n[MIT](LICENSE.md)\n\n**Enjoy!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlux%2Fvscode-appwrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamlux%2Fvscode-appwrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlux%2Fvscode-appwrite/lists"}