KiCad 7.x Tutorial – Create A Project


Run KiCad 7.x App

When we start designing in KiCad, the first thing we do is create a new project. When you open the KiCad application you will see the following screen.
KiCad

Create A KiCad Project

First click File โ–ท New Project...
KiCad
Browse to the location you want and give the project a name, such as HelloPCB.kicad_pro.
KiCad
After clicking "Save", you will see the new project file, as shown below...
KiCad

KiCad Project Files

*.kicad_pro: A project file

*.kicad_sch: A schematic file

*.kicad_pcb: A PCB file

Setting KiCad Project Backup

KiCad automatically backs up your projects and there is an option to set the backup interval.
Select "Preferences โ–ท Preferences..." as shown.
KiCad
Select Common โ–ท Project Backup to make relevant settings.
KiCad

Conclusion

These are the basic steps for creating a new project in KiCad. After completing these steps, you can start designing your circuit board.