Skip to content

🧬 Intelligent dosage tracker application with purpose to monitor supplements, nootropics and psychoactive substances along with their long-term influence on one's mind and body.

License

Notifications You must be signed in to change notification settings

keinsell/neuronek

Repository files navigation

Neuronek

Build journal of your neurochemisty

wakatime


Neuronek is an application that provides essential tools for people who want to use psychoactive substances in a safe and healthy way, regardless of their personal goals or usage patterns. The app offers personalized dosing recommendations, insights into usage patterns, a comprehensive database of substances, and a community of users who are also interested in promoting responsible usage of these substances.

Special thanks for current >10 ⭐ stargazzers, somehow this revived project.

Getting started


Caution

Application is during development and drafting stage, there are and will be a lot of breaking changes and none of applications or features are recommended to be used yet, for public usage there is a Hosted Instance on Railway which is a read-only overview what server will provide yet first application released related to repository will be CLI Application as it's easiest to write and allow for quick experimenting comparing to changes needed to be made in server or web environments.

Application currently is available as CLI Application, you can find it in bin directory, it's a Rust application and you can run it with cargo run command. Eventually there is Makefile contained which allows you to build application with make build-linux and then sudo make install-bin-linux to install one in ${HOME}/.local/bin on your host machine, as it's early development version it is not released publicly and again, it's not recommended to be used yet.

cd apps/cli && make build-linux && sudo make install-bin-linux

Development

There are various ways to get started with development on this project, as Nix Stan I always prefer to have like "native-like" experience, when I'm working on some code - that means I like everybody in project to have the same versions of packages as ones used for building project, deploying project through pipeline and at the end running the project - to archive such there are two ways that makes it easy - Nix and Docker, where Docker is a virtualized environment which wastes some resources during development and Nix which may be something new to newcomers, yet it's setup is pretty straightforward and available for every machine.

Some folks who do not like Nix, or Docker (or both) may want to use tools like pkgx which is fundamentally something like nix therefore without nix - you can build configuration of tools and packages you need to run project and then use them in project.

Starting a development in recommended way requires you to have nix, direnv and devenv installed on your machine, configuration in repository will automatically spin up all dependencies and set up environment for you (refer to devenv documentation for setup guide)

direnv allow
cp example.env .env
devenv shell
pnpm dev

If you are person who prefer working with Docker, you can use probably known concept of Devcontainer and Remote Development to get started with development, and the configuration is available at .devcontainer.json - it's a replication of Nix-based environment in Docker which should be enough provide you environment in which you can start development of project.

# TODO

Documentation

Documentation is actively maintained in docs directory, it's public so anyone can read it and understand vision of project. There is no near plans to change place where documentation is mantained as once it was available in Notion things we're not so accessible as they can be in repository.

Alternatives

  • PsychonautWiki Journal by Issac, I'm using this one on my mobile and this aplication is a reason why I will not release mobile application at the first place - I think Issac did a quite a solid work on implementing information from PsychonautWiki and dosage tracking functionalities, instead my focus will be on pure analisis of ingestions to later port such functionalities to other apps in community.

Contributing

Before contributing to this project, please read Code of Conduct and Contributing Guidelines.

I would like to discourage you to contribute to this project, as I think it's too early as one question about contributing was asked - however, if you really want it's necessary to conduct docs to see like bigger picture of application, choose application you would like to extend - no matter it's a server, web or cli (for purpose of learning I use different language for each app) and then you can just open PR and change things, leave it for me to review, and we can discuss it together.

Some issues may be tagged as help wanted or good first issue, there are always good starting point however this do not mean other issues cannot be taken or are more complicated (I mean this project will be indefinitely complicated due to my technical approach there but this should fade away over time).

About

🧬 Intelligent dosage tracker application with purpose to monitor supplements, nootropics and psychoactive substances along with their long-term influence on one's mind and body.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published