Skip to content

Zettelkasten-inspired application that employs AI to intuitively link related notes, visualizing them in a dynamic network graph. Customizable metadata, robust search, and a spatial representation of ideas aim to create a personalized second brain, transcending linear thinking to foster intuitive connections and revolutionize idea organization.

License

Notifications You must be signed in to change notification settings

ioak-io/neuralweb-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuralweb - Zettelkasten-inspired Note-Taking Platform

A dynamic note-taking system designed to foster idea connections through clusters. It harnesses artificial intelligence to intuitively link related notes, transforming information into a coherent network of interconnected ideas.

Supported Node.js and npm Versions

This project is developed and tested with the following versions:

  • Node.js: v20.0.0 or higher
  • npm: v10.0.0 or higher

Prerequisites and dependencies

Installation

  1. Clone the repository: git clone https://github.com/ioak-io/neuralweb-service.git
  2. Navigate to the project directory: cd neuralweb-service
  3. Install dependencies: npm install

Usage

  1. On one terminal, run the webpack build to watch for any code changes and build when there is a code change: npm run build:local
  2. On another terminal, start the API server in watch mode: npm run start:local
  3. If you are not making any changes to the service code, you can simply run below commands to get started on a single terminal
    • npm run build
    • npm run start

Dependency Updates

The dependencies in this project are regularly reviewed and updated. The last check for updated versions was performed on 29th Dec 2023.

To check for updates and update the dependencies, run the following command: npm outdated

License

This project is licensed under the MIT License.

The MIT License is a permissive open-source license that allows you to use, modify, and distribute the code, even for commercial purposes, provided you include the original copyright notice and the disclaimer of warranty.

For more information, see the MIT License file.

About

Zettelkasten-inspired application that employs AI to intuitively link related notes, visualizing them in a dynamic network graph. Customizable metadata, robust search, and a spatial representation of ideas aim to create a personalized second brain, transcending linear thinking to foster intuitive connections and revolutionize idea organization.

Resources

License

Stars

Watchers

Forks

Packages

No packages published