Skip to content

Instantly share code, notes, and snippets.

@whopdan
whopdan / broadvibe-fe-api-req-doc.md
Last active October 31, 2025 17:55
Broadvibe Frontend to Backend Documentation

Objective

This project begins as a frontend development effort, focused on adapting existing Mini Appz web page templates — and potentially introducing new ones — to deliver a cohesive frontend experience that integrates with a backend web server.

The current backend is an existing web server built for an earlier application similar to Mini Appz. The goal is to extend this backend to support the new Mini Appz frontend client and future interfaces (e.g., mobile apps or public APIs) by providing functionality to:

  • Serve data to Mini Appz users through the frontend (and future clients)
  • Accept, transform, and persist user-submitted data
  • Integrate with third-party services supporting the Mini Appz ecosystem (e.g., Twilio)
  • Orchestrate and schedule background workers and batch jobs that support Mini Appz business operations