-
-
Notifications
You must be signed in to change notification settings - Fork 0
Projects
Lasha Kandelaki edited this page Apr 29, 2026
·
5 revisions
Create, save, load. Recent files, autosave, recover from backup.

The startup dialog offers New Project or Open Recent. From the menu: File → New (Ctrl+N) or File → Open (Ctrl+O).
Ctrl+S saves; Ctrl+Shift+S saves as. The title bar shows a ● while there are unsaved changes.
Autosave writes a .autosave file at the configured interval (see Settings → Autosave). On next launch you're offered to recover if a newer autosave is found.
Single-page projects save as a .ctkproj JSON file. Multi-page projects use a folder layout (pages, metadata, backups managed together). Assets live alongside in the project folder.
See also — Forms and Documents · Exporting Code