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
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
+
# Secrin - The living wiki that writes itself
2
+
1
3

2
4
3
5
<palign="center">
4
-
<strong>Don't waste time on Q&A. Search less. Build more.</strong><br>
5
-
Your engineering knowledge deserves better than scattered repos, Slack threads, and tribal memory.
6
+
<strong>The living wiki that writes itself.</strong><br>
7
+
Point Secrin at any codebase. It builds a knowledge graph, summarizes every function and class,<br>
8
+
extracts your business domains, generates a Markdown wiki — and keeps it all in sync on every commit.
6
9
</p>
7
10
8
11
<palign="center">
@@ -21,19 +24,20 @@ Your engineering knowledge deserves better than scattered repos, Slack threads,
21
24
22
25
## What is Secrin?
23
26
24
-
Secrin indexes any codebase into a **Neo4j knowledge graph**, generates plain-English summaries for every function, class, and file via your LLM of choice, and produces a searchable Markdown wiki — fully automated, living alongside your code.
27
+
Most wikis go stale the moment they're written. Secrin doesn't because it never needed a human to write it in the first place.
25
28
26
-
```
29
+
Secrin parses your codebase into a **Neo4j knowledge graph**, uses your LLM to generate plain-English summaries for every function, class, and file, identifies your business domains, and writes a structured Markdown wiki. A git hook keeps everything in sync automatically after every commit.
0 commit comments