Coder Social home page Coder Social logo

ohsayan / jotsy Goto Github PK

View Code? Open in Web Editor NEW
475.0 8.0 17.0 564 KB

Jotsy is a self-hosted, free and open-source note taking app with a goal of simplicity in mind

Home Page: https://app.jotsy.dev

License: Apache License 2.0

Rust 67.38% CSS 3.04% HTML 25.44% JavaScript 3.92% Dockerfile 0.22%
self-hosted web-app javascript rust skytable css bootstrap notes-app

jotsy's Introduction

app icon Jotsy: Just your notes

Jotsy is a self-hosted, free and open-source note taking app with a goal of simplicity in mind. It is powered by Skytable. Read the full blog post here.

App Login page Signup page
app app app

๐Ÿšง This is currently under development

Features

  • ๐Ÿข Multi-user
  • โœ๏ธ Effective and distraction free notemaking
  • ๐Ÿ–‹ Plaintext or markdown
  • ๐Ÿ” Secure authentication and session management
  • ๐ŸŒฑ Extremely simple to self-host
  • ๐ŸŒฒ Extremely light on resources
  • ๐Ÿƒ Extremely lightweight on the browser
  • โš’๏ธ Simple configuration (read more here)

Getting started

  1. First, install docker-compose by following the instructions here
  2. Run this:
    mkdir jotsy && cd jotsy && wget https://raw.githubusercontent.com/ohsayan/jotsy/next/docker-compose.yml && sudo docker-compose up -d
  3. Open your browser and head to http://localhost:2022

If you're having issues, consider reading the configuration guide.

Updating to the latest release

To update to the latest release (don't worry, you won't lose any data), run this:

cd jotsy && sudo docker pull ohsayan/jotsy:latest && sudo docker-compose up -d

This will pull the latest Jotsy image, stop the existing instance, rebuild the container and start it up again.

Stack

  • Backend:
    • Database: Skytable
    • Language: Rust
    • Framework/tools:
      • Tokio: Asynchronous runtime
      • Axum: A web framework built on top of Tokio
  • Frontend:
    • CSS Framework: Bootstrap
    • Scripting: Pure JavaScript (uses AJAX)
    • Markup: Pure HTML

Contributing

As 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.

License

This app is distributed under the Apache-2.0 License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.