Skip to content

micksabox/cognactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cognactive

open source/access

Modern React Router 7 framework web app providing open-source software and AI utility for the open access NAC protocol. What is the NAC protocol?

Breaking the mold

1500x500-3

#cosmicdeathfungus

Regimen Tracker

Multi-phase Tracking

  • Phase 1 (2+ months)
  • Phase 2 (a.k.a Maintenance)

Presented intuitively as a slick mobile application, you will love taking cognactive with you on your journey.

Local Data Storage Policy

These data entities are stored using a local browser-based IndexedDB. These are not sent anywhere and stay completely on your device. See

  • myco die-off experiences
  • journal notes
  • important protocol phase transition dates

Ingredient Scanner

  • Vision model [gpt-4] to parse ingredients from photos

Development

Clone this repository. With Node installed on your terminal run this at the project root folder:

Install package dependencies

npm install

Start dev server

npm run dev

Navigate to http://localhost:5001 to see cognactive.

NAC stack

Built on the Typescript full stack web framework React Router 7.

Project Structure

src
├── app              # App entry and routes
│   ├── routes       # React router framework routes
│   │   └── index.tsx  # Root route
│   └── root.tsx     # Root component
├── src
│   ├── pages       # Top level React components
│   ├── assets      # Assets for images, favicon etc
│   ├── components  # Shared react components
│   ├── lib         # macro library
│   ├── utils       # macro utils
├── public           # Public assets
├── tests            # Integration and e2e test files (TODO)

TODO

Create a new issue to suggest actions or improvement ideas.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • The template for this project initialization used Vite-React-TS-Tailwind-Starter.

  • nactivism research community: thanks for the feedback!

  • NAC protocol authors

logo

About

Open source tools and technology for NAC protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published