Vision: Build and launch a sub-orbital rocket to 100 km (Kármán Line).
Mission: Successful N4 Launch by September 2026.
Workshop Hours: 9:00 AM – 5:00 PM, Monday–Friday.
How to Contribute: See Contributing Guidelines
Internship-2026/
├── README.md
├── 00_PROJECT_OVERVIEW/
│ ├── 01_N4_ROCKET/
│ │ ├── image/
│ │ ├── Rocket_Specification.md
│ ├── 02_Organistaion_&_Structure/
│ │ ├── Nakuja_Project_Organisation_&_Operational_Structure.docx
│ │ ├── 02_Progress_Tracker.md
│ ├── 03_Meeting_Minutes/
│ ├── 04_Risk_Register.md
│ ├── 05_Launch_Checklist.md
│ └── 06_Timeline_Gantt.md
│
├── 01_SOLID_PROPULSION/
│ ├── 01_Propellant/
│ │ ├── Grains/
│ │ ├── Liners/
│ │ ├── Ignitors/
│ │ ├── Crimson_Powder/
│ │ ├── Experiments/
│ │ └── Research/
│ ├── 02_Machining_Team/
| | ├── Nozzles/
| | ├── Bulkheads/
│ │ ├── Motor_Assembly/
| | └── Test_Stand/
│ ├── 03_Ignition_Circuit/
| | ├── Software/
| | ├── Hardware/
│ ├── 04_3D_Printing/
│ ├── 05_Documentation/
│ │
│ ├── Static_Tests/
│ │ ├── One_Grain/
│ │ └── Five_Grain/
│ │
│ └── Photos_&_Videos/
│
├── 02_AIRFRAME/
│ ├── CAD_Designs/
│ ├── Fabrication/
│ ├── Launch_Pad_Rail/
│ └── Integration/
│
├── 03_RECOVERY/
│ ├── Flight_Computer/
│ ├── Telemetry/
│ ├── Ejection_System/
│ ├── Parachutes/
│ └── Integration/
│
├── 04_CROSS_TEAM/
│ ├── Integration_Dry_Runs/
│ ├── Safety_Protocols/
│ ├── Budget_Purchasing/
│ └── Media_Outreach/
│
├── 05_ARCHIVES/
│ ├── Previous_Tests/
│ ├── Old_Designs/
│ └── Backup/
│
├── .github/ *Make sure each folder has its own template
│ ├── ISSUE_TEMPLATE/
│ │ ├── experiment-template.md
│ │ ├── static-test-template.md
│ │ └── task-template.md
│ │
│ └── workflows/
│ └── README.md # Future CI/CD workflows
│
└── docs/
├── Scientific_Method_Guide.md
├── Grain_Preparation_Criteria.md
└── Folder_Naming_Convention.md