GET
/api
Returns API metadata, endpoint discovery, and config expectations.
A clean, config-powered app selector with fully open endpoints, bright light mode, deep dark mode, and subtle green accents throughout.
Fast email access with powerful search and threaded conversations.
Cloud file storage, sharing, and more.
Share files in a fast, easy and no bs way
Simple server hosting with a free tier
Find and download all the enzonic apps
A quick experiment for a casino where u cant spend real money
/api
Returns API metadata, endpoint discovery, and config expectations.
/api/apps
Returns the full app list. Add ?q=drive to search.
/api/apps/{id}
Returns one app by generated slug id like google-drive.
/embed
Simple embeddable widget page for iframe or script-based drop-in usage.
$apps[] = [
'name' => 'Your App Name',
'description' => 'Short description here',
'icon_url' => 'https://example.com/icon.png',
'url' => 'https://example.com',
];
<div id="ecube-widget"></div>
<script
src="http://e-cube.enzonic.com/assets/embed.js"
data-mount="#ecube-widget"
data-theme="dark"
data-title="Workspace Apps"
data-limit="4"
data-height="420"
></script>