Pitch Deck for Seed Investors
Targeting $600,000 Raise
<div class="slide" id="slide2" style="display:none;">
<h2>Macro Opportunity: The Convergence of Energy and AI</h2>
<p>Three major shifts are making solar-powered distributed compute viable:</p>
<ul>
<li><strong>AI Inference Efficiency:</strong> Models like Llama, Mistral, and DeepSeek run on single GPUs (300-700W).</li>
<li><strong>Solar + Battery Cost Collapse:</strong> Solar panels down 80% since 2010; batteries down 70% since 2015.</li>
<li><strong>Satellite Internet:</strong> Starlink provides 100-200 Mbps in remote areas.</li>
</ul>
<p>This enables decentralized AI infrastructure instead of $1B data centers.</p>
</div>
<div class="slide" id="slide3" style="display:none;">
<h2>Concept: Distributed Solar-AI Nodes</h2>
<p>Build a network of small, solar-powered compute nodes across Thailand.</p>
<ul>
<li>Each node: Solar system + battery + AI server + satellite internet.</li>
<li>Start with solar installations, evolve to full compute network.</li>
<li>Thailand advantages: High sunlight, distributed towns, tourism roofs, young workforce.</li>
</ul>
</div>
<div class="slide" id="slide4" style="display:none;">
<h2>Node Economics</h2>
<table>
<tr><th>Component</th><th>Cost</th></tr>
<tr><td>Solar (8kW)</td><td>$6k-9k</td></tr>
<tr><td>Battery (10-20kWh)</td><td>$2k-4k</td></tr>
<tr><td>AI Compute (1 GPU Server)</td><td>$8k</td></tr>
<tr><td>Installation</td><td>$2k</td></tr>
<tr><td><strong>Total per Node</strong></td><td><strong>~$20k</strong></td></tr>
</table>
<p>Five years ago: $25k+ for energy system alone.</p>
</div>
<div class="slide" id="slide5" style="display:none;">
<h2>Revenue per Node (Monthly Estimates)</h2>
<table>
<tr><th>Source</th><th>Revenue</th></tr>
<tr><td>AI Compute/Inference</td><td>$150-500</td></tr>
<tr><td>Energy Software/Monitoring</td><td>$10-25</td></tr>
<tr><td>Maintenance Services</td><td>$20-40</td></tr>
<tr><td><strong>Total Potential</strong></td><td><strong>$180-565</strong></td></tr>
</table>
<p>Additional streams: AI agents, distributed rendering, simulations.</p>
</div>
<div class="slide" id="slide6" style="display:none;">
<h2>$100M Infrastructure Scaling Roadmap</h2>
<table>
<tr><th>Year</th><th>Nodes</th><th>Infra Value</th><th>Annual Revenue</th></tr>
<tr><td>1</td><td>100</td><td>$2M</td><td>$360k-678k</td></tr>
<tr><td>3</td><td>1,000</td><td>$20M</td><td>$3.6M-6.7M</td></tr>
<tr><td>6</td><td>5,000</td><td>$100M</td><td>$18M-33M</td></tr>
</table>
<p>Path: Solar installs → Energy network → Compute network → AI platform.</p>
</div>
<div class="slide" id="slide7" style="display:none;">
<h2>AI Compute + Solar Strategy</h2>
<p>Positioned in the "Energy → AI → Data Infrastructure" shift pushed by NVIDIA/OpenAI.</p>
<ul>
<li>Decentralized nodes reduce reliance on centralized power grids.</li>
<li>Multi-industry: Renewables + AI + Software + Training.</li>
<li>Focus on Option B: AI Infrastructure for highest valuations.</li>
</ul>
</div>
<div class="slide" id="slide8" style="display:none;">
<h2>Seed Round Structure</h2>
<p><strong>Target Raise: $600,000</strong></p>
<table>
<tr><th>Area</th><th>Budget</th></tr>
<tr><td>Platform Development</td><td>$200k</td></tr>
<tr><td>Pilot Nodes</td><td>$250k</td></tr>
<tr><td>Training Program</td><td>$100k</td></tr>
<tr><td>Operations</td><td>$50k</td></tr>
</table>
<p>Investor Tiers: Lead ($250k), Core ($100k), Partners ($50k+).</p>
</div>
<div class="slide" id="slide9" style="display:none;">
<h2>10x Investor Return Model</h2>
<p>Exit/Scale Strategy:</p>
<ul>
<li><strong>Acquisition:</strong> By tech giants (e.g., NVIDIA, OpenAI) or energy firms (e.g., CATL, BYD) valuing decentralized AI infra.</li>
<li><strong>IPO/Secondary:</strong> At 5,000 nodes ($100M value), valuation multiple 5-10x revenue ($90M-330M annual potential).</li>
<li><strong>Return Path:</strong> Seed at $3M post-money valuation → $100M exit = 33x; conservative 10x via revenue growth and partnerships.</li>
<li><strong>Risks Mitigated:</strong> Start with proven solar ROI, layer AI for upside.</li>
</ul>
</div>
<div class="slide" id="slide10" style="display:none;">
<h2>Solar ROI per Installation</h2>
<p>Thailand-Specific:</p>
<ul>
<li>Average savings: $1,200-2,000/year per 8kW system (based on Thai electricity rates ~4-5 THB/kWh).</li>
<li>Payback: 4-6 years.</li>
<li>Government incentives: FIT program, tax breaks for renewables.</li>
</ul>
</div>
<div class="slide" id="slide11" style="display:none;">
<h2>Exit / Scale Strategy</h2>
<p>Achieving 10x Returns:</p>
<ul>
<li>Scale to 10,000 nodes ($200M infra).</li>
<li>Partnerships with real estate for node hosting.</li>
<li>Global expansion post-Thailand proof-of-concept.</li>
<li>Valuation drivers: Recurring revenue, IP in AI-energy integration.</li>
</ul>
</div>
<div class="slide" id="slide12" style="display:none;">
<h2>Call to Action</h2>
<p class="center">Join the future of decentralized AI infrastructure.</p>
<p class="center">Contact: [Your Name/Email]</p>
<p class="center">Minimum Investment: $100k</p>
</div>
<div class="navigation">
<button onclick="prevSlide()">Previous</button>
<button onclick="nextSlide()">Next</button>
</div>
<script>
let currentSlide = 1;
const totalSlides = 12;
function showSlide(n) {
for (let i = 1; i <= totalSlides; i++) {
document.getElementById('slide' + i).style.display = 'none';
}
document.getElementById('slide' + n).style.display = 'block';
}
function nextSlide() {
currentSlide = (currentSlide % totalSlides) + 1;
showSlide(currentSlide);
}
function prevSlide() {
currentSlide = currentSlide - 1;
if (currentSlide < 1) currentSlide = totalSlides;
showSlide(currentSlide);
}
showSlide(currentSlide);
</script>