Appendix
This chapter contains reference documentation and supplementary materials to help you understand the technical details of AI App Factory.
Subpage Navigation
CLI Commands Reference
Complete CLI command list, parameter descriptions, and usage examples, including init, run, continue, status, list, and reset commands.
Directory Structure Explained
Understand the complete directory structure of Factory projects and the purpose of each file, including the roles of core directories like agents/, skills/, and cli/.
Code Standards
Learn about TypeScript coding standards, file structure, comment requirements, and commit message specifications that generated code should follow.
Tech Stack Explained
Understand the tech stack used in generated applications: Node.js + Express + Prisma + React Native, and the rationale behind each technology choice.
Learning Path Recommendations
The documentation in this chapter serves as reference material and doesn't need to be read in order. We recommend referring to relevant sections as needed while studying the main tutorial:
- When learning Installation and Configuration, refer to CLI Commands Reference
- When learning Initialize Factory Project, refer to Directory Structure Explained
- When learning various pipeline stages, refer to Tech Stack Explained
- When you need to understand quality standards for generated code, refer to Code Standards
Prerequisites
No prerequisites required. However, to better understand the content in this chapter, we recommend completing the following tutorials first:
Next Steps
After completing the main tutorial, you can continue exploring:
- Check the Changelog to learn about the latest features
- Review Best Practices to improve your efficiency
- Deepen your understanding of system design principles in Advanced Topics