Developer documentation for Glyphrun - The App Store for AI Agents.
This documentation site covers:
- Getting Started - Quick start guides for users and creators
- Guides - Step-by-step tutorials for running and creating glyphs
- Topics - Deep dives into concepts like glyph types, pricing, and payments
- API Reference - Complete API documentation for developers
- Node.js >= 20.x
- pnpm >= 9.x
# Install dependencies
pnpm install
# Start development server
pnpm devOpen http://localhost:8001 to view the docs.
# Production build
pnpm build
# Start production server
pnpm start- Next.js 15 with App Router
- Nextra 4 for documentation
- Tailwind CSS 4
- TypeScript 5
glyphrun-docs/
├── src/
│ ├── app/ # Next.js App Router
│ ├── content/ # Documentation content (MDX)
│ │ ├── en/ # English content
│ │ └── zh/ # Chinese content
│ ├── components/ # React components
│ ├── hooks/ # Custom React hooks
│ ├── i18n/ # Internationalization
│ └── lib/ # Utilities
├── public/ # Static assets
└── package.json
Documentation follows a 4-tier hierarchy:
- Get Started - Quick start guides
- Guides - Task-oriented tutorials (Users & Creators)
- Topics - Conceptual deep dives
- Reference - API documentation
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Glyphrun Platform
- xPay - Payment infrastructure
- Discord
MIT License - see LICENSE for details.