All Projects

I built 5 production-ready n8n AI automation workflows (WhatsApp sales agent, RAG chatbot, order pro logo
I built 5 production-ready n8n AI automation workflows (WhatsApp sales agent, RAG chatbot, order pro
https://zoroofchi.gumroad.com/l/rjyoos

Most n8n template packs sell you thousands of half-finished, untested workflows you still have to rebuild for your own stack. This pack does the opposite: 5 carefully built, genuinely usable automations for the areas that save the most time and money right now.THE ROI: Building each of these workflows from scratch typically takes 4-8 hours of development time. At a freelance automation rate of 60-90 USD per hour, that is 1200-3600 USD of value. You get them ready to go for a fraction of that.WHAT'S INCLUDED AI Order Processing Agent (Multi-Channel) - Email and webhook intake, AI classification, Airtable matching, automatic Gmail draft reply or Slack escalation for unclear cases 2. WhatsApp AI Sales Agent and Lead Qualification - Answers customer questions on WhatsApp from your knowledge base, qualifies leads automatically, alerts your sales team via Slack for hot leads 3. Lead Enrichment: Webhook to Enrichment to CRM plus Slack - Automatically enriches new leads, scores them, only pings your team when a lead is genuinely worth their time 4. AI Daily Digest (Gmail plus Slack) - Every morning, automatically summarizes your most important emails and Slack messages, prioritized by urgency 5. RAG Knowledge Chatbot - A chatbot that answers strictly from your real company documents, no hallucinations, with automatic escalation to a human when unsure WHAT YOU GET: 5 complete n8n workflows in JSON format ready to import. Setup guide for each workflow with credentials, test steps and customization notes. Commercial use license, use it on client projects too. Available in German and English.WHO THIS IS FOR: Freelancers and agencies who need ready-to-deploy automations for client work fast; small businesses that want to automate without starting from zero.REQUIREMENTS: An n8n instance, Cloud or self-hosted, plus depending on the workflow: OpenAI API, Airtable, Gmail, Slack, WhatsApp Business API, Pinecone or Supabase.FAQ: Does this work on n8n Cloud and self-hosted? Yes, both. Do I need to know how to code? No, everything is editable in the visual n8n editor. Can I use this for client work? Yes, commercial license included.

I built a pool water temp forecast website with heating costs, covers and evaporation rates. logo
I built a pool water temp forecast website with heating costs, covers and evaporation rates.
http://getpooltemp.com

Physics-based 10-day swimming pool water temperature forecast from your pool size and local weather.

Every baby app wanted a subscription or showed me ads while logging a 3am feed so I built my own. Fr logo
Every baby app wanted a subscription or showed me ads while logging a 3am feed so I built my own. Fr
https://numa-baby.mpoapostolis.workers.dev/

Private by design. Made for one tired hand.

I'm an Angular dev and I spent some weeks building a 3D map of the universe in the browser logo
I'm an Angular dev and I spent some weeks building a 3D map of the universe in the browser
https://super-universe.app/en

Explore the Solar System, stars, exoplanets, the Milky Way and the cosmic web in an interactive scientific 3D map.

Built a social game backlog platform (Tickrates) using .NET Core, Neon DB (Postgres), and React Nati logo
Built a social game backlog platform (Tickrates) using .NET Core, Neon DB (Postgres), and React Nati
https://tickrates.com

Hey devs, I wanted to share a side project I've been working on for the past few months: Tickrates a platform for gamers to log backlogs, rate titles, and share reviews with friends. Tech Stack Breakdown: Backend: .NET Core Web API with background refresh services for caching popular titles. Database: PostgreSQL hosted on Neon DB. Frontend: Custom JS web UI + React Native mobile application. External Integrations: IGDB API for global game metadata & Steam Web API for automatic profile s

I mapped 7,900+ U.S. officials and all 50 governors so you can send them actual mail logo
I mapped 7,900+ U.S. officials and all 50 governors so you can send them actual mail
https://pieterpost.com/en/send-letter-to-representative/

Find the President, your U.S. senator, House representative, governor, or state official, confirm the mailing address, and send a printed letter with PieterPost.

Closing your MacBook lid kills your Claude Code/Codex session. So I built a tiny menu bar app that k logo
Closing your MacBook lid kills your Claude Code/Codex session. So I built a tiny menu bar app that k
https://deezeddd.github.io/LidAwake-Mac/

Free, open-source, native macOS menu bar toggle. Your builds, downloads, and agent sessions survive the lid.

I turned my RapidAPI security infra into a starter kit (gateway auth + anti-SSRF + rate limiting for logo
I turned my RapidAPI security infra into a starter kit (gateway auth + anti-SSRF + rate limiting for
https://josecoder.gumroad.com/l/dxrfou

Stop rebuilding the same RapidAPI security plumbing for every API you publishThis is a production-extracted FastAPI template with the infrastructure every RapidAPI provider needs and almost nobody wants to build twice: gateway-secret verification, anti-SSRF protection, distributed rate limiting, a circuit breaker, caching, observability, CI, and a hardened Docker image. Clone it, write your endpoint, ship.This is not a tutorial repo. It's extracted from a live production API currently running on RapidAPI, not written as a demo. The infrastructure test suite (SSRF matrix, rate limiting, circuit breaking, caching, observability, 39 tests) is the actual suite that runs in that API's CI on every commit.The two problems this solvesWithout gateway-secret verification, anyone who finds your backend's real URL (rarely hidden: a leaked log line, a Host header, a curious subscriber) can call it directly and skip RapidAPI's billing entirely. That's not hypothetical: a 2024 academic study of the RapidAPI ecosystem found thousands of leaked provider API keys and widespread security gaps across listed APIs.Without SSRF protection, any endpoint that accepts a URL parameter is a pivot point into your own private network or your cloud provider's metadata endpoint. The single most common way a fetch-this-URL-for-me API turns into a security incident.What's insideGateway verification: one dependency locks any route to RapidAPI's gateway only.Anti-SSRF shield: DNS resolved once and IP-pinned, every resolved address checked against private/loopback/link-local/reserved/cloud-metadata ranges, every redirect hop re-validated from scratch.Supporting infrastructure: Redis-backed distributed rate limiter with automatic local fallback, per-host circuit breaker, per-host outbound concurrency limiter, L1 result cache with single-flight coalescing, structured JSON logging with automatic secret redaction, Prometheus metrics and health endpoints.Ops, not just code: CI with lint, type-check, dependency CVE scan, SAST, full test suite, Redis integration test, and Docker build+healthcheck on every push. Multi-stage non-root Dockerfile and GHCR publish workflow.Where your code goesCopy the pattern in the example endpoint for every route you add. Your business logic goes in its own module, kept separate from HTTP concerns so it's testable on its own.FAQDoes this include business logic out of the box? No, this is infrastructure only.Can I use this for more than one API? Yes, one license covers unlimited products you build with it.Requirements: Python 3.11+. Redis optional (falls back to an in-process limiter automatically if unset).

I’m building a PC investment tycoon where you manage both the portfolio and the company behind it logo
I’m building a PC investment tycoon where you manage both the portfolio and the company behind it
https://store.steampowered.com/app/5062780/Hero_Investor/?utm_source=reddit&utm_medium=social&utm_campaign=wishlist_announcement&utm_content=indiegames

Build an investment firm, trade fictional markets, acquire income-producing property, and create your own ETFs as you grow from a small office into a financial empire in this player-paced management simulation.

I turned one weird Pump.fun bot into a 4-part crypto tool stack logo
I turned one weird Pump.fun bot into a 4-part crypto tool stack
https://pumpfunbot.app/

Free mint structure check. Multi-wallet volume desk and Pro modules from 1 SOL.

I’m building a live train radar for Spain — looking for feedback from travelers and builders logo
I’m building a live train radar for Spain — looking for feedback from travelers and builders
https://radardetrenes.com/en

Free live train radar for Spain: track AVE, long-distance and Cercanías trains in real time on an interactive map, with GPS updated every 20 seconds.

I've torn down how ~300 companies actually get customers. The uncomfortable lesson: the product rare logo
I've torn down how ~300 companies actually get customers. The uncomfortable lesson: the product rare
http://systemaic.com

Building is solved. Distribution isn't. Daily teardowns of how growing companies actually get customers.

I built WeSearch into a full news + community platform. I think it’s time to sell it. logo
I built WeSearch into a full news + community platform. I think it’s time to sell it.
https://wesearch.press

One calm, chronological view across 850+ curated publishers and an 88,000+ feed catalog — with perspectives, markets, saved stories, and anonymous discussion.

I hate marketing, so I built an AI that runs a satirical daily newspaper for my app. It hired a fict logo
I hate marketing, so I built an AI that runs a satirical daily newspaper for my app. It hired a fict
https://pulse-blog-production.up.railway.app/

Thoughts, stories and ideas.

Asking for survey participants for my project logo
Asking for survey participants for my project
https://forms.cloud.microsoft/e/LjnvzX0JpK

So basically for my Masters in Computer Science I am doing a project regarding Python project setup and maintenance and I need to do a survey to get feedback on what I am developing and so far there have been only limited responses. So I wanted to ask for anyone who would be willing to help with this and fill out the survey or give feedback. It is max 5 minutes and almost all question are multiple choice. You can find the survey at: https://forms.cloud.microsoft/e/LjnvzX0JpK Any and all response

How I approached webhook reliability for a SaaS backend (retries, dead-letter queue, replay) logo
How I approached webhook reliability for a SaaS backend (retries, dead-letter queue, replay)
https://gethookpilot.com

Hookpilot receives your webhooks, stores them encrypted, and delivers them to your backend with automatic retries. Free to start.

I built a cookie sender for sales reps to book meetings! logo
I built a cookie sender for sales reps to book meetings!
https://www.sweetsmarketing.com

No one opens an email. Everyone opens a box of cookies. 2 meetings guaranteed.

I got tired of seeing every story video use the same recycled gameplay, so I built Vizix logo
I got tired of seeing every story video use the same recycled gameplay, so I built Vizix
https://vizix.app/

Mesmerizing visual effects, made for TikTok, Reels & Shorts.

I will build you any scraper/crawler, need help with ideas logo
I will build you any scraper/crawler, need help with ideas
http://apify.com

Thousands of tools to automate your business. Get real-time web data, track competitors, generate leads, and integrate your apps and AI agents.

Streamables logo
Streamables
https://streamables.butterlabs.app/

This is a really big project that I worked in with a bit of self and ai coding, it's a platform where you can upload songs/audio with the primary feature being that users can't download the music. Along with some other misc features, please try it out and give me some feedback and what to improve!!!! https://streamables.butterlabs.app/ Sidenote: all media is purged monthly in order to make room for server storage   submitted by   /u/Delicious-Tax-3910 [link]   [comments]

I’ve spent about 8 years trying to solve the “make this ad 300 times” problem. I finally built logo
I’ve spent about 8 years trying to solve the “make this ad 300 times” problem. I finally built
https://www.nubu.app/

Turn one piece of creative into hundreds of finished static and video ads for every market, rendered, approved and delivered automatically.