---
uid: tutorials.fundamentals-1-building-an-application
description: "Video tutorial introducing Intent Architect and demonstrating how to set up a Clean Architecture solution and generate an end-to-end CRUD use case."
---
# Fundamentals #1: Building Your First Application with Intent Architect

Learn to create a new application in Intent Architect and build an end-to-end CRUD use case.

[Watch video on YouTube](https://www.youtube.com/watch?v=kFa_3ZHFusk)

## Summary

This video introduces **Intent Architect** and shows how to set up an initial solution and application using a **Clean Architecture** approach. The code for an end-to-end use case is generated - using a Customer domain entity, with the associated CRUD operations to interact with the entity.

## Chapters

- [Introduction to Intent Architect (0:00)](https://www.youtube.com/watch?v=kFa_3ZHFusk)
- [Managing Modules (2:52)](https://www.youtube.com/watch?v=kFa_3ZHFusk&t=172)
- [Modeling Customer Domain Entity (7:11)](https://www.youtube.com/watch?v=kFa_3ZHFusk&t=431)
- [Creating CRUD Service Operations (9:59)](https://www.youtube.com/watch?v=kFa_3ZHFusk&t=599)

## Related Resources

- [Applications and Solutions](https://docs.intentarchitect.com/docs-md/application-development/applications-and-solutions/about-applications/about-applications.md)
- [About Modules](https://docs.intentarchitect.com/docs-md/application-development/applications-and-solutions/about-modules/about-modules.md)
- [About Software Factory Execution](https://docs.intentarchitect.com/docs-md/application-development/software-factory/about-software-factory-execution/about-software-factory-execution.md)

---

| [← All Tutorials](https://docs.intentarchitect.com/docs-md/tutorials/fundamentals/fundamentals-landing-page.md) | [#2 Introduction to Domain Modeling →](https://docs.intentarchitect.com/docs-md/tutorials/fundamentals/fundamentals-2-intro-to-domain-modeling.md) |
|:--|--:|
