Membrane Demo App
This app is connected to The Membrane
How to Test
- Open membrane.html in another tab
- Come back here and interact with the demo below
- Watch your actions appear in The Membrane's memory timeline
- Try copying a color - it will show up in Membrane's semantic clipboard
📊 Event Tracking
Click buttons to send events to The Membrane
🎨 Semantic Clipboard - Colors
Click a color to copy it to the semantic clipboard
Copied to Membrane Clipboard:
✏️ Drawing Canvas
Draw something - strokes are tracked by Membrane
📜 Local Event Log
[ready]
Membrane connector initialized
💻 Integration Code
Add this to any HTML app to connect it to Membrane:
<!-- Add before </body> -->
<script>
window.MEMBRANE_CONFIG = {
appId: 'your-app-id',
appName: 'Your App Name',
icon: '📱'
};
</script>
<script src="membrane-connect.js"></script>