fresfolio stands for "For Research Folio". It is a browser-based note-taking app designed to help researchers organize and track their projects, datasets, analyses, and results in a structured format. Although the name emphasizes “research", fresfolio is equally suitable for personal use, allowing individuals to manage hobby and student projects, or any collection of work in an organized and interactive way. It provides tools for creating rich documentation making it easier to share findings with collaborators.
The rationale behind fresfolio is the following:
- User creates Projects.
- Each project has one or more Notebooks.
- Each notebook has one or more Chapters.
- Each chapter has one or more Sections.
fresfolio uses Flask as a backend and Vue3 as a frontend.
pip install fresfolio
You can read the full documentation here: https://fresfolio.readthedocs.io
Contributions are welcome! Whether you want to report a bug, suggest a feature, or improve the code/documentation, your help is appreciated.
This project is currently under active and heavy development. Features, APIs, and documentation are subject to change at any time.