Skip to content

glyphrun/docs

Repository files navigation

Glyphrun Documentation

Developer documentation for Glyphrun - The App Store for AI Agents.

Overview

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

Development

Prerequisites

  • Node.js >= 20.x
  • pnpm >= 9.x

Installation

# Install dependencies
pnpm install

# Start development server
pnpm dev

Open http://localhost:8001 to view the docs.

Build

# Production build
pnpm build

# Start production server
pnpm start

Tech Stack

Project Structure

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

Content Structure

Documentation follows a 4-tier hierarchy:

  1. Get Started - Quick start guides
  2. Guides - Task-oriented tutorials (Users & Creators)
  3. Topics - Conceptual deep dives
  4. Reference - API documentation

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Links

License

MIT License - see LICENSE for details.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •