# CrydenSync Documentation Website
Welcome to the CrydenSync docs! This repository contains all the markdown files for the official CrydenSync documentation website.
## 🚀 Quick Start
```bash
# Clone the docs repo
git clone https://github.com/crydensync/crydensync-docs-web
cd crydensync-docs-web
# Build with your favorite static site generator
# (Next.js, Hugo, Docusaurus, MkDocs, etc.)🎨 Design Tokens
/* Brand colors */
--primary: #6366f1; /* Indigo - trust, security */
--secondary: #10b981; /* Emerald - growth, offline */
--accent: #f59e0b; /* Amber - warning, rate limiting */
--dark: #1f2937; /* Near black - authority */
--light: #f9fafb; /* Off-white -
/* Typography */
--font-mono: 'JetBrains Mono', monospace; /* Code */
--font-sans: 'Inter', sans-serif; /* Content */🛠️ Building the Site
Option 1: Docusaurus (React)
npx create-docusaurus@latest cryden-docs classic
# Copy markdown files to docs/Option 2: Hugo (Go)
hugo new site cryden-docs
# Copy markdown files to content/Option 3: MkDocs (Python)
pip install mkdocs
mkdocs new cryden-docs
# Copy markdown files to docs/📦 Assets Needed
· Logo (SVG format) · Architecture diagrams · Code screenshots (Carbon) · Social cards for sharing
🌐 SEO Keywords
cryden, crydensync, authentication, go auth, golang auth, offline auth,
jwt, refresh tokens, rate limiting, audit logs, sqlite auth, postgres auth,
mongodb auth, open source auth, self-hosted auth
🤝 Contributing
Found a typo? Want to improve an example? PRs welcome!
- Fork the repo
- Create a branch (git checkout -b fix/typo)
- Commit changes (git commit -m "Fix typo in philosophy")
- Push (git push origin fix/typo)
- Open a PR
📄 License
MIT © CrydenSync
Built for developers, by developers. With ❤️ from Nigeria.