InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Unpkg Alternatives
Similar projects and alternatives to unpkg
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
Codename One
Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
-
-
StackStorm
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html
-
-
gowebly
🔥 A next-generation CLI tool that makes it easy to create amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js, and the most popular CSS frameworks on the frontend.
-
langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
-
-
Stat-Tracker
This my first project i am coding from scratch used to keep track of stats for characters on rpg games such as DnD
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
unpkg discussion
unpkg reviews and mentions
- Create a Distraction-Free Reader Mode Extension for Any Website with Webfuse
-
Shadow DOM: Master Web Component Encapsulation for Modern JavaScript Apps
// Feature detection and polyfill loading (function() { // Check if Shadow DOM is supported if (!('attachShadow' in Element.prototype)) { console.log('Shadow DOM not supported - loading polyfill'); // Load the polyfill const script = document.createElement('script'); script.src = 'https://unpkg.com/@webcomponents/webcomponentsjs/webcomponents-bundle.js'; script.onload = () => { console.log('Polyfill loaded, initializing components'); initializeComponents(); }; document.head.appendChild(script); } else { initializeComponents(); } function initializeComponents() { // Initialize your components here after ensuring Shadow DOM support // ... } })();
-
CSS-zero: opinionated CSS starter kit for your "nobuild" application
Bold move to call it "no build" when it requires me to install Ruby, Rails and this package.
Not to mention that if I really want a "no build" tailwind I could simply add this single line:
" rel="nofollow">https://unpkg.com/@tailwindcss/browser@4">
- Small but Powerful Treasure Libraries for Front-end Development in 2025
-
trimMiddle() - the missing String trim command
To use it in your own products, either use npm -i trimmiddle or use the client-side version via unpkg.
-
Access package without Installing it.
Unpkg: https://unpkg.com/package-name
- The Solar System with Orbit CSS
- How to Integrate Passkeys in Python (FastAPI)
- Tutorial: Integrate Passkeys into Django (Python)
-
A note from our sponsor - InfluxDB
www.influxdata.com | 14 Jul 2025
Stats
unpkg/unpkg is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of unpkg is TypeScript.