Elide + Web
Elide includes a native-speed JavaScript and TypeScript runtime powered by OXC (Oxidation Compiler) and GraalJS. TypeScript is transpiled at native speed — no build step or tsconfig.json required.
Run TypeScript directly
Elide runs .ts files natively — just elide run script.ts.
What's available today
| Capability | What it does |
|---|---|
| JS/TS Runtime | Run JavaScript and TypeScript files directly via elide run |
| TypeScript Stripping | Automatic type stripping via OXC — no config needed |
| HTTP Server | Serve files and apps with elide serve |
| JSX / TSX | React component rendering with no build step |
Quick example
console
> elide run app.ts
Hello from TypeScriptconsole
> elide serve dist --port 3000
✅ Listening on http://localhost:3000Coming soon
Additional web tooling is being ported to Elide and will arrive in upcoming releases:
- NPM dependency management — Fast, native-speed package installation
- JavaScript bundling — Module bundling via OXC
- CSS compilation — Stylesheet optimization via LightningCSS
- Markdown rendering — Markdown and MDX to HTML
- Media optimization — Image compression and format conversion
Web toolchain roadmap
Elide's initial launch focuses on the JVM toolchain (Java, Kotlin, Gradle). Web-specific tooling is actively in development and will be available in future releases.
Learn more
- JavaScript & TypeScript — Running and transpiling JS/TS with Elide