{"id":16655304,"url":"https://github.com/pxseu/lanyard-ui","last_synced_at":"2025-09-08T01:32:24.747Z","repository":{"id":43873231,"uuid":"434993505","full_name":"pxseu/lanyard-ui","owner":"pxseu","description":"Simple UI to easily access kv and visualize your Discord User / Status with Lanyard","archived":false,"fork":false,"pushed_at":"2025-05-20T12:10:06.000Z","size":1340,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"senpai","last_synced_at":"2025-05-20T12:51:27.378Z","etag":null,"topics":["lanyard","react","rest","websocket"],"latest_commit_sha":null,"homepage":"https://lanyard.sakurajima.cloud/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pxseu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-12-04T19:42:02.000Z","updated_at":"2025-05-20T12:10:10.000Z","dependencies_parsed_at":"2024-10-28T11:27:07.483Z","dependency_job_id":"64aed0fa-632b-4531-9161-4a8d3db56daa","html_url":"https://github.com/pxseu/lanyard-ui","commit_stats":{"total_commits":43,"total_committers":1,"mean_commits":43.0,"dds":0.0,"last_synced_commit":"c5230df5fbdf64e6ee7a6dabfd0d8590ecc5f0b3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pxseu/lanyard-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxseu%2Flanyard-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxseu%2Flanyard-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxseu%2Flanyard-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxseu%2Flanyard-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pxseu","download_url":"https://codeload.github.com/pxseu/lanyard-ui/tar.gz/refs/heads/senpai","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxseu%2Flanyard-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274121922,"owners_count":25225801,"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-09-07T02:00:09.463Z","response_time":67,"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":["lanyard","react","rest","websocket"],"created_at":"2024-10-12T09:52:32.903Z","updated_at":"2025-09-08T01:32:24.741Z","avatar_url":"https://github.com/pxseu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./public/assets/lanyard.png\" width=300 /\u003e\n\n# Lanyard UI\n\n\u003e Simple UI to easily access kv and visualize your Discord User / Status with Lanyard\n\nHuge thanks to [@Phineas](https://github.com/phineas) for making this possible with [his amazing project](https://github.com/phineas/lanyard)!\n\n## Before you start\n\n1. Make sure you've joined the [Lanyard Discord server](https://discord.gg/UrXF2cfJ7F)\n1. If you want to use the KV editor make sure to get your [Api Token](#token)\n1. Find your [Discord User ID](#user-id)\n\n## User ID\n\n1. Open settings got to the `Advanced` tab and turn on `Developer Mode` \\\n   \u003cimg src=\"./.github/assets/discord_settings.png\" width=500 /\u003e\n1. Still in settings go to `My Account` and click the three dots and copy your ID \\\n   \u003cimg src=\"./.github/assets/discord_id.png\" width=500 /\u003e\n\n## Token\n\n\u003e How do I get my Lanyard Token / Api Key?\n\n1. Open direct messages with the Lanyard bot \\\n   \u003cimg src=\"./.github/assets/server.png\" width=500 /\u003e \\\n   \u003cimg src=\"./.github/assets/lanyard_dm.png\" width=500 /\u003e\n1. Send a message with the following content: `.apikey` \\\n   \u003cimg src=\"./.github/assets/token_dm.png\" width=500 /\u003e\n1. Copy the token to a safe place\n\n## Running Locally\n\nThis project uses [Bun](https://bun.sh) as the package manager and [Vite](https://vitejs.dev) as the build tool.\n\n```sh\n# Install dependencies\n$ bun install\n\n# Start development server\n$ bun run dev\n\n# Build for production\n$ bun run build\n\n# Preview production build\n$ bun run preview\n```\n\n## Features\n\n-   🚀 Built with Vite for lightning-fast development\n-   ⚛️ React 18 with modern hooks and patterns\n-   🎨 Styled Components for beautiful, maintainable styling\n-   🔄 Real-time Discord presence updates\n-   🔑 KV store editor with validation\n-   🎭 Support for Discord decorations and custom statuses\n-   📱 Responsive design\n\n## Contributing\n\n1. Fork the repo on GitHub\n1. Clone the project to your own machine\n1. Commit changes to your own branch\n1. Push your work to your fork\n1. Submit a Pull request so that I can review your changes\n\nNOTE: Be sure to merge the latest from \"upstream\" before making a pull request!\n\n## License\n\nCopyright 2021 pxseu\n\nLicensed under the Mozilla Public License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. \\\nYou may obtain a copy of the License at:\n\n\u003e https://www.mozilla.org/en-US/MPL/2.0/\n\nA copy of the license is available in the repository's [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxseu%2Flanyard-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxseu%2Flanyard-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxseu%2Flanyard-ui/lists"}