{"id":18885988,"url":"https://github.com/meldiron/almost-linktree","last_synced_at":"2026-02-25T16:02:28.709Z","repository":{"id":110948470,"uuid":"576739700","full_name":"Meldiron/almost-linktree","owner":"Meldiron","description":"All-in-one bio link for your social medias.","archived":false,"fork":false,"pushed_at":"2022-12-17T08:40:32.000Z","size":4448,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T18:18:55.433Z","etag":null,"topics":["appwrite","svelte","sveltejs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://linktree.almostapps.eu/u/meldiron","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":null,"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-10T20:29:10.000Z","updated_at":"2025-04-27T16:47:28.000Z","dependencies_parsed_at":"2023-03-13T13:45:21.223Z","dependency_job_id":null,"html_url":"https://github.com/Meldiron/almost-linktree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Meldiron/almost-linktree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Falmost-linktree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Falmost-linktree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Falmost-linktree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Falmost-linktree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meldiron","download_url":"https://codeload.github.com/Meldiron/almost-linktree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meldiron%2Falmost-linktree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29829408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","sveltejs","tailwindcss"],"created_at":"2024-11-08T07:23:35.375Z","updated_at":"2026-02-25T16:02:28.692Z","avatar_url":"https://github.com/Meldiron.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Almost Cover](static/og-cover.png)\n\n# 💬 Almost Linktree\n\n\u003e All-in-one bio link for your social medias.\n\n![Almost Icon](static/favicon.png)\n\n## 🧰 Tech Stack\n\n- [Appwrite](https://appwrite.io/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Meraki UI](https://merakiui.com/)\n- [Svelte Kit](https://kit.svelte.dev/)\n\n## 🛠️ Setup Server\n\n1. Setup Appwrite server\n2. Create project `almostLinktree`\n3. Install Appwrite CLI\n4. Login with `appwrite login`\n5. Enter `cd backend`\n6. Deploy database structure with `appwrite deploy collection`\n\u003c!-- 7. Deploy database seeds with `sh seed.sh` --\u003e\n\u003c!-- 8. Deploy functions with `appwrite deploy function` --\u003e\n\u003c!-- 9. Set variables on deployed functions. There is `backend/functions` folder for each function. They all have `README.md` describing what variables they need --\u003e\n\u003c!-- 10. Setup `GitHub` OAuth provider --\u003e\n\n## 👀 Setup Client\n\n1. Install libarries `npm install`\n2. Update `appwriteEndpoint` in `src/lib/appwrite.ts` (Appwrite endpoint from server setup)\n3. Start server `npm run dev`\n\n## 🚀 Deploy client\n\n1. Deploy frontend and backend on the same domain. For example, `myapp.com` and `appwrite.myapp.com`\n2. Add frontend hostname as a platform in Appwrite project\n\n## 🤝 Contributing\n\nWhen contributing to backend-related logic, make sure to sync-up `backend/appwrite.json` by running the `appwrite init` commands in the `backend` folder.\n\nPlease use components from [Meraki UI](https://merakiui.com/) for all UI changes.\n\n## 🖼️ Screenshots\n\n![Screenshot](screenshots/ss1.png)\n![Screenshot](screenshots/ss2.png)\n![Screenshot](screenshots/ss3.png)\n![Screenshot](screenshots/ss4.png)\n\n## 🤖 Svelte Kit Generated Documentation\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%2Falmost-linktree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeldiron%2Falmost-linktree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeldiron%2Falmost-linktree/lists"}