Business management ecosystem

The platform that grows with your business.
Modular, integrated, yours.

uKodeIT brings together uKore as a SaaS core, modules like CRM, and cross-cutting components like uKReport into a single managed ecosystem.

No credit card · Free plan available

uKReport — editor visual de informes

ENCABEZADO

ProductoClienteImporteFecha

DETALLE

Tubo AceroDIST. NORTE4.200,00 €15/01/2026
Bandeja RejillaIND. SUR674,16 €22/01/2026
Soporte H.DELISANO187,50 €28/01/2026

PIE

Total: 5.061,66 €

Designed for teams that need to generate reports quickly

4
Report types
10+
Field types
2
Export formats
<2min
First report ready
Ecosystem

Everything you need, in one ecosystem

uKore as the core, business modules and cross-cutting components that connect to each other and grow with your company.

Platform

uKore

Multi-tenant SaaS platform. Manage roles, users and permissions from a centralised workspace. The foundation of the ecosystem.

Learn about uKore
Active module

CRM

Customer management, sales pipeline and tasks natively integrated in uKore. No manual exports, no data duplication.

View CRM
Active component

uKReport

Visual drag-and-drop report editor. Exports to Excel and PDF. Connects to uKore via JWT and generates documents from your data in seconds.

View uKReport
On roadmap

Coming soon

uKList, uKForm and uKGraph are in development. The ecosystem grows continuously to cover all your company's needs.

How it works

Your ecosystem in 3 steps

From sign-up to reports, everything connected and ready to use.

1

Create your space in uKore

Sign up and configure your tenant in minutes. Define roles, invite users and manage permissions from a centralised dashboard.

Tenant creado — empresa.ukore.com
Admin, Manager, Viewer — roles configurados
5 usuarios invitados por email
2

Activate the modules you need

Activate CRM to manage customers and your sales pipeline. More modules will arrive to cover every area of your business without switching platforms.

CRM
Activo
Facturación
Próximamente
RRHH
Próximamente
3

Integrate cross-cutting components

uKReport connects to uKore via JWT and generates professional reports from your data with a visual drag-and-drop editor. No additional setup required.

// uKReport autentica contra uKore
POST /api/ukreport/auth
{
"token": "eyJhbGci...",
"tenant": "empresa"
}
200 OK — informe generado en 1.2s
Export

Excel and PDF with professional formatting

Generate print-ready or shareable documents. Every detail of your design is faithfully replicated in the export.

  • Cell styles, fonts and colors preserved
  • Borders, backgrounds and conditional formatting
  • Automatic pagination and page numbering
  • Image and barcode support
  • REST API for automated generation

Excel (.xlsx)

With native formulas, auto-adjusted column widths and number formatting. Ready to edit in Excel or Google Sheets.

PDF

Vector document with precise layout, automatic page breaks and numbering. Perfect for printing or sending by email.

Report types

Templates for every need

Start with a built-in template and customize it completely. Or create your own design from scratch.

Simple Table

Product listings, directories, inventories. The most common type for basic tabular reports.

Most popular

Hierarchical

Reports with groupings and subtotals. Sales by region, expenses by category, projects by client.

Invoice

Template optimized for billing documents: issuer/recipient details, line items and totals.

Sales Order

Commercial orders with customer information, product lines and delivery terms.

For developers

Integrate with your existing stack

Use our REST API to generate reports from any application. Just send the configuration and data — we'll handle the document generation.

GET/api/dataset/:tipo
POST/api/generar/excel
POST/api/generar/pdf
generar-informe.js
const response = await fetch('/api/generar/pdf', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    config: miConfiguracion,
    data: misRegistros,
    options: { filename: 'informe.pdf' }
  })
});

const blob = await response.blob();
// Descarga automática del PDF generado

Start with uKodeIT today

No credit card. Free plan available. Set up in 2 minutes.

Create free account