top of page
d527c398443731_edited.png
Light Bulb

Our goal at AKE Energy is to help homeowners take advantage of the sun.

We help homeowners generate clean rooftop energy and lock-in affordable energy rates. So that when your neighbors are paying never ending rate hikes, your payment for electricity will never go up! We are firm believers that solar homes sell for more! It just makes sense, who wouldn’t want to buy a home that already has solar?

EQUIPMENT

Marble Surface

PANELS

Tea Plantation

INVERTERS

Foggy Mountains

WARRANTIES

bottom of page
import wixChatBackend from 'wix-chat-backend'; $w.onReady(function () { let channelId = "YOUR_CHANNEL_ID"; // Replace with your channel ID let obj = { "messageText": "Hello! How can I assist you today?", "channelId": channelId, "sendAsVisitor": false }; wixChatBackend.sendMessage(obj) .then( () => { console.log("Chat message sent"); }) .catch( (error) => { console.log(error); }); });