# Indiana Honeycomb Town Implementation

**Version**: 0.2.1 (Single-Story Revision)  
**Focus**: Legal pathway to incorporate a town using hexagonal pod-based architecture

---

## Legal Requirements (Indiana)

Per Indiana Code § 18-3-1-1, to incorporate a town:

| Requirement | Threshold | Honeycomb Solution |
|-------------|-----------|-------------------|
| Population | Minimum 50 residents | Single hex building max 50 residents |
| Permission | County commissioners approval | Present at zoning hearing with community benefit case |
| Infrastructure | Water, wastewater, roads, emergency access | Well + septic + shared driveway + fire lane |

**Key insight**: You don't need 320 acres to *incorporate* — that's for annexation. You need enough land for your building footprint + setbacks + future expansion.

---

## The Seed Hex (Building 001)

### Design Parameters

```
        ╱╲
       ╱  ╲
      ╱    ╲
     ╱      ╲
    ╱   50   ╲
    ╲  max   ╱
     ╲      ╱
      ╲    ╱
       ╲  ╱
        ╲╱
```

| Metric | Value |
|--------|-------|
| Building footprint | ~10,000 sq ft (hexagon, ~120ft diameter) |
| Floors | 1 (single-story) |
| Total usable sq ft | ~10,000 sq ft |
| Max residents | 50 |
| Min residents for incorporation | 50 |

### Pod Design

| Pod Type | Count | Sq ft | Notes |
|----------|-------|-------|-------|
| Solo pod | 20 | 150 | Single adult |
| Double pod | 8 | 200 | Couples or 2 singles |
| Family pod | 4 | 300 | 2-4 people |
| Care pod | 4 | 280 | Elderly or mobility needs (near commons) |
| Flex pod | 2 | 160 | Storage, guest, overflow |

**Total pods**: 38  
**Total bed capacity**: ~50 (20 solo + 16 double + 8 family + 6 care = 50)

### Common Areas (Ground Floor Center)

| Space | Sq ft | Notes |
|-------|-------|-------|
| Kitchen + dining | 1,200 | Commercial-grade kitchen, 50-seat dining |
| Playspace / common room | 800 | Multi-use: kids play, meetings, events |
| Laundry + utilities | 400 | Shared machines, water heater, electrical |
| Bathrooms (shared) | 300 | 4 toilet/shower rooms |
| Storage (personal lockers) | 200 | One per resident |
| Entry/mudroom | 200 | Coat storage, bike parking |

### Upper Floor(s)

- N/A (single-story design)

---

## Infrastructure Checklist (County Requirements)

### Water
- [ ] Well or municipal connection (capacity: 5,000 gal/day for 50 people)
- [ ] Storage tank (1,000 gal minimum)
- [ ] Water treatment/filtration
- [ ] Backflow preventer

### Sewage
- [ ] Septic system OR municipal connection
- [ ] Design capacity: 50 people (minimum 1,500 gal tank)
- [ ] Leach field area reserved
- [ ] Percolation test completed

### Fire Protection
- [ ] Fire extinguishers (per code)
- [ ] Smoke detectors in all pods and common areas
- [ ] Sprinkler system (may be required for 50+ occupancy)
- [ ] Fire lane access (road must support fire truck)
- [ ] Hydrant or water source for firefighting (within 500 ft)

### Roads/Access
- [ ] All-season road access to building
- [ ] Parking (min 1 space per 2 residents = 25 spaces)
- [ ] Turnaround for emergency vehicles
- [ ] Driveway permit from county

### Electrical
- [ ] Grid connection OR off-grid system
- [ ] Minimum 200-amp service for 50 people
- [ ] Backup generator recommended

### Communications
- [ ] Postal address assigned
- [ ] 911 address posted
- [ ] Internet/phone service

---

## Expansion Protocol

### Phase 0: Seed Hex (Year 0)
- Build Hex 001
- Populate to 50 residents
- File incorporation petition with county
- Establish town government

### Phase 1: First Expansion (Year 1-2)
Trigger: Population hits 45+ with waitlist

```
   ╱╲   ╱╲
  ╱  ╲ ╱  ╲
 ╱ 001╲╱ 002╲
 ╲    ╱╲    ╱
  ╲  ╱ ╲  ╱
   ╲╱   ╲╱
```

- Build Hex 002, attach at shared edge
- Shared wall contains:
  - Utility pass-through
  - Doorway connection
  - Sound insulation

### Phase 2: Cluster Formation (Year 3-5)

```
     ╱╲
    ╱  ╲
   ╱ 003╲
  ╱╲    ╱╲
 ╱  ╲  ╱  ╲
╱ 001╲╱ 002╲
╲    ╱╲    ╱
 ╲  ╱ ╲  ╱
  ╲╱   ╲╱
```

- Hex 003 attached to 001
- Town population: 100-150
- First "main street" (corridor between hexes)

### Contraction Protocol

If population drops below 30 in any hex:
1. Merge residents into adjacent hex
2. Convert empty hex to:
   - Storage
   - Workshop
   - Guest housing
   - Rental income (airbnb/events)
   - Decommission (seal and maintain)

---

## Legal Structure Options

### Option A: Housing Co-op (Recommended)
- Residents own shares, not units
- Easier to incorporate as town (all are landowners)
- Mortgage held by co-op
- Democratic governance built-in

### Option B: LLC with Leaseholders
- LLC owns building/land
- Residents lease pods
- Harder to meet "landowner" requirement for incorporation
- May need separate land trust

### Option C: Condominium
- Individual unit ownership
- Complex for pod-based design
- Higher legal costs

---

## County Presentation Checklist

When petitioning county commissioners, prepare:

- [ ] Site plan (surveyed, stamped)
- [ ] Building plans (architect-stamped if required)
- [ ] Infrastructure plans (water, sewer, electric, fire)
- [ ] Traffic study (may be required)
- [ ] Environmental assessment (wetlands, floodplain)
- [ ] Petition signed by all landowners/residents
- [ ] Proposed town boundaries (map)
- [ ] Governance plan (mayor, council, clerk-treasurer)
- [ ] Financial plan (how town will fund services)

---

## Next Steps

1. **Pick a county** — Research which counties are receptive to planned communities
2. **Find land** — Minimum 5-10 acres for seed hex + expansion + setbacks
3. **Secure financing** — Construction loan, co-op share structure
4. **Design building** — Work with architect on hex pod layout
5. **Pre-sell pods** — Get 50 committed residents before breaking ground
6. **File incorporation** — After occupancy hits 50

---

*This is a working document. Update as you research county-specific requirements and refine the building design.*
