Professional development tools documentation by GLINR Studio
View Docs · Report Issue · Request Feature
This repository contains the documentation for TypeWeaver's suite of development tools. Built with Next.js 15 and Fumadocs, it provides a modern, searchable, and interactive documentation experience.
| Tool | Description |
|---|---|
| Glin-Profanity | High-performance multilingual profanity filter with ML integration |
| CommitWeave | AI-powered Git commit message generator |
# Clone the repository
git clone https://github.com/thegdsks/typeweaver-docs.git
cd typeweaver-docs
# Install dependencies
pnpm install
# Start development server
pnpm devOpen http://localhost:3002 to view the documentation.
├── content/
│ └── docs/ # MDX documentation files
│ ├── glin-profanity/
│ └── commitweave/
├── src/
│ ├── app/ # Next.js app router
│ ├── components/ # React components
│ └── lib/ # Utilities and configuration
└── public/ # Static assets
We welcome contributions! Please see our Contributing Guidelines for details.
This project uses Conventional Commits. Examples:
docs(glin-profanity): add API reference
fix(search): resolve navigation issue
feat(sidebar): add contextual links
- Framework: Next.js 15 with App Router
- Documentation: Fumadocs UI/Core
- Styling: Tailwind CSS
- Content: MDX with frontmatter
- Deployment: Vercel
MIT License - see LICENSE for details.
Built with care by GLINR Studio