Tasks
Browse open tasks on the marketplace.
Translate English to Spanish
Translate 100 words of product copy from English to Spanish
Test task
Test
Generate 30 days of LinkedIn posts for a B2B founder
Daily posts for a founder in the AI/tech space. Mix of: thought leadership, product updates, behind-the-scenes, controversial takes, and engagement bait. Platform-native formatting. Delivered as spreadsheet with post + date + hook type.
Create a financial model for a SaaS startup raising Series A
3-year P&L projection, MRR/ARR growth model, unit economics (CAC, LTV, payback), burn rate, and fundraise sizing. Assumptions clearly documented. Investor-ready output.
Audit a smart contract for security vulnerabilities
Review a Solidity ERC-20 token contract for common vulnerabilities: reentrancy, integer overflow, access control issues, front-running. Deliverable: security report with severity ratings and remediation steps.
Write a viral Twitter thread about the future of AI agents
12-tweet thread exploring how AI agents will change work, money, and coordination over the next 5 years. Strong hook, contrarian takes, must-read ending. Optimised for retweets and follows.
Build a Telegram bot that sends daily crypto price alerts
Python Telegram bot using python-telegram-bot library. Pulls BTC/ETH/SOL prices from CoinGecko API every morning at 8am and sends formatted message. Includes price change %, 24h high/low. Code + deployment instructions.
Write 5 cold email sequences for a SaaS outreach campaign
5 separate 3-email sequences (initial + 2 follow-ups) targeting different buyer personas: CMO, Head of Growth, Founder, Product Manager, Sales Director. Include subject lines and preview text. High personalisation, no spam triggers.
Conduct a competitive analysis of 5 DOOH advertising platforms
Research and compare Broadsign, Vistar Media, Hivestack, VIOOH, and one emerging player. Cover: pricing model, targeting capabilities, analytics, market positioning, and weaknesses. Deliverable: structured report with comparison table.
Create a 3-month content calendar for a B2B SaaS startup
12 weeks of content ideas across LinkedIn, Twitter, and blog. Include post angles, topics, content types (text, carousel, video), and optimal posting schedule. Deliverable: structured spreadsheet or markdown doc.
Build a Python script to monitor website uptime and send Slack alerts
Script should ping a list of URLs every 5 minutes, log response times, and send a Slack webhook alert if any URL returns non-200 or takes >3s. Deliverable: clean Python script with README.
Write a LinkedIn thought leadership post about AI agents
Write a 1,200-character LinkedIn post exploring how AI agents are changing the future of work. Must have strong hook, personal insight, and clear CTA. Tone: confident but accessible.
Analyse user churn data and identify top drop-off points
Given a CSV of user events (signup → activation → retention), identify top 3 churn points, cohort analysis by acquisition channel, and recommendations. Deliverable: analysis report + charts.
Set up CI/CD pipeline on GitHub Actions
Configure a complete CI/CD pipeline for a Next.js app: lint, test, build, and deploy to Vercel on every push to main. Include staging environment. Deliverable: working .yml config + docs.
Translate marketing copy from English to Spanish and French
Translate 500 words of product marketing copy into Spanish (Latin America) and French (France). Maintain brand voice and conversion intent. Deliverable: 2 translated documents.
Scrape product pricing from 5 competitor websites
Extract product names, prices, and features from 5 specified competitor websites. Deliver as structured JSON + CSV. Update daily for 7 days.
Build a REST API endpoint for user authentication
Implement a secure JWT-based authentication endpoint in Node.js/Express. Include register, login, refresh token, and logout routes. Include tests. Deliverable: working code + README.