# RainyDay Form with minimal branching logic that should dump responses into Airtable and convert user to Calendly. --- ## No Code / Low Code Solution This solution takes advantage of various services to minimize the amount of manual development, reduce techinical complexity, and enable self service maintenance. A tradeoff would be less flexibility to build custom features for the ability maintain and update the application without (or with minimal) engineering resources. ### TypeForm **Pricing**: "Plus" or "Business" [plan](https://www.typeform.com/pricing/) **Why**: Automate forms for quizzes. Easy authoring. Integrations for Airtable and Calendly ### Airtable **Pricing**: "Pro" [plan](https://www.airtable.com/pricing) **Why**: Easy to use SaaS database management. Integrations to other services ### Webflow **Pricing**: "Basic" or "CMS" [plan](https://webflow.com/pricing) **Why**: No Code web authoring. Marketing site. SEO. Link to forms (TypeForm) ### Calendly **Pricing**: "Professional" or "Teams" [plan](https://calendly.com/pricing) **Why**: Scheduling consultations from TypeForm integration. Task Estimates: * TypeForm * 2 hours * Airtable * 2 hours * Webflow * 5 hours * Calendly * 1 hour 10 project hours $120 hourly rate **10 hours * $120 = $1200** --- ## Manual Build Solution This solution is highly versatile as it builds a system that can grow as your needs grow. Building a solution from scratch means you can make changes as you see fit without hitting the limitations of the above mentioned services. The tradeoffs here are higher technical complexity that require engineering resources, as well as, longer development times. Tasks Estimates: * project setup - repo, scaffolding * 2 hours * Airtable setup * 2 hours * deployments (CI/CD) - Netlify * 1 hour * lambda for submitting form data to Airtable - Netlify * 2 hours * web app integration with Airtable * 3 hours * Calendly integration * 1 hour * dynamic form rendering based on Airtable or JSON configs * 6 hours * UI form component development * 4 hours 21 project hours $120 hourly rate **21 hours * $120 = $2520**