Need a micro-tool? Post a bounty.
Browse small software bounties ($50-$300) that can be built in 1-3 days with AI-assisted coding. Direct collaboration, 0% platform fee.
Categories
🛡️ Information Board Only
VVVCODING is a matchmaker and discovery directory. We do not process payments or escrow funds.
Developers and clients coordinate delivery and payment terms directly off-platform. Read our safety warnings in details pages before starting.
Sync Shopify 'Box' and 'Single Bottle' Inventory
We sell wine in boxes of 6 and single bottles. If someone buys a single bottle, the box inventory doesn't update. Need a script or simple webhook listener that reduces the box inventory by 1/6 when a single is sold, or vice versa, to avoid overselling.
Chrome Extension to Export LinkedIn Profile to Custom JSON
Looking for a simple Chrome extension where I can click a button on a LinkedIn profile page and it grabs the name, current title, company, and location, and downloads it as a formatted JSON or CSV. Needs to be lightweight.
Web Scraper for Local Gym Schedules and Classes
I need a Python scraper that runs daily to extract class names, instructors, and timetables from 12 local gym sites. The gyms use Mindbody or custom HTML tables. The scraper should output a unified JSON format.
Stripe Failed Payment Notification Discord Bot
Simple bot that listens to Stripe webhook 'invoice.payment_failed' and posts a message in our private Discord channel with the customer name, amount, and invoice link. Built with Node.js/Discord.js.
Notion CRM Client Billing Integration
Looking to connect Notion database with Lemon Squeezy invoices. When a new project is created in Notion, it should generate a custom checkout URL for the client using Lemon Squeezy API and paste it back into Notion.
Data Cleanup: Bulk CSV Email Verification Script
Write a script that takes a list of 10k emails from a CSV file, performs syntax checks and MX record verification, and outputs a cleaned CSV with valid addresses. Must run fast using multithreading.
Google Sheets to Telegram Broadcasting Tool
I want a script bounded to Google Sheets. When I write a message in a row and check a box, it should broadcast that text message to a specific Telegram Channel using a Telegram bot token.
AI-Powered PDF Invoice Parser to JSON
Create a Node.js script that runs PDF invoices through Gemini 3.5 Flash API with structured JSON output schemas, capturing merchant, items, totals, and tax. Needs to process about 200 PDFs in under 2 minutes.
Framer Custom Carousel Slider with SwiperJS
Integrate SwiperJS into a Framer project as a custom React component. The slider must be fully responsive, support touch swipe on mobile, and allow customization of slide delay in the Framer properties panel.
Custom CSV Importer for Postgres DB
Need a CLI script that takes arbitrary CSVs of users and automatically normalizes, matches headers, and loads them into a Postgres database with proper upserts. Written in Python or JS.