{"id":32083364,"url":"https://github.com/karashiiro/kpaste","last_synced_at":"2025-10-19T11:01:45.225Z","repository":{"id":316213209,"uuid":"1061364505","full_name":"karashiiro/kpaste","owner":"karashiiro","description":"Share code and text snippets with syntax highlighting, paste management, and easy sharing. Built on ATProto.","archived":false,"fork":false,"pushed_at":"2025-10-07T18:38:04.000Z","size":704,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T20:37:30.021Z","etag":null,"topics":["atproto","paste"],"latest_commit_sha":null,"homepage":"https://paste.karashiiro.moe","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/karashiiro.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-21T19:00:27.000Z","updated_at":"2025-10-07T18:38:08.000Z","dependencies_parsed_at":"2025-09-23T11:20:00.561Z","dependency_job_id":"4c4d52e8-dea4-41f0-bf19-777d668ea8d2","html_url":"https://github.com/karashiiro/kpaste","commit_stats":null,"previous_names":["karashiiro/kpaste"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karashiiro/kpaste","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fkpaste","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fkpaste/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fkpaste/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fkpaste/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karashiiro","download_url":"https://codeload.github.com/karashiiro/kpaste/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karashiiro%2Fkpaste/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279450292,"owners_count":26172316,"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-17T02:00:07.504Z","response_time":56,"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":["atproto","paste"],"created_at":"2025-10-19T11:00:42.809Z","updated_at":"2025-10-19T11:01:45.216Z","avatar_url":"https://github.com/karashiiro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KPaste\n\nShare code and text snippets with syntax highlighting, paste management, and easy sharing. Stores pastes in your PDS for convenience.\n\n## Project Structure\n\nThis is a pnpm workspace monorepo:\n\n```\nkpaste/\n├── apps/\n│   └── kpaste/          # Main KPaste application\n├── packages/\n│   ├── lexicon/         # ATProto lexicon types (published to npm)\n│   ├── atproto-auth/    # Authentication package\n│   ├── atproto-utils/   # ATProto utility functions\n│   └── ui/              # Shared UI components\n└── pnpm-workspace.yaml  # Workspace configuration\n```\n\nAll commands can be run from the root directory and will automatically target the appropriate workspace packages.\n\n### Published Packages\n\n- **[@kpaste-app/lexicon](https://www.npmjs.com/package/@kpaste-app/lexicon)** - ATProto lexicon types for KPaste, published separately for use in other applications. See [packages/lexicon/README.md](./packages/lexicon/README.md) for publishing workflow.\n\n## Development\n\n### Prerequisites\n\n- Node.js (v18 or higher recommended)\n- pnpm package manager (v10.17.1 or higher)\n\n### Building\n\n```bash\npnpm install\npnpm build\n```\n\n### Devserver\n\nStart the development server:\n\n```bash\npnpm dev\n```\n\nPreview production build:\n\n```bash\npnpm preview\n```\n\n### Lexicon Management\n\n- `pnpm lex-cli generate -c ./lex.config.js` - Generate TypeScript types from lexicons\n- `pnpm publish-lexicon` - Publish lexicon schema to PDS (requires `--handle`, `--password`, optional `--endpoint`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarashiiro%2Fkpaste","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarashiiro%2Fkpaste","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarashiiro%2Fkpaste/lists"}