| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
🎯 #1 AI Ecosystem Tutorial Site · Source-Driven · 100% Runnable
AI tools iterating too fast? Official docs can't keep up? Tutorials online are outdated?
We deeply analyze open source project source code, and every line of code is verified. ✅ Follow along, succeed on the first try, no detours.
简体中文 · English · 日本語 · 한국어 · Español · Français · Deutsch · Português · Русский · 繁體中文
OpenCodeDocs is specifically designed to solve these problems.
Not copied from the internet, but core logic derived from real source code
We deeply analyze open source project source code, ensuring every line of code passes automated verification. Tutorials specify the exact Git Commit version, so you know exactly which version the code is based on.
When tools update, tutorials update automatically
When projects release new versions, our tutorials update synchronously. You don't need to worry about outdated tutorials—always learn the latest content.
💡 Our tutorials are rapidly updating, continuously adding more high-quality projects!
Chinese, English, Japanese, Korean, Spanish, French, German, Portuguese, Russian, Traditional Chinese...
No matter where you're from, learn AI tools in your native language.
Follow along, succeed on the first try, no guessing, no trial and error
Every step of our tutorials is verified, from installation to deployment. Just follow along and it will work. No frustration, no pitfalls, no detours.
Can't install? Can't configure? Don't worry, we have step-by-step tutorials
Want to advance? Let's dive deep into source code
Need unified standards for team collaboration?
git clone https://github.com/vbgate/opencodedocs.git
cd opencodedocs/sitenpm installnpm run devVisit http://localhost:5173 and start your AI tool learning journey! 🎉
💡 Tip: You can also visit opencodedocs.com to view online documentation.
site/ ├── docs/ # Documentation root │ ├── zh/ # Chinese tutorials 🇨🇳 │ ├── en/ # English tutorials 🇺🇸 │ ├── ja/ # Japanese tutorials 🇯🇵 │ ├── ko/ # Korean tutorials 🇰🇷 │ ├── es/ # Spanish tutorials 🇪🇸 │ ├── fr/ # French tutorials 🇫🇷 │ ├── de/ # German tutorials 🇩🇪 │ ├── pt/ # Portuguese tutorials 🇵🇹 │ ├── ru/ # Russian tutorials 🇷🇺 │ ├── zh-tw/ # Traditional Chinese tutorials 🇹🇼 │ ├── .vitepress/ # VitePress configuration │ │ ├── config.mts # Main config file │ │ ├── sidebar.config.ts # Sidebar auto-generation │ │ └── theme/ # Custom theme components │ ├── about.md # About us │ └── terms.md # Terms of service ├── scripts/ # Utility scripts │ ├── add-order-to-md.ts # Add order field │ ├── check-frontmatter.ts # Check Frontmatter │ └── create-category-indexes.ts # Create category indexes ├── package.json # Project configuration ├── tailwind.config.js # Tailwind CSS configuration └── postcss.config.js # PostCSS configuration
Create directory structure
docs/zh/[owner]/[repo]/ ├── index.md # Project homepage ├── start/ # Quick start ├── features/ # Feature introduction └── faq/ # FAQ
Write Frontmatter
---
title: "Tutorial Title" # 2-6 Chinese characters or 4-12 English words
order: 10 # Sort order (10, 20, 30...)
sidebarTitle: "Sidebar Title" # Optional
description: "SEO description" # Search engine optimization
---Verify Build
npm run docs:buildAdd project in docs/.vitepress/sidebar.config.ts:
const projects = [
'owner/repo', // Add your project
]Then translate home-config.[lang].json files.
npm run docs:buildBuild output is located in docs/.vitepress/dist/ directory.
# Auto deploy
npm run deploynpm run docs:preview✅ Our site is deployed on a global CDN with lightning-fast access speed!
We welcome community contributions! Submit your tutorials, fix bugs, add new features.
Fork this repository
# Click the Fork button on GitHub pageCreate feature branch
git checkout -b feature/amazing-featureCommit changes
git commit -m 'Add amazing feature'Push to branch
git push origin feature/amazing-featureSubmit Pull Request
🌟 Your contribution will help developers worldwide better use AI tools!
Want high-quality tutorials for your project? Just 3 steps!
Step 1: Submit Issue
**Project Name**: [Project Name]
**GitHub Repository**: https://github.com/[owner]/[repo]
**Project Description**: [1-2 sentences describing project purpose]
**Target Audience**: [Beginner/Intermediate/Expert/All]
**Tutorial Language**: [Chinese/English/Other]
**Notes**: [Additional information]Step 2: Team Review
Step 3: Tutorial Launch
Q: What types of projects are suitable for inclusion? A: Open source AI tools, development tools, libraries, frameworks, etc. Must have certain technical depth and usage value.
Q: Are tutorials free? A: Yes, our tutorials are completely free and will be continuously updated and maintained.
Q: Can I specify tutorial language? A: Yes, we support 10 languages. You can specify needed language in Issue.
🎯 Submit now: Create Issue →
Attribution - NonCommercial - ShareAlike
✅ You can:
❌ You cannot:
💡 If you want to use tutorials for commercial purposes, please contact us: vbgatecom@gmail.com
Any questions or suggestions? Feel free to contact us!
🎉 Thank you for choosing OpenCodeDocs!
From first line of code to production-grade apps, we provide tutorials for every stage.
⭐ Star This Repo · 📥 Submit Tutorial Request · 💬 Join Discussion
Made with ❤️ by OpenCodeDocs Team
| Back | FazBrowse Home | New Git URL |