{"id":15136757,"url":"https://github.com/meldiron/appwrite-cms","last_synced_at":"2025-10-10T01:40:59.590Z","repository":{"id":64150908,"uuid":"573345714","full_name":"Meldiron/appwrite-cms","owner":"Meldiron","description":"Prepare admin panels for your projects rapidly using Appwrite CMS, a headless CMS for any Appwrite project.","archived":false,"fork":false,"pushed_at":"2023-03-18T17:22:24.000Z","size":481,"stargazers_count":46,"open_issues_count":7,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-30T14:40:32.887Z","etag":null,"topics":["appwrite","svelte","sveltekit","tailwindcss"],"latest_commit_sha":null,"homepage":"appwrite-cms.vercel.app","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Meldiron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-02T08:42:46.000Z","updated_at":"2025-08-13T06:13:04.000Z","dependencies_parsed_at":"2024-09-21T11:00:27.134Z","dependency_job_id":null,"html_url":"https://github.com/Meldiron/appwrite-cms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Meldiron/appwrite-cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meldiron","download_url":"https://codeload.github.com/Meldiron/appwrite-cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Fappwrite-cms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002399,"owners_count":26083374,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","svelte","sveltekit","tailwindcss"],"created_at":"2024-09-26T06:41:07.546Z","updated_at":"2025-10-10T01:40:59.561Z","avatar_url":"https://github.com/Meldiron.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Cover image](/static/cover.png)\n\n# Appwrite CMS\n\n\u003e Appwrite CMS currently supports Appwrite 1.x version.\n\n\u003e Appwrite CMS is not created or maintained by Appwrite, nor affiliated with itp. All trademarks, logos and brand names are the property of their respective owners.\n\n## 👋 Introduction\n\nHey there 👋\n\nHappy to see you here... Since you are looking for Appwrite admin panel, you already know what Appwrite is, right... Right?!?!\n\nIf you never heard about Appwrite, please check out [Appwrite website](https://appwrite.io/) to learn more about rapidly growing backend as a service. Believe it or not, you can't use Appwrite CMS without Appwrite 😬\n\nWith that said...\n\nPrepare admin panels for your projects rapidly using Appwrite CMS, a headless CMS for your Appwrite project! ✨\n\nAppwrite CMS is headless CMS for your Appwrite database. Appwrite allows you to manage your database and files, but the UI is too developer-ish and allows zero customization. In the end, it is a tool for developer not copywriter, so noone ever expected to use Appwrite as CMS.\n\n**That's where Appwrite CMS comes into play!** Connect Appwrite CMS to your Appwrite project and configure it as much as you need. Appwrite CMS also allows you to write your own components to achieve any interface your project needs.\n\nThanks for your attention open source community! See you later in GitHub issues section 👋 😄\n\n## 🧑‍🎓 How to Use?\n\n\u003e Before using, make sure you have Appwrite server running and you have a project.\n\n1. Fork Appwrite CMS\n2. Edit whole file `src/lib/config.ts`. To learn more about this config file, read documentation below.\n3. You are all set and ready to use Appwrite CMS ✨ To log in, create user in your Appwrite project.\n\n## 📚 Documentation\n\n\u003e Work in progress ...\n\n## 💖 Contributing\n\nLearn more in the [CONTRIBUTING.md](CONTRIBUTING.md) file. All written from scratch, no copy\u0026paste, I promise! 😅\n\n## 🤖 Generated Svelte Kit Docs\n\nEverything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).\n\n## Creating a project\n\nIf you're seeing this, you've probably already done this step. Congrats!\n\n```bash\n# create a new project in the current directory\nnpm create svelte@latest\n\n# create a new project in my-app\nnpm create svelte@latest my-app\n```\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nTo create a production version of your app:\n\n```bash\nnpm run build\n```\n\nYou can preview the production build with `npm run preview`.\n\n\u003e To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeldiron%2Fappwrite-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeldiron%2Fappwrite-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeldiron%2Fappwrite-cms/lists"}