Platter
Inspiration
Delivering projects is easy. Finding clients is the hard part.
What it does
Platter finds local businesses with no website, builds one automatically, and puts a personalized outreach email in your hands before any competitor does.
How we built it
Google Places to find no-website businesses → Yutori to research each one and infer a visual style → Fastino (fine-tuned Llama 3.3 70B) to generate a Three.js landing page → Render CLI to deploy it live → pre-written email draft surfaced in the UI for manual send. Node.js backend, local JSON storage, node-cron for daily automation.
Challenges we ran into
Businesses without websites are also the hardest to find contact info for — no site means no email to scrape. We leaned on Yutori to surface emails from social profiles and directories. We also had to probe the Pioneer API live to discover the actual request format, since the docs were for a different use case entirely.
Accomplishments that we're proud of
Fully automated pipeline from search query to live deployed site to ready-to-send email — zero manual steps until the user decides to reach out.
What we learned
Test third-party APIs with a raw curl before architecting around them. And local JSON flat files are underrated for MVP speed.
What's next for Platter
Fastino endpoint integration, DeepSeek prompt enrichment, multi-city cron targets, and a dashboard to track deployed sites and responses.
Built With
- fastino
- render
- yutori
Log in or sign up for Devpost to join the conversation.