{"id":21580841,"url":"https://github.com/mx-space/mx-admin","last_synced_at":"2026-04-21T12:04:40.573Z","repository":{"id":36991879,"uuid":"350217997","full_name":"mx-space/mx-admin","owner":"mx-space","description":"😇 The next generation of mx-space admin dashboard built with Vue 3 and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-04-16T13:36:05.000Z","size":30797,"stargazers_count":202,"open_issues_count":18,"forks_count":57,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-16T14:31:31.206Z","etag":null,"topics":["admin","blockchain","cms","cms-admin","crossbell","cute","dashboard","flat","lively","mx-space","rest","rss3","typescript","umi-request","vue","vue3","web3"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mx-space.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["innei"],"custom":["https://afdian.com/@Innei"]}},"created_at":"2021-03-22T05:26:58.000Z","updated_at":"2026-04-16T13:36:09.000Z","dependencies_parsed_at":"2023-09-28T12:44:33.223Z","dependency_job_id":"8ea6ef44-f485-43b0-8c0b-c4dd60e4ee11","html_url":"https://github.com/mx-space/mx-admin","commit_stats":null,"previous_names":[],"tags_count":502,"template":false,"template_full_name":null,"purl":"pkg:github/mx-space/mx-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mx-space%2Fmx-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mx-space%2Fmx-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mx-space%2Fmx-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mx-space%2Fmx-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mx-space","download_url":"https://codeload.github.com/mx-space/mx-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mx-space%2Fmx-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["admin","blockchain","cms","cms-admin","crossbell","cute","dashboard","flat","lively","mx-space","rest","rss3","typescript","umi-request","vue","vue3","web3"],"created_at":"2024-11-24T14:09:57.357Z","updated_at":"2026-04-17T08:06:25.596Z","avatar_url":"https://github.com/mx-space.png","language":"Vue","readme":"# MX Space Admin\n\nThe dashboard for [MX Space](https://github.com/mx-space), a personal space management system. Built with **Vue 3**, **Naive UI**, and **UnoCSS**.\n\n\u003e v4.0 for Mix Space Server v5.0\n\n## Preview\n\n### Desktop\n\n| Dashboard | Posts |\n|-----------|-------|\n| ![Dashboard](docs/screenshots/dashboard.png) | ![Posts](docs/screenshots/posts.png) |\n\n| Notes | Comments |\n|-------|----------|\n| ![Notes](docs/screenshots/notes.png) | ![Comments](docs/screenshots/comments.png) |\n\n| Post Editor | Settings |\n|-------------|----------|\n| ![Post Editor](docs/screenshots/post-edit.png) | ![Settings](docs/screenshots/setting.png) |\n\n| Says | AI |\n|------|-----|\n| ![Says](docs/screenshots/says.png) | ![AI](docs/screenshots/ai.png) |\n\n### Mobile\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"docs/screenshots/mobile-dashboard.png\" width=\"200\" /\u003e\n  \u003cimg src=\"docs/screenshots/mobile-posts.png\" width=\"200\" /\u003e\n  \u003cimg src=\"docs/screenshots/mobile-says.png\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- Real-time dashboard with live visitor stats, content analytics, and trend charts\n- Full content management: posts, notes, pages, drafts, comments, says\n- Rich text editor with AI-assisted writing\n- AI-powered content summarization and translation\n- File management with orphan image detection\n- Friend links and project showcase management\n- Responsive design with mobile support\n- Dark mode with Vercel-style neutral theme\n- WebSocket-based real-time updates\n\n## Getting Started\n\n```bash\ngit clone https://github.com/mx-space/mx-admin.git\npnpm install\npnpm dev\n```\n\n## Build\n\n```bash\npnpm build\n```\n\n## Tech Stack\n\n- [Vue 3](https://vuejs.org/) + Composition API + TSX\n- [Naive UI](https://www.naiveui.com/) - Component library\n- [UnoCSS](https://unocss.dev/) - Atomic CSS engine\n- [TanStack Query](https://tanstack.com/query) - Server state management\n- [Pinia](https://pinia.vuejs.org/) - Store management\n- [CodeMirror](https://codemirror.net/) / [Monaco Editor](https://microsoft.github.io/monaco-editor/) - Code editors\n- [Socket.IO](https://socket.io/) - Real-time communication\n\n## License\n\nMIT. © 2021-present Mix Space \u0026 Innei\n","funding_links":["https://github.com/sponsors/innei","https://afdian.com/@Innei"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmx-space%2Fmx-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmx-space%2Fmx-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmx-space%2Fmx-admin/lists"}