Created
May 4, 2025 16:08
-
-
Save aborruso/fc1779cec1283b4e1552e00f267c5079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>View in DeepWiki</title> | |
<style> | |
body { | |
font-family: sans-serif; | |
max-width: 600px; | |
margin: auto; | |
padding: 1rem; | |
} | |
h1 { | |
font-size: 1.5rem; | |
margin-bottom: 0.5rem; | |
} | |
a.button { | |
display: inline-block; | |
background-color: #0366d6; | |
color: white; | |
padding: 0.5em 1em; | |
text-decoration: none; | |
border-radius: 5px; | |
margin: 1em 0; | |
font-weight: bold; | |
} | |
.note { | |
font-style: italic; | |
margin-bottom: 1em; | |
} | |
img { | |
max-width: 100%; | |
border: 1px solid #ccc; | |
border-radius: 6px; | |
margin-top: 1rem; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Want to understand more about a GitHub project??!!</h1> | |
<p>If you're browsing a GitHub project and want to better understand how it works, you can use this button:</p> | |
<a class="button" href="javascript:(function(){const match=window.location.href.match(/^https:\/\/github\.com\/([^\/]+\/[^\/]+)/);if(match){const newUrl='https://deepwiki.com/'+match[1];window.open(newUrl,'_blank');}else{alert('Non sei su una pagina valida di GitHub.');}})()">View in DeepWiki</a> | |
<p class="note">Drag the button above to your bookmarks bar e usalo quando sei in un progetto. Si aprirà la pagina DeepWiki del progetto.</p> | |
<p>This is an idea by <a href="https://ondata.it" target="_blank">onData</a></p> | |
<img src="https://github.com/user-attachments/assets/a27f3f35-2837-44f8-bee1-d4bc8062b479" alt="DeepWiki Demo GIF"> | |
<p>▶️ <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank">Watch the full DeepWiki demo video</a></p> | |
<hr> | |
<p><strong>DeepWiki</strong> is a project powered by <a href="https://devin.ai" target="_blank">Devin</a>, which generates a wiki from an LLM engine that allows you to better understand a project and ask in-depth questions.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment