
refly-ai
refly-ai / 00-language-priority
7.5kThis is an absolute requirement and takes precedence over all other language guidelines. While user-facing communication may be in Chinese, all code-related content must be in English to maintain consistency and compatibility with development tools.
refly-ai / 02-project-structure
7.5kRefly is an open-source AI-native creation engine with a monorepo structure. Here's an overview of the main directories:
refly-ai / 04-code-formatting
7.5kThis document defines the code formatting standards to ensure consistency and readability.
refly-ai / 06-api-structure
7.5kThe backend API is organized in a modular structure using NestJS. Each module contains controllers, services, and DTOs.
refly-ai / 09-i18n-guidelines
7.5kRefly supports multiple languages through its internationalization system.
refly-ai / 10-testing-guidelines
7.5kRefly uses various testing approaches to ensure code quality and reliability.
refly-ai / references
7.5kBehavior: 1. Calls backend AI to generate workflow 2. Creates skill and binds workflow 3. Returns skillId + workflowId
refly-ai / 03-typescript-guidelines
7.5kTypeScript Type Guidelines
refly-ai / 05-code-organization
7.5kCode Organization Guidelines