Home » Grids » JavaScript Tooling

JavaScript Tooling

Packages that connect the JavaScript ecosystem to your Django project.

7 Packages
5 Features

Search & Filter

Transparently use webpack with django

2,543
Stars
341
Forks
6
Usage
Py3
Status Unknown
Version 3.2.4
Updated 13 May 2026
License MIT License
Commits
Features
Approach
Bundler bridge
Build tool
webpack
HMR
Package manager
npm
Template API
{% render_bundle %}

Integration of ViteJS in a Django project.

837
Stars
91
Forks
1
Usage
Py3
Status Unknown
Version 3.1.0
Updated 9 May 2025
License Custom
Commits
Features
Approach
Bundler bridge
Build tool
Vite
HMR
Package manager
npm (any)
Template API
{% vite_asset %}

The Django application allows install and serve assets via Node.js package manager infrastructure.

29
Stars
5
Forks
0
Usage
Py3
Status Unknown
Version 0.9.16
Updated 5 Mar 2026
License Custom
Commits
Features
Approach
Finder (node_modules)
Build tool
None
HMR
Package manager
npm
Template API
{% static %}

Lightweight JavaScript ESM module loader for Django.

15
Stars
2
Forks
1
Usage
Py3
Status Production/Stable
Version 0.8.2
Updated 30 Jun 2026
License BSD License
Commits
Features
Approach
ESM + importmap
Build tool
esbuild
HMR
Package manager
npm (any)
Template API
{% importmap %}

A Django package to take care of npm.js ES2016+ dependencies

10
Stars
2
Forks
0
Usage
Py3
Status Unknown
Version 4.1.2
Updated 3 Jul 2026
License LGPL-3.0-or…
Commits
Features
Approach
Transpile / build step
Build tool
built-in transpiler
HMR
Package manager
npm
Template API
{% static %} (.mjs)

Django assets / bundle manager with TypeScript transpilation support via sucrase or swc and pluggable apps scripts support.

4
Stars
0
Forks
0
Usage
Py3
Status Alpha
Version 0.2.0
Updated 8 Dec 2024
License LGPL-3.0
Commits
Features
Approach
Bundler bridge
Build tool
Rollup (via Deno)
HMR
Package manager
Deno
Template API
{% static %} + importmap

Finder for node-modules with staticfiles support

1
Stars
2
Forks
0
Usage
Py3
Status Alpha
Version 1.3.0
Updated 13 Apr 2026
License MIT License
Commits
Features
Approach
Finder (node_modules)
Build tool
None
HMR
Package manager
npm/yarn/pnpm
Template API
{% static %}

Features Being Compared

5 features

Approach

How the package integrates JavaScript into your Django project.

Build tool

The bundler or build step it relies on.

HMR

Whether it supports Hot Module Replacement, live browser updates in development.

Package manager

Which JavaScript package manager(s) it works with.

Template API

How you reference assets in templates: a dedicated template tag, or Django's standard {% static %}.