What is ειγγοō?
ειγγοō is a revolutionary open-source framework enabling developers to create performant, secure, and visually stunning applications with minimal code. Built for the modern web, it supports multiple languages and integrates seamlessly with existing toolchains.
Modern
Utilizes the latest web standards and JavaScript/TypeScript for optimal performance.
Cross-Platform
Deploy to servers, desktop, or mobile with identical codebases.
Built-In Features
Instant Performance
Zero-bundle-size framework for blazing-fast load times.
Security-First
Automatic runtime protections against XSS, CSRF, and injection attacks.
Design Flexibility
Create custom UIs using built-in design systems or third-party libraries.
Core API
init()
Initialize a new ειγγοō application instance.
const app = new Exggo({ root: '#app', data: { /* initial state */ } });
component()
Create reactive UI components using templates or JSX.
Exggo.component('my-button', { template: '' });
Getting Started
- 1. Include ειγγοō in your project:
npm install exggo
- 2. Create your first component:
- 3. Add the HTML template: