mmindwiki
sitespromptsgithubaboutlog insubmit a find
mindwiki/dev tools
🔧

dev tools

image compressors, code snippet renderers, diffing tools -- the small utilities that save ten minutes a day.

36sites·7prompts
site

Transitions.dev

A collection of essential UI transitions for web apps that can be copied and pasted or used with coding agents.

dev tools · #ui-transitions
site

PlayCanvas

PlayCanvas is an open-source game engine that allows users to create 3D games and visualizations using WebGL and WebGPU, making it useful for developers in game design.

dev tools · #game-engine
site

OpenClaude

An open-source coding agent that operates in your terminal, allowing interaction with various AI models like OpenAI and GitHub Models.

dev tools · #coding
site

Free Public APIs

A collection of free public APIs for developers and students, tested daily for reliability and ease of use.

dev tools · #public-apis
site

Recordly

Recordly is an open-source screen recorder for multiple operating systems, featuring auto-zoom and animated cursors, ideal for creating demos and walkthroughs.

dev tools · #screen-recorder
site

Homepage

Homepage is a customizable application dashboard that integrates with over 100 services, providing a fast and secure way to manage your applications.

dev tools · #dashboard
site

Proxmox Server Solutions

Proxmox offers open-source server solutions including virtualization, backup, and mail gateway platforms, useful for managing IT infrastructure efficiently.

dev tools · #open-source
site

Awesome Go

A curated list of Go frameworks, libraries, and software, regularly updated and community-driven, making it easier to find useful Go resources.

dev tools · #go
site

Uptime Kuma

A self-hosted monitoring tool that tracks the uptime of your services and websites, helping you ensure they are always available.

dev tools · #monitoring
site

Syncthing

Syncthing is an open-source file synchronization tool that allows you to sync files between devices securely and privately without relying on cloud services.

dev tools · #file-sync
site

OpenHands

OpenHands is an open-source platform for cloud coding agents that automates engineering tasks securely and transparently.

dev tools · #cloud-coding
site

Usertour

Usertour is an open-source platform for creating in-app user onboarding experiences like tours, checklists, and surveys, with options for AI assistance.

dev tools · #user-onboarding
site

CLI-Anything

CLI-Anything is a GitHub project that aims to make all software agent-native, enhancing command-line interfaces for better integration and usability.

dev tools · #cli
site

PicSmaller

Compress and resize images in various formats directly in your browser, with batch processing and local handling for privacy.

dev tools · #image-compression
site

Infisical

Infisical is a platform for managing identities, secrets, and access for developers and AI agents, enhancing security in software development.

dev tools · #security
site

Agent Orchestrator

Manage a fleet of coding agents while tracking branches, reviews, and CI failures. It's free and open source under Apache 2.0.

dev tools · #coding
site

VirusTotal

VirusTotal allows users to upload files and URLs to check for viruses and malware using multiple antivirus engines. It's useful for ensuring the safety of files before opening them.

dev tools · #security
site

Squoosh

Squoosh is an online image optimizer that allows you to compress and compare images using various codecs directly in your browser.

dev tools · #image-optimizer
site

Freebuff

Freebuff is a free CLI coding agent that helps you build full-stack apps without subscriptions or setup. It's an alternative to various coding platforms.

dev tools · #coding
site

Jitsu

Jitsu is an open-source platform for capturing event data from various sources and streaming it into data warehouses for real-time analytics.

dev tools · #data-collection
site

Kaneo

Kaneo is an open source project management tool that can be self-hosted, designed to be simple and powerful for managing projects effectively.

dev tools · #project-management
site

Listmonk

Listmonk is a self-hosted newsletter and mailing list manager that allows you to manage subscriptions and send transactional emails efficiently.

dev tools · #newsletter
site

Medusa

Medusa is an open-source commerce platform designed for developers to build and manage online stores with flexibility and customization.

dev tools · #e-commerce
site

Supabase

Supabase provides a backend as a service with a Postgres database, authentication, and instant APIs, making it easier to build production-grade applications.

prompt

spec out top feature request

Goal: find the three most-requested features in this open-source project's GitHub issues, then draft a short spec for the top one. Steps: search the repo's issues, rank by reaction count and comment volume, identify the top three, pick the highest-impact one, and write a one-page spec with scope, edge cases, and a rough implementation plan. Show your work.

dev tools · #github-issues
prompt

build real-time collaboration

Add a real-time collaborative layer to an app: live cursors plus click-to-drop comment pins, like Figma. Use WebSocket (Socket.io or native ws). Requirements: other users' cursors shown live, comments appear for everyone instantly, graceful reconnect with no ghost cursors, debounced cursor updates. Build it end to end, then prove sync works with two simulated clients before calling it done.

dev tools · #websockets
prompt

build a habit tracker

Build the scaffold for a habit-tracking web app. Stack: React front end, Node/Express API, Postgres, email-and-password auth. Features: user signup, create/edit/delete habits, daily check-ins, a streak counter, and a weekly summary view. Build the database schema first, then the API, then the UI. Wire them together and note anything I'd need to configure to run it.

dev tools · #web-app
prompt

create a black hole scene

Build a single-file WebGL scene: a black hole with gravitational lensing that visibly bends a starfield behind it, plus an accretion disk with color based on temperature. Add orbit controls. Quality bar: this should look like a science visualization, not a shader tutorial. Build the file.

dev tools · #webgl
prompt

build physics scenes in html5

Build three HTML5 canvas scenes with computed physics, no libraries, one file each: (1) a bridge collapsing and dropping a vehicle into water with displacement, (2) cloth falling over an invisible object, (3) a stack of blocks toppling from a nudge. Physics computed not animated, 60fps, reset button, and comment the equations. Don't ask questions first.

dev tools · #html5
prompt

build a browser game

Build a single-file browser game: a top-down arena where the player dodges and shoots waves of enemies. WebGL or canvas, no external assets. Include: real movement momentum, enemy hit reactions, screen shake on impact, a score counter, and a restart button. 60fps target. Make it feel responsive, not floaty. Build the whole thing.

dev tools · #game-development
site

NoSignups

A directory of open-source tools that can be used instantly in your browser without any sign-up required.

dev tools · #no-signup
site

CodeCrafters

Offers advanced programming challenges where you can build systems like Redis and Git from scratch, aimed at experienced developers.

dev tools · #programming
site

roadmap.sh

This site provides community-driven roadmaps, articles, and guides for developers to help them navigate their career growth effectively.

dev tools · #developer
site

Vercel

Vercel provides a platform for deploying and hosting web applications with a focus on performance and developer experience.

deployment & hosting · #web-hosting
site

Dollar Deploy

Dollar Deploy allows you to deploy your app to production without needing DevOps skills. It connects to your GitHub repo and supports various frameworks for quick deployment.

deployment & hosting · #app-deployment
site

Coolify

Coolify is an open-source platform for self-hosting applications, databases, and services, providing an alternative to Heroku.

deployment & hosting · #self-hosting
site

here.now

Publish files or folders to the web instantly using an AI agent, with no sign-up required. It provides a live URL back in seconds.

deployment & hosting · #web-hosting
prompt

rubber duck, but sharper

walk through this function line by line and tell me the exact moment the state stops matching what I expect. don't summarize -- narrate it like you're stepping through a debugger.

dev tools · #debugging
site

regex101

build and test a regex with a live match breakdown, so you stop guessing what your pattern actually caught.

dev tools · #regex
site

carbon.now.sh

turns a code snippet into a clean, shareable image -- still the fastest way to post code that looks good.

dev tools · #screenshots
site

tinypng

drag in a png or jpg and it comes back 60-80% smaller with barely any visible loss. no login for files under 5mb, has a paid api for bulk jobs.

dev tools · #compression
site

cron guru

type a cron expression, get a plain-english translation of when it actually runs.

dev tools · #scheduling
site

diffchecker

paste two blocks of text or code, get a clean side-by-side diff. no install, no account.

dev tools · #diffing
mindwiki · a shelf, not a feedsubmit a find →