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.