{"id":23699518,"url":"https://github.com/clement-berard/micro-pad","last_synced_at":"2025-07-14T06:37:02.466Z","repository":{"id":268114064,"uuid":"903360632","full_name":"clement-berard/micro-pad","owner":"clement-berard","description":"A minimalist real-time collaborative notepad with built-in dark mode.","archived":false,"fork":false,"pushed_at":"2025-06-21T10:26:50.000Z","size":134,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T10:28:13.060Z","etag":null,"topics":["collaborative","pad","real-time"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/clement-berard.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":"2024-12-14T12:07:37.000Z","updated_at":"2025-06-21T10:26:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"689c915b-e71e-4ada-93e1-0c910a248a2a","html_url":"https://github.com/clement-berard/micro-pad","commit_stats":null,"previous_names":["clement-berard/micro-pad"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/clement-berard/micro-pad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clement-berard%2Fmicro-pad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clement-berard%2Fmicro-pad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clement-berard%2Fmicro-pad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clement-berard%2Fmicro-pad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clement-berard","download_url":"https://codeload.github.com/clement-berard/micro-pad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clement-berard%2Fmicro-pad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265253398,"owners_count":23735094,"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","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":["collaborative","pad","real-time"],"created_at":"2024-12-30T08:12:19.838Z","updated_at":"2025-07-14T06:37:02.454Z","avatar_url":"https://github.com/clement-berard.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# micro-pad\n\nA minimalist real-time collaborative notepad with built-in dark mode.\n\n![screenshot.jpg](https://raw.githubusercontent.com/clement-berard/micro-pad/refs/heads/main/docs/screenshot.jpg)\n\n## Features\n- Real-time collaboration: Multiple users can edit the same pad simultaneously\n- Instant sync across all connected clients\n- Dark mode toggle\n- Fullscreen mode\n- Minimalist interface: Just write!\n- Random pad ID generation if none provided\n- No database required, everything runs in memory\n\n## Installation\n\n```bash\nnpm install -g micro-pad\n```\n\n## Usage\n\n### Start the server\n```bash\nmicro-pad\n```\n\nServer will start on port 3000 by default. (override by `env.PORT`)\n\n### Access a pad\n\n- Open http://localhost:3000 - redirects to a random pad\n- Or directly access a specific pad: http://localhost:3000/my-custom-pad-name\n\n## Docker\n\nYou can run micro-pad using Docker Compose:\n\n```yaml\nversion: '3'\n\nservices:\n  pad:\n    image: node:22-alpine\n    command: sh -c \"npx micro-pad\"\n    ports:\n      - \"3000:3000\"\n```\n\n## Technical Stack\n\n- Node.js 20+\n- Hono (web framework)\n- WebSocket for real-time communication\n- TypeScript\n- ESBuild for bundling\n\n## Notes\n\n- Pads are stored in memory and will be lost when the server restarts\n- No authentication or access control\n- No persistence layer\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclement-berard%2Fmicro-pad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclement-berard%2Fmicro-pad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclement-berard%2Fmicro-pad/lists"}