{"id":13603025,"url":"https://github.com/ohsayan/jotsy","last_synced_at":"2025-04-06T00:09:09.315Z","repository":{"id":44586818,"uuid":"453723287","full_name":"ohsayan/jotsy","owner":"ohsayan","description":"Jotsy is a self-hosted, free and open-source note taking app with a goal of simplicity in mind","archived":false,"fork":false,"pushed_at":"2022-11-28T13:59:52.000Z","size":564,"stargazers_count":500,"open_issues_count":8,"forks_count":15,"subscribers_count":8,"default_branch":"next","last_synced_at":"2025-03-29T23:11:10.652Z","etag":null,"topics":["bootstrap","css","javascript","notes-app","rust","self-hosted","skytable","web-app"],"latest_commit_sha":null,"homepage":"https://app.jotsy.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohsayan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"skytable"}},"created_at":"2022-01-30T15:47:08.000Z","updated_at":"2025-03-21T08:29:54.000Z","dependencies_parsed_at":"2023-01-22T10:15:58.582Z","dependency_job_id":null,"html_url":"https://github.com/ohsayan/jotsy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohsayan%2Fjotsy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohsayan%2Fjotsy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohsayan%2Fjotsy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohsayan%2Fjotsy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohsayan","download_url":"https://codeload.github.com/ohsayan/jotsy/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"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":["bootstrap","css","javascript","notes-app","rust","self-hosted","skytable","web-app"],"created_at":"2024-08-01T18:01:46.861Z","updated_at":"2025-04-06T00:09:09.266Z","avatar_url":"https://github.com/ohsayan.png","language":"Rust","funding_links":["https://github.com/sponsors/skytable"],"categories":["Rust","bootstrap"],"sub_categories":[],"readme":"# ![app icon](screenshots/icon.png) Jotsy: Just your notes\n\nJotsy is a self-hosted, free and open-source note taking app with a goal of simplicity in mind. It is powered by [Skytable](https://github.com/skytable/skytable). Read the [full blog post here](https://ohsayan.github.io/2022/02/jotsy-a-self-hosted-notes-app).\n\n| App                         | Login page                    | Signup page                    |\n| --------------------------- | ----------------------------- | ------------------------------ |\n| ![app](screenshots/app.png) | ![app](screenshots/login.png) | ![app](screenshots/signup.png) |\n\n\u003e 🚧 This is currently under development\n\n## Features\n\n- 🏢 Multi-user\n- ✍️ Effective and distraction free notemaking\n- 🖋 Plaintext or markdown\n- 🔐 Secure authentication and session management\n- 🌱 Extremely simple to self-host\n- 🌲 Extremely light on resources\n- 🍃 Extremely lightweight on the browser\n- ⚒️ Simple configuration (read [more here](./CONFIG.md))\n\n## Getting started\n\n1. First, install `docker-compose` by following the instructions [here](https://docs.docker.com/compose/install/)\n2. Run this:\n   ```sh\n   mkdir jotsy \u0026\u0026 cd jotsy \u0026\u0026 wget https://raw.githubusercontent.com/ohsayan/jotsy/next/docker-compose.yml \u0026\u0026 sudo docker-compose up -d\n   ```\n3. Open your browser and head to http://localhost:2022\n\nIf you're having issues, consider reading the [configuration guide](./CONFIG.md).\n\n## Updating to the latest release\n\nTo update to the latest release (don't worry, you won't lose any data), run this:\n\n```sh\ncd jotsy \u0026\u0026 sudo docker pull ohsayan/jotsy:latest \u0026\u0026 sudo docker-compose up -d\n```\n\nThis will pull the latest Jotsy image, stop the existing instance, rebuild the container and start it up again.\n\n## Stack\n\n- Backend:\n  - Database: [Skytable](https://github.com/skytable/skytable)\n  - Language: [Rust](https://rust-lang.org)\n  - Framework/tools:\n    - [Tokio](https://tokio.rs): Asynchronous runtime\n    - [Axum](https://github.com/tokio-rs/axum): A web framework built on top of Tokio\n- Frontend:\n  - CSS Framework: [Bootstrap](https://getbootstrap.com/)\n  - Scripting: Pure JavaScript (uses AJAX)\n  - Markup: Pure HTML\n\n## Contributing\n\nAs highlighted in the original blog post, please create issues for any ideas you have; I want to hear them! Want to collaborate (would love some frontend wizard for some help :P)? Shoot me a [DM on Twitter](https://twitter.com/ohhsayan).\n\n## License\n\nThis app is distributed under the [Apache-2.0 License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohsayan%2Fjotsy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohsayan%2Fjotsy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohsayan%2Fjotsy/lists"}