kanjo
Version, currently 0.1.34 versions
- 0.1.3latestJan 20, 2026
- 0.1.2not indexedJan 20, 2026
- 0.1.1not indexedJan 20, 2026
- 0.1.0not indexedJan 20, 2026
github.com/tamdaz/kanjo
A web application that stores the daily journals and assess emotions.
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
kanjo:
github: tamdaz/kanjo
version: ~> 0.1.3Then run:
shards installshard.yml
- Crystal
>= 1.18.0- License
- MIT
- Author
- tamdaz
- Target
kanjofrom src/server.cr
Dependencies
Runtime Dependencies
- db~> 0.14.0github: crystal-lang/crystal-db
- athena~> 0.21.0github: athena-framework/framework
- crinja*github: straight-shoota/crinja, commit: 5459c7c
- sqlite3~> 0.22.0github: crystal-lang/crystal-sqlite3
- athena-spec~> 0.4.0github: athena-framework/spec
- athena-dotenv~> 0.2.0github: athena-framework/dotenv
- athena-contracts~> 0.1.0github: athena-framework/contracts
README
kanjo
kanjo (japanese word) is a web application that allows to write the emotion journal and assess your feelings in your daily life.
Quick start
To use Kanjo, you need to use Docker Engine. Then, start it with this one-line command:
docker run -it -p 3000:3000 ghcr.io/tamdaz/kanjo:latest
Docker Compose
Also, it is possible to setup Kanjo via the docker-compose.yml file.
services:
kanjo:
image: ghcr.io/tamdaz/kanjo:0.1.0
ports:
- "3000:3000"
volumes:
- kanjo_data:/app/data
environment:
DATABASE_URL: sqlite3:data/db.sqlite3
restart: unless-stopped
volumes:
kanjo_data:
driver: local
Once the container is started, go to your browser http://localhost:3000
License
Kanjo is under MIT license. See LICENSE for more details.
Contributing
Any contributions are welcome.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.3- Tagged
- Jan 20, 2026
- Commit
074fd68a54f4- Crystal
>= 1.18.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/tamdaz/kanjo
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 4