Tawajo
Premium digital assets for creators

Build faster with premium digital assets

Discover high-quality HTML5 games, UI kits, plugins, and web templates. Handcrafted by experienced developers for your next project.

Showing 10 products
Age of Realms -  RTS HTML5 Game (Complete SourceCode)

Age of Realms - RTS HTML5 Game (Complete SourceCode)

$25

Age of Realms is a complete, ready-to-play isometric real-time strategy game built with Phaser 3. It is sold as a source-code template — buyers receive the entire codebase so they can rebrand, rebalance, extend, or ship it as their own product.The game features a full RTS gameplay loop: gather 4 resources, construct buildings, train military units, research through stances and formations, and defeat a wave-based AI opponent. Everything is data-driven from a single src/config.json file — you can retune unit stats, building costs, AI difficulty, map size, and audio settings without touching any JavaScript.It runs in any modern browser, needs no server, and ships with a pre-built production bundle (dist/index.html opens directly).Features4 Unit TypesVillager (gatherer), Swordsman (melee), Archer (ranged), Cavalry (fast). All stats — HP, attack, armor, speed, range, cost — live in config.json.5 BuildingsTown Center, House (population cap), Barracks (military training), Market (daily resource income), Tower (auto-attack). Each has configurable limit, cost, HP, size, and hotkey.4 ResourcesFood, Wood, Gold, Stone. Gathered by villagers, deposited at the Town Center. Node positions and counts are configured in config.json.AI OpponentThree difficulty levels (Easy / Normal / Hard). Manages economy, constructs buildings, trains armies, launches attack waves, defends its base. All thresholds per difficulty are configurable.A* PathfindingOctile heuristic with diagonal cost, binary heap optimization. Units pathfind around forests and water automatically.5 FormationsBox, Line, Column, Staggered, Flank. Direction-aware — the formation rotates to face the movement direction. Press F to cycle.Patrol ModeMulti-waypoint ping-pong patrol. Units walk back and forth between two points, auto-engaging enemies along the route. Press P then right-click.3 Unit StancesAggressive (chase enemies), Defensive (engage within range), Stand Ground (hold position). Toggle via the bottom bar button.Attack-MovePress A then right-click — units move to the target while engaging any enemies they encounter on the way.Rally PointsSelect a building, then right-click on the map — newly trained units will automatically move to the rally point.Save & LoadFull game state persisted in localStorage — units, buildings (including construction progress), queues, AI state, resources. Resume any time via the “Continue” button.Settings MenuSFX / BGM volume sliders, mute toggle, edge-scroll toggle, first-run tutorial toggle. Persisted across sessions.Tutorial Overlay7-step modal coach marks shown on the first new game. Each step has title, body, and Skip / Next buttons.FullscreenDedicated button on both menu and in-game HUD (top-right corner). Also supports F11 and Shift+Enter.MinimapLive isometric minimap with terrain, units, buildings, and camera viewport outline. Click to recenter the camera.In-Game Clock & Day CounterSimulated day/night cycle with a clock display. Markets grant per-day resource income.Drag-Select & Double-ClickBox-select multiple units with left-drag. Double-click a unit to select all units of the same type on screen.Building Limit LocksBuilding buttons show a red lock icon when the per-game limit is reached. Tooltips display the limit.Game Speed ControlsPress 1 (0.5x), 2 (1x), 3 (2x) or click the speed toggle. Configurable speeds in config.json.Responsive ScalingPhaser Scale Manager with FIT mode. Works on any display resolution from 1024×640 upward.Try Demo - https://subtle-longma-f73516.netlify.app/

View Details
Car Parking Puzzle - HTML5 Mobile Game | Phaser 3

Car Parking Puzzle - HTML5 Mobile Game | Phaser 3

$10

Car Parking Puzzle is a complete, ready-to-publish HTML5 mobile puzzle game. Built with Phaser 3 and bundled with Vite, it features 25 progressively difficult levels, a lives system, countdown timer, star ratings, and smooth touch controls optimized for mobile. The game is AdMob-ready and includes a full settings screen, level select with lock/unlock progression, pause menu, sound effects, background music, and a celebration confetti animation on level completion.GameplayEach level presents a parking lot filled with cars facing different directions. The player taps a car and it drives out in the direction it’s facing. If another car blocks its path, the car shakes and the player loses a life. The goal is to clear all cars from the lot. A countdown timer adds pressure — running out of time also costs a life. With only 3 lives, players must think carefully about which car to move first.Features 25 levels with auto-generated, guaranteed-solvable puzzles — from 3 cars (easy) to 30 cars (maximum density) 3 lives system — wrong moves or timeout costs a heart Countdown timer — adds urgency, resets on timeout (costs a life) Star ratings (1–3★) based on time remaining and lives intact Level progression — locked levels unlock one by one, progress saved in localStorage Hint system — highlights a movable car Pause menu — with Resume, Restart, Menu, and Sound Toggle Level select screen — 5×5 grid showing level numbers, names, and earned stars Settings screen — Sound Effects toggle, Background Music toggle, Reset Progress AdMob ready — banner ads on menu/game scenes, interstitial between levels First-time tutorial — overlay explaining how to play Fullscreen toggle — button on menu and game scenes Smooth touch controls — car hover/press feedback, generous hit areas Camera shake — on blocked car and game over Confetti celebration — falling particles on level clear Sound effects + BGM — 11 placeholder audio files included 12 car sprites — replaceable placeholder PNGs included Easy configuration — edit src/config.json to change lives, timer, grid size, speeds, and more — no coding required Mobile-optimized — viewport locked, touch events captured, overscroll disabled, notch-display compatible Keyboard support — ESC to pause Scene transitions — smooth fade-in effects What’s Included Complete game source code (src/) 12 car sprite PNGs (replaceable) 11 sound effects + BGM (replaceable) Easy config file (src/config.json) Full documentation (documentation.html) README.txt + LICENSE.txt Vite build configuration AdMob integration module Tech Stack Engine: Phaser 3 (latest) Build: Vite 6 Language: Vanilla JavaScript (ES Modules) Ad Network: AdMob (via Capacitor/Cordova) Mobile Wrapper: Capacitor (recommended) or Cordova AdmobThis product includes AdMob integration code (src/ads.js) for both Capacitor and Cordova, but the AdMob SDK/native plugin itself is not bundled and must be installed separately by the buyer for their chosen build tool. The included unit IDs are placeholders (ca-app-pub-xxxxx/xxxxxxxx) that must be replaced with IDs from the buyer’s own free AdMob account. No real ads are shown in default web-browser mode; ads only appear in a wrapped mobile build with the official AdMob plugin installed.

View Details
Faulty Spaceship - HTML5 Arcade Game

Faulty Spaceship - HTML5 Arcade Game

$10

Live PreviewScreenshotsFaulty Spaceship is a fast-paced HTML5 arcade game built with Phaser 3. Navigate your ship through asteroid fields, dodge enemy UFOs, collect power-ups, and unlock new ships and upgrades in the shop.Gameplay Tap or press Space to flap and fly upward Dodge asteroids and enemy UFOs Stomp UFOs from above to destroy them Collect repair and missile power-ups Fire homing cruise missiles with Enter or right-click Earn ASTRO currency and spend it in the shop Features 5 unique unlockable spaceships with distinct designs 4 upgrade types: HP, Agility, Shield, Missiles 3 difficulty presets: Easy, Normal, Hard Persistent progress via browser localStorage Full sound effects and background music Responsive design — works on desktop and mobile Mobile-friendly with touch controls and on-screen missile button No build tools or server config required Phaser 3.60 included (no CDN dependency) CustomizationEasily replace images, sounds, and game parameters without touching code: Swap PNG files to change ship and enemy sprites Replace MP3 files to change sound effects and music Edit GameConfig.js to adjust difficulty, prices, physics, and more What’s Included Complete game source code (JavaScript, HTML, CSS) Phaser 3.60 game engine Placeholder images and audio files Full HTML documentation Browser Support Chrome 80+ Firefox 80+ Safari 14+ Edge 80+ Mobile Chrome / Safari (iOS 14+, Android 10+) try demo here - https://animated-starlight-f9f25e.netlify.app/

View Details
Pirates Clash | 2D Pirate Naval Combat HTML5 Game

Pirates Clash | 2D Pirate Naval Combat HTML5 Game

$35

A complete, ready-to-play 2D pirate naval combat HTML5 game built with Phaser 3. Take command of your ship and sail a living ocean where pirates hunt merchants, hunters chase pirates, and every captain fights for survival.GameplayStart with a humble sloop and work your way up to a mighty Man O’ War. Engage in broadside duels, fire chain shots to slow fleeing enemies, rain explosive mortars, drop fire barrels, and use swivel guns for close-range defense. Cripple enemy ships and board them for rewards — repair, reduce your wanted level, grow your fleet, or take their crew.Visit ports across the map to trade goods (Rum, Spices, Timber, Silk, Iron), repair your hull, and hire crew. Upgrade your ship’s speed, hull, turn rate, damage, cargo capacity, and fire rate. The deeper you sail, the greater the danger — pirates grow bolder, and pirate hunters patrol the seas.Technical RequirementsSupported Browsers: Chrome, Firefox, Safari, and Edge (latest versions)No Backend Required: This is a completely self-contained game. It runs entirely in the browser with no server-side dependencies, external APIs, or CDN requirements. All save data is stored locally using localStorage.Compatibility: Works on desktop and mobile browsers with touch support for mobile devices.Key Features 5 playable ships — Sloop, Schooner, Brig, Frigate, Man O’ War 6 unique weapons — Ram, Broadside, Chain Shot, Mortar, Fire Barrel, Swivel Gun Living AI ecosystem — Pirates raid merchants, hunters hunt pirates Ship upgrade system — 6 stats, 5 levels each Crew system — Hire sailors for HP and damage bonuses Boarding combat — Risk/reward system for capturing ships Trading system — 5 goods, 8 ports, dynamic prices Day/night cycle with weather (storms, rain, wind) 8 achievements to unlock Full save/load system (localStorage) Mobile touch controls (virtual joystick + weapon buttons) Fullscreen support Pirate-themed wooden UI with gold trim Customizable — easy to replace sprites, sounds, and balance Self-contained — no external APIs or CDN dependencies Try Demo / Preview - https://super-horse-a3d9af.netlify.app/

View Details
Battle Cars - Html5 Car Combat Game

Battle Cars - Html5 Car Combat Game

$14

Demo - https://fascinating-torrone-1e7287.netlify.app/Preview Video -Battle Cars is an engaging HTML5 arcade-style vehicular combat game designed for web and mobile platforms. Experience intense multiplayer-style gameplay where 11 AI-controlled cars battle in arenas until only one champion remains.CORE GAMEPLAY Battle Royale-Style Mechanics: Compete against 10 AI opponents in fast-paced vehicular combat Multiple Game Modes: 3 difficulty levels (Easy, Medium, Hard) provide progressive challenges 4 Unique Arenas: Arena, Junkyard, Frozen Wasteland, and Inferno Pit, each with distinct visual themes and gameplay dynamics Progressive Vehicle Unlock System: Earn coins through gameplay to unlock 11 unique cars with speed tiers ranging from 300-390 VEHICLES & CUSTOMIZATION 11 Unique Cars: Each with distinct speeds and handling characteristics Tiered Speed System: Progressive vehicle tiers (300, 320, 340, 360, 380, 390 units/sec) Coin-Based Economy: Unlock new vehicles by collecting in-game currency Car Selection Screen: Choose your vehicle before each match ⚡ POWER-UP SYSTEM10 strategically balanced power-ups with weighted spawn rates: Weapons: Missile, Machine Gun, Flamethrower, EMP Blast Tactical Items: Spike Trap, Mine, Oil Slick Defensive Tools: Shield, Repair Kit Enhancement: Speed Boost Smart Spawning: Weighted probability system ensures balanced gameplay (missiles more common, repairs strategically rarer) ADVANCED MECHANICS Intelligent AI: Hunt mechanics with smart pathfinding Proximity-Based Audio: Dynamic engine sounds react to nearby vehicles Physics-Based Visuals: Skid marks, drift mechanics, and collision sparks Full Audio Suite: Engine sounds, weapon effects, ambient music, and UI feedback Mobile Optimization: Touch-friendly controls with audio context unlock for mobile devices Responsive Design: Fullscreen toggle and adaptive UI scaling AUDIO & VISUALS Multiple engine sound variations matching vehicle speed Weapon-specific audio effects Dynamic background music Ambient arena sounds Visual feedback: collision sparks, skid marks, power-up effects Smooth animations and particle effects ⚙️ TECHNICAL FEATURES Fullscreen Mode: Toggle for immersive gaming Mobile-Responsive: Optimized for smartphones and tablets Audio Context Unlock: Seamless mobile audio handling Cross-Browser Compatible: Works on all modern browsers Optimized Performance: Smooth gameplay even on lower-end devices Persistent Progression: Save unlocked vehicles and coins GAME MODES & DIFFICULTY Easy Mode: Slower AI, more frequent repairs, fewer aggressive opponents Medium Mode: Balanced AI behavior, standard power-up distribution Hard Mode: Aggressive AI, strategic power-up placement, relentless opposition ARENA VARIETY Arena: Classic battle environment, neutral gameplay Junkyard: Debris obstacles, ricochet mechanics Frozen Wasteland: Slippery surfaces, altered physics Inferno Pit: Hazardous zones, environmental challenges ️ VEHICLE PROGRESSIONBattle Cars features a comprehensive unlock system: Tier 1: Speed 300 units/sec (Starter vehicles) Tier 2: Speed 320 units/sec Tier 3: Speed 340 units/sec Tier 4: Speed 360 units/sec Tier 5: Speed 380 units/sec Tier 6: Speed 390 units/sec (Elite vehicles) WHAT’S INCLUDED Complete HTML5 game (fully playable) Professional source code with detailed comments All graphics and sprite assets Complete audio assets (engine sounds, weapons, music, SFX) Comprehensive documentation Configuration files for easy customization No external dependencies (pure HTML5/CSS3/JavaScript) Fully playable offline Mobile-optimized responsive design BROWSER SUPPORTWorks perfectly on all modern browsers: Chrome v90+ Firefox v88+ Safari v14+ Edge v90+ Mobile browsers (iOS Safari, Chrome Mobile, Android) CUSTOMIZATION OPTIONSEasily customize your game with: Vehicle stats and colors Arena themes and layouts Power-up spawn rates and effects Difficulty scaling parameters Audio settings and volume levels UI colors and styling Game balance and mechanics IDEAL FOR Game developers wanting a complete HTML5 game template Web developers looking to integrate a game asset Educational projects demonstrating game mechanics Portfolio showcasing interactive media Mobile game enthusiasts Anyone wanting to deploy a production-ready game immediately FREQUENTLY ASKED QUESTIONSQ: Is this a complete game?A: Yes! Battle Cars is a fully functional, complete game ready to play immediately upon installation.Q: What are the system requirements?A: Any device with a modern web browser (desktop or mobile). No installation or special software required.Q: Can I customize this game?A: Yes, extensively! The code is well-organized with configuration files for vehicles, arenas, power-ups, difficulty settings, and more.Q: Is source code included?A: Yes, complete, readable, well-commented source code is included.Q: What about mobile compatibility?A: The game is fully optimized for mobile with responsive controls, touch support, and proper audio handling.Q: Can I add my own content?A: Yes, the architecture supports easy addition of new vehicles, arenas, power-ups, and audio.Battle Cars delivers a complete, production-ready gaming experience with professional-grade mechanics, audio, and visual polish. Get started today and bring arcade action to your website!

View Details
Grammar Battle Arena - Html5 Educational Game (Multi-Lang)

Grammar Battle Arena - Html5 Educational Game (Multi-Lang)

$11

Live Preview - https://majestic-faun-d8c855.netlify.app/Grammar Battle Arena is an innovative educational HTML5 RPG where players defeat monsters by fixing grammatically incorrect sentences. It combines engaging turn-based combat mechanics with native-language grammar learning across 9 languages, making it the perfect tool for language learners worldwide.Master grammar rules while battling enemies, leveling up your character, unlocking achievements, and climbing the leaderboard. Whether you’re a beginner or advanced learner, Grammar Battle Arena makes grammar practice fun, competitive, and rewarding.Core Features 5 Game Modes: Classic Battle (turn-based RPG), Speed Run (60-second challenges), Practice (untimed learning), Typing Battle (type corrections yourself), and Daily Challenge Turn-Based RPG Combat: HP, ATK, DEF stats, streak bonuses, shields, and boss fights every 5 floors 9,000+ Grammar Sentences: Native-language questions across English, Spanish, French, German, Italian, Portuguese, Japanese, Korean, and Mandarin Chinese Language-Specific Grammar: Each language tests unique grammar rules—Spanish tests ser vs estar and subjunctive mood, French tests adjective agreement and partitive articles, German tests verb position and case endings, Japanese tests particles and counters, and more Native Language Hints & Lessons: All hints and grammar explanations written in the target language for immersive learning 8 Enemy Types: 5 normal enemies + 3 unique bosses with scaling difficulty progression Shop System: Unlock 5 upgrade categories and 6 unlockable character skins with earned currency 10 Achievements: Unlock milestones and track progress Leaderboard: Local leaderboard tracking top 20 scores (localStorage-based) Full Audio Design: 10 procedural sound effects via Web Audio API—no audio files needed Multi-Language UI: Localized interface in English, Spanish, and French Admin Panel: Visual configuration panel for live editing and customization Sentence Generator: Built-in tool to regenerate the entire 9,000-sentence database with your own content Fully Responsive: Optimized for desktop and mobile devices Zero Dependencies: Pure HTML, CSS, and JavaScript—no frameworks, no build tools, no external libraries Offline-Ready: Works completely offline with no server or API calls required File Structure index.html — Main game interface admin.html — Visual configuration and admin panel css/style.css — Complete styling js/config.js — Game configuration and constants js/game.js — Core game engine and logic js/audio.js — Web Audio API sound effects js/sentences-data.js — 9,000+ grammar sentences across all languages js/languages.js — Language translations and grammar lesson content js/generate-sentences.js — Sentence generator for customization documentation/index.html — Full user and developer documentation README.md — Quick start guide System Requirements Browser Support: Any modern web browser (Chrome, Firefox, Safari, Edge) No Server Required: Simply open index.html directly in your browser No Build Tools: Zero setup—no frameworks, no dependencies, no CDN links Offline Compatible: Works completely offline with no internet connection Getting Started Extract the files to any directory Open index.html in your web browser Select your language and game mode Start battling and learning! Want to customize? Open admin.html to configure game settings, difficulty, sentences, and more in real-time.Perfect For Language learning platforms and educational institutions English as a Second Language (ESL) programs Corporate language training Self-directed language learners Grammar and writing improvement apps Gamified educational content

View Details
Merchant Roads | Caravan Trading & Management Html5 Game

Merchant Roads | Caravan Trading & Management Html5 Game

$19

Play Demo Here - https://melodic-lamington-d32ae5.netlify.app/### 🐪 Overvie **Merchant Roads** is a complete HTML5 caravan trading and management game built with Phaser 3. Take on the role of a merchant navigating medieval trade routes — buy goods at low prices, sell them for profit across distant towns, manage your crew's morale, hire guards for protection, invest in properties, and build your trading empire. Buyers get the FULL source code — no frameworks, no dependencies, no monthly fees. Just open `index.html` or deploy to any web server. ### 🎮 Gameplay Features - **Live Economy System** — Supply and demand shift dynamically across 8+ towns. Prices vary by region. Buy grain cheap in farming towns, sell it for a premium in mountain settlements. - **6 Time Phases Per Day** — Dawn, Morning, Noon, Afternoon, Evening, Night. Each phase brings new trade opportunities. - **Travel & Exploration** — Click connected towns to travel. Travel costs food and time. Watch your caravan move along bezier-curved roads in real-time with a 4-frame walk animation. - **Visible Bandit System** — Bandits patrol the roads in real-time. Collision triggers a bandit encounter scene — fight, flee, or pay. - **NPC Caravans** — Other merchants travel the roads with unique names and routes. Click them for info. - **Caravan Passive Income** — Deploy caravans that earn gold automatically while you play. - **Property Investment** — Buy workshops in towns for daily rental income. Property values increase by +50💰 per day. Sell anytime. - **Banking System** — Deposit gold for safety, take loans for capital. Late payments freeze your properties. - **Tavern** — Rest to restore morale (500💰), hire guards (100💰 each), or gamble dice (roll 4+ to win 150💰). - **Faction Relations** — 3 major factions with dynamic reputation. Faction wars block roads and shift prices. - **Player Leveling** — Gain XP from trade profits. Level up to unlock more caravan slots. - **Food & Morale** — Your crew eats daily. Running out of food drops morale. If morale hits 0%, your journey ends. - **10-Step Interactive Tutorial** — Overlaid step-by-step guide with highlight regions. Skimmable. ### 🖥️ Scenes Included | Scene | Description | |---|---| | MenuScene | Title screen with New Game / Continue | | WorldMapScene | Main game view — towns, roads, player, bandits, NPCs, full HUD | | TownScene | Town panel with Market, Properties, Tavern, Bank, goods preview | | BuyItemsScene | Purchase goods from local merchants | | WorkshopScene | Buy/manage town properties for passive income | | InventoryScene | View all carried goods and cargo capacity | | BanditScene | Bandit encounter — fight, flee, or pay | | GameOverScene | Game over with stats and restart | | PreloadScene | Loading screen with progress bar | ### 🎨 Art & UI - Cinzel and Lato web fonts for a medieval aesthetic - Dark navy/gold theme with 0EA5E9 accent - Interactive tooltips on all UI elements - Floating damage/gold indicators - Smooth camera fade transitions - 4-frame player spritesheet with walk animation - Pulsing golden ring under player character - 13 hand-crafted icon sprites (gold, morale, cargo, food, etc.) - Procedural fallback sprites for all assets (game works even without PNGs) ### 🔊 Audio - Medieval BGM track - SFX: click, travel, bandit, purchase, and more - AudioManager system with BGM/SFX separation - All assets in `.wav` format ✅ Requirements - Any modern web browser (Chrome, Firefox, Safari, Edge, Opera) - No server required — works from `file://` or any static host - No build tools, no npm, no frameworks beyond Phaser 3 ### 🌐 Browser Compatibility - Chrome 90+ - Firefox 90+ - Safari 15+ - Edge 90+ - Opera 76+ - Mobile Chrome/Safari (touch input supported) ### 🚀 Deployment 1. Upload all files to any web server 2. Or open `index.html` locally 3. Or deploy to Netlify/Vercel/GitHub Pages in one click ### 🔧 Customization All game constants are centralized in `src/config.js`: - Town positions, types, and connections - Road distances and danger levels - Good types, base prices, and demand rates - Caravan costs, hire prices, and income rates - Bank interest rates and loan terms - Starting gold, morale, and cargo capacity - Time phase durations and day cycles ### 💎 Why Buy Merchant Roads? - **Complete game** — not a template, not a kit. Ship it today. - **Zero dependencies** — Phaser bundled locally. No CDN, no npm required. - **Fully documented** — Every system is organized and commented. - **Modular architecture** — Easy to extend with new towns, goods, factions, or scenes. - **Responsive scaling** — Phaser's FIT mode adapts to any screen size. - **Tutorial included** — 10-step interactive onboarding. - **Save/Load** — Browser localStorage persistence.

View Details
ImageCraft | AI-Powered Browser Image Editor

ImageCraft | AI-Powered Browser Image Editor

$14

Try Demo - stunning-paletas-2e7d73.netlify.appImageCraft is a professional image editor that runs entirely in the browser. No server, no installation, no build tools — just open index.html and start editing.Tools Select, Crop, Draw, Eraser, Text, Shapes, Lasso, Magic Wand, Pen, Clone Stamp, Healing Brush, Liquify, Warp, Perspective, Blur, Sharpen, Vignette, Fill, Eyedropper, Frames, Stickers, Pan, Zoom — 23 tools total.Layers Full layer panel with drag-to-reorder, blend modes, opacity, lock, group, and visibility toggle.Filters & Adjustments Brightness, Contrast, Saturation, Hue, Exposure, Highlights, Shadows, Curves, Levels, LUT presets, Gradient Map, Vignette.AI Tools — all run on-device, no images leave your browser Remove Background — ONNX/WASM model (requires internet on first use to cache the model, ~40 MB) AI Upscale 2× — powered by TensorFlow.js + UpscalerJS Auto Color — fast color boost for desaturated images AI Enhance — denoise, auto levels, sharpen, and vibrance in one click Export PNG, JPG, WEBP, PDF, and PSD. Export individual layers. Optional watermark with position and opacity controls.Also includes config.json for white-labelling (app name, logo, accent color, canvas defaults) Dark & light themes 400+ emoji stickers and 10 bundled fonts Customizable keyboard shortcuts with in-app shortcut editor Smart guides, grid, and rulers 50-step undo/redo history Full documentation and changelog Technical Vanilla JS · Fabric.js 5.3 · TensorFlow.js · No frameworks · No npm · No build tools. All libraries bundled locally. Runs on any static host (Netlify, Vercel, GitHub Pages) or directly from the filesystem. Browser support: Chrome 90+, Firefox 88+, Safari 14+, Edge 90+.

View Details
StockAlert Pro - Woocommerce Back in Stock Notifier

StockAlert Pro - Woocommerce Back in Stock Notifier

$4

Preview Video - https://youtu.be/dYp6BsWcqIUNever Lose a Sale When You're Out of StockStockAlert Pro lets your WooCommerce customers subscribe to instant email alerts when an out-of-stock product becomes available again. Instead of losing that sale forever, you capture the customer's interest and automatically bring them back the moment stock is restored — turning missed sales into revenue.Works seamlessly with both Simple and Variable products, supports guests and logged-in users, and sends notifications automatically in the background without slowing down your store.Key Features• Automatic Email Notifications – Subscribers are notified instantly when stock is restored, with no manual work required.• Simple & Variable Product Support – Works at both the product level and the individual variation level.• Guest & Logged-In User Support – Any visitor can subscribe, no account required.• GDPR Compliant – Built-in consent checkbox with privacy policy link. No data collected without explicit opt-in.• Rate Limiting – Protects your store from spam and bot subscriptions with built-in IP-based rate limiting.• Secure Unsubscribe Links – Every notification email includes a one-click unsubscribe link using HMAC-signed tokens.• Fully Customisable Emails – Customise the subject line, message, and sender name from the admin settings panel.• Email Template Override – Developers can override the email template from their theme or child theme.• Admin Dashboard – View all subscribers per product, export data, and manage subscriptions from a clean admin interface.• Duplicate Prevention – The same email address cannot be subscribed twice for the same product.• Translation Ready – Fully internationalised with a .pot file included. Compatible with WPML and Polylang.• HPOS Compatible – Fully compatible with WooCommerce High-Performance Order Storage.• Clean Uninstall – All data and database tables are removed cleanly on uninstall.• Lightweight & Developer Friendly – No bloat, no upsells. Includes action and filter hooks for easy customisation.How It Works• A product goes out of stock — your customers see a "Notify Me" subscription form instead of the Add to Cart button.• The customer enters their email and gives consent. They're added to the waitlist for that product.• When you restock the product, the plugin automatically sends a notification email to all waitlisted subscribers.• Customers click through and complete their purchase — sale recovered.Requirements• WordPress 6.4 or higher• WooCommerce 7.0 or higher• PHP 7.4 or higherDocumentation & SupportFull documentation is included inside the plugin download. Step-by-step installation instructions, settings guide, developer hooks reference, and FAQ are all covered.

View Details
PromptVault - AI Prompt Manager for Windows and Mac

PromptVault - AI Prompt Manager for Windows and Mac

$9

A professional desktop application for managing, organizing, and instantly copying AI prompts. Built with React + Electron, PromptVault runs natively on Windows and macOS — fully offline, no account required, no internet needed. Perfect for power users of ChatGPT, Claude, Gemini, Midjourney, DALL-E, and any other AI tool.⚡ Why PromptVault?If you use AI tools daily, you already know the problem — great prompts get lost in browser bookmarks, text files, and Notion pages scattered everywhere. PromptVault gives you one beautiful, fast, dedicated home for all your prompts with instant search, smart organization, and a powerful variable system that turns your prompts into reusable templates.Core Features Prompt Library — Store unlimited prompts in a beautiful grid or list view. Each prompt shows category, AI model tags, variable highlights, use count, and quick copy button. Smart Prompt Editor — Full-featured editor with real-time line/character/word count, variable syntax highlighting, multi-model tagging, tag autocomplete, notes field, and preview mode. Variable System — Write prompts with {{variable_name}} placeholders. When you copy a prompt, a Fill Variables modal appears automatically — fill in your values and the final assembled prompt is copied to clipboard instantly. Turn any prompt into a reusable template. Collections — Organize prompts into folders with custom colors and icons. 5 default collections included: Writing, Coding, Marketing, Image Generation, Research. Advanced Search — Global search across titles, content, tags, and notes. Press Cmd/Ctrl + K to focus instantly. Filter by category, AI model, tags, favorites, and date range. Favorites — Star your most-used prompts for instant access from the sidebar. Trash with Auto-Empty — Deleted prompts go to trash, not permanently deleted. Configure auto-empty: 7, 30, or 90 days. Import / Export — Backup and restore your entire prompt library in JSON or CSV format. Individual prompts exportable as .txt files. Usage Statistics — Track total prompts, collections, most-used prompt, and lifetime copy count in the sidebar dashboard. ✨ Design & UX Dark / Light / System theme — Switch instantly, preference saved automatically 6 accent colors — Violet, Blue, Green, Orange, Pink, Red Grid and List views — Toggle between visual grid and compact list Custom frameless titlebar — Native-feeling window controls on both platforms Smooth 60fps animations — Polished transitions throughout Toast notifications — Animated slide-in/out with progress bar auto-dismiss Empty states — Helpful illustrated states when sections are empty Keyboard shortcuts — Full keyboard navigation support ⌨️ Keyboard Shortcuts Ctrl/Cmd + N — New prompt Ctrl/Cmd + K — Focus search Ctrl/Cmd + S — Save prompt Ctrl/Cmd + D — Duplicate prompt Ctrl/Cmd + F — Toggle favorites filter Ctrl/Cmd + , — Open settings Escape — Close modal / go back Ctrl/Cmd + Shift + E — Export all prompts First Launch ExperienceOn first launch PromptVault greets you with a 3-step welcome tour and 20 professionally written sample prompts across 7 categories — Writing, Coding, Marketing, Image Generation, Research, Content Creation, and Business. All sample prompts use the {{variable}} system so you can start using them immediately.How to Install Download the package and unzip Windows: Run PromptVault-Setup-1.0.0.exe and follow the installer macOS: Open PromptVault-1.0.0.dmg and drag to Applications folder Launch PromptVault — no setup, no account, works instantly System Requirements Windows: Windows 10 or later (64-bit) macOS: macOS 11 Big Sur or later (Intel and Apple Silicon) Storage: ~200MB installation size Internet: Not required — fully offline PrivacyAll your prompts are stored locally on your device only. No data is ever sent to any server. No analytics, no tracking, no cloud sync. Your prompts stay completely private.What’s Included Windows installer (.exe) macOS installer (.dmg) Documentation (HTML) README (HTML) Changelog License Built With React 18 + Vite Electron 28 Tailwind CSS electron-store (local JSON storage) Lucide React icons Inter font (Google Fonts)

View Details