Freelance AI Agent Orchestrators
Freelance AI Agent Orchestrators
Sign Up
Post a job
Sign Up
Log In
Filters
1
Projects
People
Jelena Stricak
pro
Zagreb, Croatia
AI-Native Builder | Apps, Templates & Websites Shipped Fast
1x
Hired
5.0
Rating
233
Followers
Expert
Follow
Message
AI-Native Builder | Apps, Templates & Websites Shipped Fast
11
One year ago, we took a leap into the unknown. Not because it was easy. Starting over never is. There are always doubts, risks, and countless reasons to stay where you are. But curiosity has a way of winning. @Bob Vasic and I have known each other since high school, sitting in the last row of the classroom. A year ago, that friendship became @RaptorLabs Agency. Today, we're building AI-native systems, products, and the company we always wanted to work for. Cheers to my best friend, co-founder, and the best CTO I could ask for. Here's to the first yearβand everything we're building next.
1
1
11
289
20
This is not a portfolio. β‘ It is a live personal system built during the challenge window. Yels is my personal website and control layer, built and hosted entirely on Zo Computer. It combines: π£ real-time Solana data π external Telegram control β /lock /unlock π³ direct Stripe conversion π hidden layers beneath articles and signal charts Creative vision: to turn a personal website into something alive β part identity layer, part data terminal, part monetization system, and part hidden interactive experience. Everything is live. π’ Built on my Zo. Live site: https://yels.zocomputer.pro (https://yels.zocomputer.pro)Video walkthrough: https://youtu.be/Hjt3HmK79cs
8
20
664
13
π The Zo Computer Challenge is an amazing opportunity and the perfect time to build something genuinely original. Get hands-on with OpenClaw without dealing with a complicated setup. Don't miss this one! π₯ https://on.contra.com/QpQmPg π @Zo Computer & @Contra supercombo! β₯οΈ π° $10,500 in prizes for creating the wildest personal website on the internet. #zocomputerchallenge @Ben Guo and rest of the Zo team did amazing job!
13
217
20
Building on Zo isn't just work - it's pure fun. The flow is so addictive that Iβm officially down the rabbit hole and I'm not coming out. Build on Zo here: π https://on.contra.com/QpQmPg
4
20
893
AI Agent Orchestrator
(4)
Follow
Message
Keaton Williams
San Francisco, USA
AI Automation Consultant & Strategist
1x
Hired
20
Followers
Expert
Follow
Message
AI Automation Consultant & Strategist
1
Numun.io AI Platform Overview
1
13
20
In Numun.io (http://Numun.io), workflows are first designed and validated in Agent Studio as structured, multi-step graphsβmade up of agents, tools, conditionals, loops, and outputs. Once a workflow is complete, it doesnβt live in isolation. By toggling the workflow on in Agent+ Mode, users can execute that same workflow directly from the AI chat interface. Instead of receiving a simple text response, the AI runs the full workflow behind the scenes and returns structured run results, including tool outputs, decisions taken, and final outcomes. The result is an AI experience that goes beyond conversation, turning chat into a live interface for executing and inspecting real autonomous workflows. In this example, Python code is generated and executed via Fly.io (http://Fly.io), returning a structured summary of results.
20
440
26
AI Builder + Agent Studio is a system for designing, testing, and deploying AI agents and autonomous workflows as structured, production-ready graphs, not fragile prompts. At the core is Agent Studio, where workflows are defined as explicit graphs made up of agents, tools, conditionals, loops, routers, and outputs. The AI Builder sits on top of this system and generates complete workflows automatically. Instead of writing code or wiring nodes manually, users describe the goalβand the AI Builder constructs a valid workflow graph. Every workflow can be tested using a test harness, ensuring agents execute correctly before deployment. This project demonstrates how AI agents can be treated like real software systemsβversioned, validated, and orchestratedβinstead of one-off prompt chains.
26
522
23
Numun.io (http://Numun.io) is an autonomous agent and workflow execution platform designed to turn intent into actionβreliably, securely, and at scale. Numun enables users and teams to design, deploy, and run AI-powered agents and workflows that browse the web, call tools, orchestrate systems, and complete real tasks end to end. At its core is a contract-based execution model that emphasizes determinism, observability, and accountabilityβbringing production-grade discipline to AI agents. Numun is built for developers, operators, and founders who need agents that actually work in the real worldβnot demos that break under pressure. This project includes full-stack platform development, execution infrastructure, agent runtime design, workflow orchestration, and system-level reliability engineering.
23
441
AI Agent Orchestrator
(3)
Follow
Message
Armughan Shahid
pro
Islamabad, Pakistan
AI SaaS Dev | LLMs, Agents, Voice & Automation | Web, Mobile
New to Contra
Follow
Message
AI SaaS Dev | LLMs, Agents, Voice & Automation | Web, Mobile
0
AI Operations Agent: RAG-Powered Retail Intelligence & Task Automation This project was built for large-scale restaurant groups and multi-unit retail operators who manage high volumes of data across dozens or hundreds of locations. Specifically designed for Regional Managers and Operations Directors, the system serves as an enterprise-grade "Digital Consultant" that bridges the gap between fragmented POS/inventory data and daily on-the-ground execution. By transforming millions of rows of restaurant performance metrics into high-priority tasks, it provides a centralized platform for leadership to monitor KPIs, approve AI-suggested corrective actions, and ensure operational consistency across their entire portfolio. 1. What We Built We developed a production-ready Autonomous AI Operations Agent designed to bridge the gap between complex retail data analysis and daily execution. The system acts as a digital consultant for regional managers, transforming raw KPIs into actionable tasks. Analytical AI Chat: A free-form conversational interface where users can query performance data (e.g., "Show me the top 5 worst profitable stores in Istanbul for the last 3 months"). Task Management Dashboard: A structured workflow where AI-suggested actions are automatically logged for manager approval or rejection. Automated Action Logic: The agent uses an "Action Suggestion Map" to identify specific defects (like low audit scores or high food waste) and suggest precise corrective measures. Persistent Memory: Includes both short-term memory for the current chat session and long-term RAG memory to maintain context over time. 2. How We Built It (The Stack) The system was engineered for scalability and reliability using a modern, containerized stack:AI Orchestration: LangGraph was used to manage complex, multi-turn reasoning and agentic workflows. Frontend: React/Next.js 14 for a responsive, real-time user interface. Backend & Data: Node.js paired with a PostgreSQL database capable of handling 1M+ records. LLM Access: Integrated via OpenRouter to allow for flexible model selection and switching. Infrastructure: Fully Dockerized to ensure consistent deployment across environments. 3. Challenges We Faced As the system scaled from prototype to processing millions of records, we encountered several critical engineering hurdles: Response Latency: The initial monolithic prompt architecture led to response times exceeding 60 seconds, far slower than the required "ChatGPT-like" speed. Prompt Verbosity & Errors: Complex questions involving multiple variables caused the LLM to lose focus, leading to "reasoning errors" and incorrect SQL generation. Hallucination Risks: In multi-branch queries, the model occasionally fabricated data points, particularly around manager hours and performance metrics. Context Switching Bugs: The agent sometimes struggled to "let go" of a previous topic, continuing to reference an old store when the user had asked about a new city. 4. How We Solved It We re-engineered the core pipeline to transition from a single, heavy agent into a Modular Multi-Step Architecture: 75% Latency Reduction: By decomposing the main logic into smaller, task-specific nodes, we dropped processing time from 60s down to 15s. Task Decomposition & Specialized Models: We stopped using a "one-size-fits-all" model. Instead, we implemented a router that uses lighter, specialized models for SQL generation and action identification, and flagship models only for final reasoning. Granular SQL Generation: Breaking the metadata analysis into narrow sub-steps eliminated SQL hallucinations. The model now only "sees" the specific schema needed for the current sub-task, ensuring 100% accuracy. 10-Point Testing Protocol: We implemented a rigorous QA protocol that specifically verified bug fixes for context switching, task duplication, and chart coverage before final delivery.
0
150
1
BudgetNest β AI-Powered Personal Finance SaaS Most people don't track their finances because the friction is too high. BudgetNest removes that friction entirely, every transaction captured automatically, categorised intelligently, and surfaced through analytics that actually help people make better decisions. The core problem it solves: Manual expense logging fails because people forget, get lazy, or simply don't have time. BudgetNest built an automated capture layer that works across every channel a user already operates in i.e. SMS alerts, bank emails, receipt photos, WhatsApp messages, and voice notes in English and Urdu. The system deduplicates intelligently across all input sources so nothing gets logged twice regardless of how it came in. What was built: A complete AI finance platform with five distinct automated capture modes SMS and email parsing for bank transaction alerts, PDF and image bank statement upload with AI extraction, OCR receipt scanning via camera, a WhatsApp bot that accepts text, images, and voice notes, and multilingual voice input for manual cash payments. Every transaction flows through an LLM-powered categorisation engine that auto-assigns categories and subcategories, recognises vendors, and learns from behaviour over time. Beyond capture, the system includes smart budgeting with AI-driven suggestions based on spending patterns, subscription detection for recurring transactions, shared expense and split-bill tracking, fraud detection for unusual transactions, and forecasting that projects deficit against income. Dashboards surface everything through charts, trend lines, and weekly and monthly summaries. Technical architecture: React Native across iOS and Android, Node.js and FastAPI backend, PostgreSQL and MongoDB, AWS infrastructure with EC2, S3, and RDS, Python-based NLP and OCR pipeline using Transformers and Tesseract, Twilio WhatsApp integration, Gmail API for email parsing, and Firebase for push notifications. Business model built in from day one: Freemium with premium automation features, B2B white-label capability for microfinance institutions and NGOs, and the OCR and SMS parsing logic architected as standalone APIs for third-party licensing meaning the AI layer has revenue potential independent of the consumer app.
1
176
0
Share the Light - Role-Based Tutoring Platform
0
4
0
We Step Together - Step-to-Donation Mobile App
0
5
AI Agent Orchestrator
(2)
Follow
Message
Mir Talpur
pro
MΓ‘laga, Spain
Full Stack AI Engineer | Claude, AI Agents & Automation
$1k+
Earned
2x
Hired
5.0
Rating
32
Followers
Expert
Expert
+1
Follow
Message
Full Stack AI Engineer | Claude, AI Agents & Automation
2
Agentic AI Persona Chat (Replit) Agentic AI Persona Chat (Replit) is an interactive AI chat application built on Replit that enables users to converse with specialized AI personasβsuch as a Helpful Assistant or Socratic guideβdesigned to reason, guide, and act autonomously based on user intent. The project showcases agentic behavior, modular personas, and real-time conversational intelligence in a developer-friendly environment.
2
214
3
Day 23/30 Everyoneβs still chasing 1000s of trash leads like itβs 2020.Β Wrong.Β Lead gen died with volume. It lives withΒ precision. I built a zero-human daily machine in n8n that outperforms a junior SDR + researcher + VA β and costs pennies: PhantomBuster β scrapes fresh LinkedIn leads on exact target keywords β auto cleans & dedupes β AI qualifies (role + relevance + buying intent) β drops only winners straight into Notion β fires hyper-personalized cold emails instantly β pings me in Slack so ZERO fall through cracks No Google Sheets hell. No copy-paste torture. No spraying & praying.Just a silent, ruthless lead engine that runs every morning while I drink coffee. If youβre still manually hunting leads in 2026β¦ youβre not early anymore. Youβre late. DropΒ π₯Β if this hits.#30Days30Automations #BuildInPublic #LeadGeneration
3
270
0
Implementation of ZizkaDB for Decision Logging
0
6
2
Agentic AI Persona Chat (Replit) Agentic AI Persona Chat (Replit) is an interactive AI chat application built on Replit that enables users to converse with specialized AI personasβsuch as a Helpful Assistant or Socratic guideβdesigned to reason, guide, and act autonomously based on user intent. The project showcases agentic behavior, modular personas, and real-time conversational intelligence in a developer-friendly environment.
2
226
AI Agent Orchestrator
(2)
Follow
Message
Bob Vasic
pro
Dublin, Ireland
Ping me from the edge of innovation | CTO at RaptorLabs.dev
$1k+
Earned
2x
Hired
5.0
Rating
407
Followers
Expert
Follow
Message
Ping me from the edge of innovation | CTO at RaptorLabs.dev
17
OFFICIAL SUBMISSION β ECHOES OF TEMPLE LANE For the Base44 x Contra #GiveItAGlow Challenge, I chose a real Dublin business that has been part of my life since 2018: Temple Lane Studios and the Irish Rock βnβ Roll Museum Experience. This was not a random business choice. Temple Lane has been my place to rehearse, reset, disconnect from everything else, and play proper fat rock βnβ roll with the band. BEFORE The museum already had a strong identity and an established website for presenting its history, exhibitions, tours and visitor information. The opportunity was not to replace that foundation, but to explore an entirely new digital layer: one that could translate the atmosphere, memories and emotional character of the physical building into an experience people could enter. AFTER I built Echoes of Temple Lane β a live, publicly accessible Base44 experience designed as a cinematic digital exhibition. Visitors move through atmospheric memory rooms, recovered photographs, archival records, rehearsal spaces, personal performance moments and historical fragments. The journey includes the Room of Celebration, the Room of Punk, interactive archive elements and a final narrative sequence called The Last Echo. This is not a static redesign. It is an experience built around motion, sound, discovery and memory. AUTOMATION Visitors can submit their own Temple Lane memory through the exhibition. The memory_scribe AI agent helps shape each contribution into a guestbook-ready draft. The caretaker agent supports the exhibition experience, while the Caretaker Memory Digest workflow runs every three hours, gathers new visitor memories, prepares a moderated report and emails the guestbook digest for review. The workflow has been tested end-to-end with a real submission, and the attached dashboard proof shows the completed automation run. BUSINESS VALUE The system creates the foundation for a moderated, community-generated archive while reducing the manual work required to collect, organize and review visitor stories. The walkthrough video focuses on the immersive visitor experience. The attached screenshots document the complete transformation: β the original online presence β the finished Base44 experience β the AI agents β the scheduled automation β the successful workflow run β my genuine connection to Temple Lane Studios since 2018 Live experience: https://temple-lane-studios.base44.app Original website: https://irishrocknrollmuseum.com/ (https://irishrocknrollmuseum.com/)LinkedIn post: https://www.linkedin.com/posts/bobvasic_giveitaglow-giveitaglow-base44-ugcPost-7482178973616119808-rd78 (https://www.linkedin.com/posts/bobvasic_giveitaglow-giveitaglow-base44-ugcPost-7482178973616119808-rd78/?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAAAWbOcYBym9kgZZll4IyyFfT9tR-b1MMg5U)X post: https://x.com/RaptorLabsX/status/2076413890817400843?s=20 Built independently with @Base44 for the #GiveItAGlow Challenge. From a traditional museum website to a living digital archive. #Base44 #Contra #TempleLane #IrishRockNRollMuseum #Dublin #DigitalMuseum #InteractiveDesign #Automation #AI #BuildInPublic
2
17
779
12
This is not your typical hackathon. Notion + AI agents opens up a completely new way of building workflows. If youβre serious about building, this is the one. Join here: https://on.contra.com/q6DNjf π @Notion x @Contra #notioncustomagentbuildathon (https://www.linkedin.com/search/results/all/?keywords=%23notioncustomagentbuildathon&origin=HASH_TAG_FROM_FEED)
1
12
771
11
Built RED for the Wonder Γ Contra challenge. RED is an incident response workspace for cyber crisis teams β designed around one simple idea: Most security tools show what is happening. RED shows what to do next. I used Wonder to design the full product system: visual identity, landing page, incident overview, incident detail workspace, timeline reconstruction, evidence review, reports, promo frames, and a Codex/MCP-ready prototype direction. The result is a calm, dark, operational interface for high-pressure incidents: severity, phase, owner, evidence, AI review state, and report readiness all visible without the usual cyber-dashboard chaos. Live project: https://rred.pro (https://rred.pro)Wonder file: https://app.wonder.so/bobvasx/files/019f2df3-a77f-737a-a4ff-289a16bd67a5/branches/main/pages/019f2df3-a781-723e-ab43-f8b23c42a61d (https://app.wonder.so/bobvasx/files/019f2df3-a77f-737a-a4ff-289a16bd67a5/branches/main/pages/019f2df3-a781-723e-ab43-f8b23c42a61d)LinkedIn: https://www.linkedin.com/posts/bobvasic_wonderchallenge-ugcPost-7480019648571215874-1CS7/?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAWbOcYBym9kgZZll4IyyFfT9tR-b1MMg5U @Contra x @Wonder
2
11
767
19
NULL is a complete mascot system built for a fictional cybersecurity company, proving that a single character can remain instantly recognizable across branding, posters, merchandise, social campaigns, motion, and environmental storytelling. The project explores how strong character design becomes a cohesive brand by combining identity, world-building, and consistent visual language into one unified ecosystem. NULL is the quiet guardian of /dev/null, the hidden place where corrupted code and dangerous software disappear forever. Calm, observant, and endlessly patient, NULL finds vulnerabilities before attackers can exploit them, protecting developers without ever seeking attention. Rather than fighting threats with force, NULL simply ensures they quietly cease to exist. Every application in this project expands that idea while preserving the same recognizable identity. Project: https://www.recraft.ai/project/b49a3f35-5c69-43f6-8da1-f293bc7d618f (https://www.recraft.ai/project/b49a3f35-5c69-43f6-8da1-f293bc7d618f)@Recraft x @Contra
3
19
953
AI Agent Orchestrator
(2)
Follow
Message
Kelvin Desman
Jakarta, Indonesia
Mind of an engineer and the heart of an entrepreneur.
$50k+
Earned
1x
Hired
11
Followers
Follow
Message
Mind of an engineer and the heart of an entrepreneur.
1
Most LLM telemetry posts brag about what they monitor. Here's mine β including what I'm still missing. Built this for lokerdollar.com (http://lokerdollar.com), solo, in production: Covered: β p50 / p95 / p99 latency per task β cost per 1k tokens + daily burn + per-task spend β provider success rates + circuit breaker state β cache hit rate, quota / rate limit tracking β model leaderboard scored on live traffic Gaps I'm still chasing: β prompt versioning tied to quality signals β TTFT for streaming UX (matters for chat tasks) β per-user cost attribution β semantic error taxonomy, not just HTTP codes β push-based degradation alerts (today's playbook is reactive) The lesson from running this solo: observability is never "done." It's a backlog that evolves with the product β and the gap list is more honest signal than the green checkmarks. β Open for AI platform / full-stack work. If you want this layer for your team, my DMs are open.
1
65
1
The LokerDollar.com web up to 85% faster in some cities β by moving our code farther from users. Sounds backwards. Here's why it worked. 1. The edge promise is seductive: run your code in 300+ cities, and it's milliseconds from every user. Newark, Sydney, SΓ£o Paulo β all local. 2. Your code doesn't work alone. It talks to a database. And that database lives in one place. A single page render can mean 6+ sequential trips to it. 3. Put your compute "at the edge," and each of those trips crosses an ocean and comes back. The edge didn't remove the distance. It multiplied it. That's how a Sydney request quietly turned into seconds of pure waiting. The fix was one line of config Cloudflare smart placement stopped stop pinning our code next to the user, and run it next to the database instead. One long trip to reach compute, then all the DB chatter is local and nearly free. The result, measured on our own traffic (P90 β the slowest 1 in 10 requests): β’ Newark β 85% β’ Sydney β 82% β’ Melbourne β 63% β’ SΓ£o Paulo β 60% and β¦12 cities faster overall The lesson I'm taking with me: Latency isn't about distance to the user. It's the number of long trips on the critical path. Put compute where it talks the most β for data-heavy apps, that's your database, not the edge. #WebPerformance #EdgeComputing #Cloudflare #BuildInPublic #SoftwareEngineering
1
1
57
1
Excited to share that Lokerdollar has been accepted into the Cloudflare for Startups program. Grateful for the chance to build something impactful. But the bigger story is what we're building. The world of recruiting and hiring is changing fast. In Indonesia alone, millions of people are losing their jobs β economic headwinds, the tech winter, and more. The core problem is a widening gap between industry and talent. That's why we're building an AI career operating system β an AI that acts as a trusted second brain for landing jobs, improving careers, and handling the manual work. Our platform curates jobs based on your interests and expertise, identifies which roles actually increase your chance of getting hired, and automatically fills out applications so you don't burn hours on paperwork and follow-ups. We're also building trust into the system. Sometimes AI screening flags too aggressively and rejects good candidates before a human ever reviews them. Our system catches this β because AI shouldn't be rejecting people. It should be helping them. We're starting in Indonesia, but the opportunity extends far beyond a single country. South Korea, Taiwan, Germany, Italy, the United Kingdom, and the United States are all facing aging populations and shrinking workforces β and they need new ways to connect with talent. Cloudflare has been instrumental in helping us move from concept to a working product in operation. But our vision is much larger than a curated remote job board. We believe every job seeker should have an AI hiring copilot, get continuous improvement between interviews, and that every company should have greater visibility into how they hire. The future of hiring isn't about replacing humans. It's about giving job seekers superpowers. If you're a job seeker, a recruiter, a fellow startup builder, an investor, or someone passionate about the future of hiring and recruitment β I'd love to connect. #FutureOfWork #CloudflareForStartups #BuildInPublic #CareerTech #StartupIndonesia
1
1
75
1
I didn't believe the TypeScript 7 speed claims. So I benchmarked it on my own production app β not a toy repo. 1,358 source files. 260K+ lines. The live codebase behind lokerdollar.com (http://lokerdollar.com). One change: tsc β tsgo (TS7, rewritten in Go). Same tsconfig, same tree, --noEmit. Cold type-check: 77.1s β 11.6s. 6.6Γ faster. β85% wall-clock. Then the part most "10Γ faster" posts skip β I checked whether it still catches bugs. Seeded 4 classic type errors. Byte-identical diagnostics: same codes, same line and column. The speed isn't bought by missing errors. But I'm not putting it in your CI yet β and here's the honest reason: β It's a release candidate β The native binary drops the JS typescript API, so typescript-eslint type-aware rules, ts-morph, ts-node and ts-jest break β Custom transformers and incremental builds are still maturing My call: run it now as a fast local / pre-PR check, and keep tsc as the authoritative CI gate until 7.0 ships stable. You get a 6.6Γ tighter local loop with zero risk to the pipeline. The ~$190/year in saved runner minutes is rounding error. The real return is nobody waiting on a turtle. #TypeScript #DevTools #WebDev
1
1
66
AI Agent Orchestrator
(1)
Follow
Message
Rulian Estivalletti
pro
Pembroke, USA
Software Engineer - Web/Mobile, I drive AI, not vise versa.
$1k+
Earned
1x
Hired
5.0
Rating
5
Followers
Follow
Message
Software Engineer - Web/Mobile, I drive AI, not vise versa.
0
Bugjar is an app I created as an alternative to session recording services that pretty much steal all your user's data. They capture full dom - which includes content, which means people who use these services are just sending all their private user's data to these 3rd parties. So I made something that made 4 promises 1 - It never recorded anything until the user asked it to 2 - It didn't capture any data unless the user allowed it to 3 - Even when it's allowed to record data, it never captured any PII and 4 - All redactions are on the user side, never hits the server.
0
44
2
Wonderful Software (https://wonderful.so) is my portfolio piece. It's where I talk about my process, my portfolio, and my thought on questions people ask.
1
2
144
2
Show & Tell is a tool I created for promoting my projects. Gathering marketing material can be quiet time consuming. Producing shareable product videos even more so. What I wanted was a way to allow AI to drive showcasing my projects.
2
2
155
1
Paperwork is project management without the management. It is built on my personal beliefs and philosophies around developing software instead of processes. Born out of a frustration of day to day development where i spend more time in Jira than in my IDE.
1
143
AI Agent Orchestrator
(1)
Follow
Message
thesyphon.xyz
pro
Mumbai, India
UI/UX | Development | Brand Identity | Marketing | Packaging
1x
Hired
8
Followers
Follow
Message
UI/UX | Development | Brand Identity | Marketing | Packaging
1
Mr. Loop: Intelligent Onboarding Agent
1
1
10
For the Base44 challenge, we chose a sweet little coffee roastery in our city, that has been supplying the city with coffee for 54 years: Kumardhara Coffee. As iconic and essential as this business has been to fuelling the city's coffee demand, its online presence didn't do justice to its expertise, its rich selection of the finest beans, or the incredible story of the people behind it. A 54-year legacy this rich deserved to be discovered, not stumbled upon. Which is precisely why we chose Kumardhara Coffee. Current website: https://www.kumaradharacoffee.com/ (https://www.kumaradharacoffee.com/)What we built using Base44: https://kumardhara-coffee-experience.base44.app (https://kumardhara-coffee-experience.base44.app)Check out our video below! π Our build approachπ¨ β’β β We designed the landing page to unravel the full Kumardhara experience through micro-animations and added small moments of delight that mirror the care that goes into every roast. β’β β The layout, visual style, and image composition were crafted in Base44 through a detailed PRD alongside the finalized assets. β’β β Framer Motion, built directly within Base44, powered the subtle interactions woven throughout the site. How we used Agents in Base44π€ Coffee can be intimidating for newcomers, so we built an experience to guide them in. Our "Coffee Brewmaster" agent helps people discover their taste, then points them toward the right beans and brew method, thus turning a moment of hesitation into a confident first cup. The automation we includedβοΈ We also opened a window into the roastery's community. Through the new site, users can discover upcoming coffee experiences, events, and workshops hosted at the micro-roastery and also book to attend them, all directly through the site! The resultπ‘ An online home that finally matches the craft in the cup: a landing page that carries Kumardhara's 54 years of expertise, welcomes newcomers as warmly as regulars, and gives a beloved local roastery the digital presence it has always deserved. Our next stepπ From here, we want to bring the work full circle and present the site to the Kumardhara team, turning this challenge build into a lasting home for their brand online.
10
10
354
0
AI SAAS product launch video built on Jitter.
0
35
1
Nomi Brand Identity and Packaging Design
1
4
AI Agent Orchestrator
(1)
Follow
Message
Explore people