You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ Folda-Scan leverages the File System Access API to bring powerful local folder e
29
29
- 📜 **.gitignore Aware:** Respects your project's ignore rules for cleaner scans and backups.
30
30
- ⏱️ **Simple Version Management:** Easily create backups of your project's current state and restore to previous versions. All stored locally in a `.fe` folder.
31
31
- 🤖 **AI-Ready Reports:** Generate Markdown reports of your project structure, file contents, and changes – perfect for feeding to AI assistants or for documentation.
32
+
- 🧠 **Semantic Vectorization Engine:** Transform your project into an optimized knowledge graph through advanced semantic analysis and vector embedding technology.
33
+
-**Natural Language Queries:** Interact with your codebase using natural language to locate relevant files and code sections.
34
+
-**Intelligent Resource Identification:** Proprietary algorithms identify the most semantically relevant resources based on your query intent.
35
+
-**Content-Aware Matching:** Optional deep content analysis for enhanced precision in complex codebases.
36
+
-**Token Optimization:** Sophisticated filtering reduces token consumption by orders of magnitude when working with large language models.
37
+
-**Markdown-Ready Output:** Generates structured, context-rich output optimized for AI assistants and documentation.
32
38
- 🗂️ **View Project Structure, Changes, and File Content** directly in the app.
33
39
34
40
---
@@ -38,6 +44,7 @@ Folda-Scan leverages the File System Access API to bring powerful local folder e
38
44
- Next.js 14
39
45
- File System Access API
40
46
- FileSystemObserver API (with fallback for unsupported browsers)
47
+
- Advanced Semantic Vector Analysis
41
48
42
49
Ideal for developers, designers, and anyone needing a quick, lightweight tool for local project management without the overhead of complex setups.
43
50
@@ -75,6 +82,12 @@ Open source and privacy-focused – all operations happen locally in your browse
0 commit comments