Skip to content
Intum Help
Updated at: 1 min read

What are Noe Apps

Interactive web interfaces created in the browser without your own backend. Edit code in Intum, it compiles on the fly.

Three types

1. Standalone applications

Available at /a/:url_code - calculators, dashboards, games. Public or private.

2. Integration applications

Connect Intum with external services (Fakturownia, KSeF, Allegro). Often use a Noe database for cache.

3. Internal applications

Scripts injected into Intum pages via show_in_module. See Internal Noe Apps.

Rendering engines

  • Svelte 5, Vue 3, React 19, JavaScript, HTML, Kaboom / Phaser
  • CSS: tailwind_all (CDN), tailwind (compiled), none

Features

  • Code editor with syntax highlighting
  • Automatic compilation on save
  • Public or private publishing
  • Friendly URLs (/a/calculator)
  • Cloning, Noe database, AI prompt, Flow actions, Change history

Example

How to add a Noe app that highlights emails

Was this entry helpful?

Share

Comments