{"id":18386918,"url":"https://github.com/hsbalar/preserver-plus","last_synced_at":"2025-10-27T18:40:10.324Z","repository":{"id":17338368,"uuid":"81704259","full_name":"hsbalar/preserver-plus","owner":"hsbalar","description":"Minimal notes app","archived":false,"fork":false,"pushed_at":"2023-01-06T15:38:13.000Z","size":4969,"stargazers_count":36,"open_issues_count":24,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T00:33:42.062Z","etag":null,"topics":["couchdb","hacktoberfest","minimal-notes","offline-capable","preserver","sync"],"latest_commit_sha":null,"homepage":"https://preserver-plus.netlify.com/","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/hsbalar.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}},"created_at":"2017-02-12T05:05:36.000Z","updated_at":"2023-12-06T06:57:31.000Z","dependencies_parsed_at":"2022-08-01T07:49:39.380Z","dependency_job_id":null,"html_url":"https://github.com/hsbalar/preserver-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hsbalar/preserver-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbalar%2Fpreserver-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbalar%2Fpreserver-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbalar%2Fpreserver-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbalar%2Fpreserver-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsbalar","download_url":"https://codeload.github.com/hsbalar/preserver-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsbalar%2Fpreserver-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281322869,"owners_count":26481547,"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-27T02:00:05.855Z","response_time":61,"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":["couchdb","hacktoberfest","minimal-notes","offline-capable","preserver","sync"],"created_at":"2024-11-06T01:23:52.169Z","updated_at":"2025-10-27T18:40:10.296Z","avatar_url":"https://github.com/hsbalar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preserver Plus\n___\n\nMinimal notes app with rich text formatting.\n___\n\n## What it is behind the app ?\n\nThis app is built using `Angular` platform with `PouchDB` to storing your local data on browser and `CouchDB` to sync notes with your account.\n  - That's part of fun setting up a bi-directional and continuous replication, so as soon as we make a change to our local data it will be reflected in the remote database, and as soon as we make a change to the remote data it will be replicated in the local data. So wherever your have logged in will sync up with immediatly.\n  - :memo: To create a note `CKEditor5` document editor is configured.\n  - :book: For listing down all notes in dashboard I've used `Angular2gridster` which helps to provide easy configurable and manageable grid layout.\n  - :sunrise_over_mountains: And last thing `Ant Design` for Angular is a set of high quality components and rich, interactive user interfaces.\n  - :no_mouth: Opps... wait what about authentication \u0026 signup yeahh the core part, don't forget :point_right: For that I've used `Superlogin` package a Powerful authentication for APIs and single page apps using the CouchDB.\n  - We just need to setup `NodeJS` server, all big task like creation of private db for user, registration, authentication, logout, forgot password many more... all will be taken care by superlogin, We just need to make express instance up \u0026 running with couchdb configurations. \n  - Cool... I think I'm done :sunglasses:.\n  - One more thing It's `PWA`, a service worker is a script that runs in the web browser and manages caching for an application. Done not much... :speak_no_evil: ...\n\n## Key Features\n\n* Rich text editor.\n* Online/Offline sync with your account.\n* WYSIWYG notes.\n* Syntax highlighting.\n* Toolbar for text formatting.\n* Local db and Remote db.\n* PWA (Progressive web app).\n\n## Running the app locally\n\n```bash\n# Clone repo\n$ git clone https://github.com/hsbalar/preserver-plus.git\n\n# Go into this repository\n$ cd preserver-plus\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start\n```\nAngular app will be listen on `localhost:4200`.\n\n## Running node server\n\n```bash\n# Go into this repository\n$ cd server/\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ npm start\n```\nNode server will be listen on `localhost:4000`.\n###### Note: You should have pouchdb installed and instance running on `localhost:5984` to sync up local pouchdb to central couchdb.\n\n## Deployed on\n\n- This app is deployed on [Netlify](https://www.netlify.com/).\n- Auth server deployed on [Heroku](https://www.heroku.com/).\n- Source is here.\n\n## Roadmap\n\n* [-] To do multiple dashboard.\n* [-] To do miltuple notes editable.\n* [-] To Preserve position of notes in dashboard.\n* [-] To have vertical \u0026 horizontal scroll layout in dashboard.\n* [-] To download notes.\n* [-] To do more.\n\n## License\n\nMIT\n\n---\n\n\u003e [hiteshbalar.com](https://www.hiteshbalar.com) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@hsbalar](https://github.com/hsbalar) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@hsbalar](https://twitter.com/hsbalar) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Instagram [@hsbalar](https://www.instagram.com/hsbalar) \u0026nbsp;\u0026middot;\u0026nbsp;\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsbalar%2Fpreserver-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsbalar%2Fpreserver-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsbalar%2Fpreserver-plus/lists"}