{"id":15136758,"url":"https://github.com/upperdo/backoffice-template","last_synced_at":"2025-07-30T17:34:01.464Z","repository":{"id":203078693,"uuid":"708447820","full_name":"upperdo/backoffice-template","owner":"upperdo","description":"Clean Architecture Sveltekit Appwrite template include admin area, auth, protected routes, it use ShadCN-Svelte as base component library, include authorization, designed to be easy to maintain and very scalable.","archived":false,"fork":false,"pushed_at":"2024-04-04T01:21:38.000Z","size":1248,"stargazers_count":56,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-06T16:40:19.301Z","etag":null,"topics":["appwrite","clean-architecture","feature-first-folder-structure","pnpm","postcss","shadcn-svelte","sveltekit","sveltekit-tailwindcss","sveltekit-template","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","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/upperdo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-10-22T15:40:36.000Z","updated_at":"2025-04-05T21:11:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"749d1199-8fbf-4d49-b476-42d1e0cb8480","html_url":"https://github.com/upperdo/backoffice-template","commit_stats":null,"previous_names":["upperdo/backoffice-template"],"tags_count":10,"template":true,"template_full_name":null,"purl":"pkg:github/upperdo/backoffice-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upperdo%2Fbackoffice-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upperdo%2Fbackoffice-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upperdo%2Fbackoffice-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upperdo%2Fbackoffice-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upperdo","download_url":"https://codeload.github.com/upperdo/backoffice-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upperdo%2Fbackoffice-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267911430,"owners_count":24164460,"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-07-30T02:00:09.044Z","response_time":70,"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","clean-architecture","feature-first-folder-structure","pnpm","postcss","shadcn-svelte","sveltekit","sveltekit-tailwindcss","sveltekit-template","tailwindcss","typescript","vite"],"created_at":"2024-09-26T06:41:08.378Z","updated_at":"2025-07-30T17:34:01.425Z","avatar_url":"https://github.com/upperdo.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# SvelteKit Appwrite BackOffice Template\nEverything you need to build an Administration Panel Using Svelte/SvelteKit and AppWrite\n\n## Screenshots\n![Screen 1](screenshots/01.png)\n![Screen 2](screenshots/02.png)\n![Screen 3](screenshots/03.png)\n\n## Development\n\nIf you want to begin the development process, follow this guide.\n\n```bash\n# create a new project in the current directory\ngit clone repo\n\n# cd into directory\ncd project-name/\n\n# install dependencies\npnpm i\n\n# create new env file and update the variables\ncopy .env.example .env\n\n# run the project\npnpm dev\n```\n\n## Appwrite\nThere's an appwrite folder in the root of the project, it contains the base functions, database and collections for the project.\n\nthere's also a bash script that can be run with ./login_appwrite.sh, it will promp to login to appwrite instance that you spesify in the .env, see .env.example\n\n\n## Folder Structure\nThe project is well organized into the following folder structure, and use route grouping.\n\n### Routes\n- (auth) Here you will find a group of route with the auth layout ( Public route )\n- (backoffice) Here you will find the admin panel ( Protected route )\n\n### Lib\n- app Here you will find your common app, config, constants, stores, utils, types, ui components and ui common widgets\n- data-access Here you will find your DTO's and Data Definitions\n- entities Here you will find your entites that are in your database\n- features Here you will find your application features\n- infraestructure Here you will find your Depdency Injection container, and everything related to infraestructure ( AppWrite interface )\n- use-cases Here you will find your Application Use Cases (Business Logic / Controllers)\n\n## Tech Stack\n- SvelteKit\n- Svelte\n- TailwindCSS\n- ShadCN-Svelte\n- AppWrite\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%2Fupperdo%2Fbackoffice-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupperdo%2Fbackoffice-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupperdo%2Fbackoffice-template/lists"}