Initial project structure for 8x16 Shanty Boat - companion vessel for Great Loop journey

This commit is contained in:
John Loper II
2026-04-11 17:16:48 -04:00
commit 520af66298
2 changed files with 64 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# 8x16 Shanty Boat - Small Companion Vessel
## Overview
Small shanty boat (8x16 feet) intended as a companion vessel to the larger 16x40 Great Loop boat.
## Specifications
- **Dimensions:** 8ft × 16ft
- **Type:** Shanty boat / houseboat
- **Purpose:** Companion vessel, day boat, or potential upgrade project
- **Status:** Project initialized - awaiting detailed requirements
## Project Structure
```
8x16-Shanty-Boat/
├── README.md # This file
├── progress.md # Project progress tracker
└── [subdirectories for specific components]
```
## Related Projects
- **16x40 Shanty Boat** - The primary Great Loop vessel
- Repository: https://gitea.loperfamily.com/Sage_Software/16x40-Shanty-Boat
- **Great Loop Project** - Coordinating both boats for the coastal-to-coastal journey
- Repository: https://gitea.loperfamily.com/Sage_Software/Great-Loop
## Notes
- This vessel complements the larger 16x40 boat
- May serve multiple purposes: day exploration, backup accommodation, or potential replacement
- Can be built independently or as part of a phased boat-building strategy
---
*Project created: April 11, 2026*
+32
View File
@@ -0,0 +1,32 @@
# 8x16 Shanty Boat - Project Progress
## Current Status
🔄 **IN PROGRESS** - Project initialized, awaiting detailed requirements
## Timeline
- **April 11, 2026:** Project created and initialized
## Completed
- [x] Project folder structure created
- [x] README.md with specifications created
- [x] Initial Gitea repository created
## In Progress
- [ ] Define detailed requirements (deck layout, cabin configuration, materials)
- [ ] Research shanty boat designs and plans
- [ ] Determine build strategy (DIY vs. professional)
## Next
- [ ] Gather specifications and requirements
- [ ] Research available plans/blueprints
- [ ] Create budget estimate
- [ ] Determine construction timeline
## Notes
- Small companion vessel (8x16ft)
- Complements the larger 16x40 Great Loop boat
- May serve as day boat, backup accommodation, or potential upgrade project
- Can be built independently or as part of phased strategy
---
*Last updated: April 11, 2026*