# Tally vs Typeform: Which Can You Vibe Code?

**Verdict: dead heat** — both score 72/100 vibecodeable.

| | Tally | Typeform |
|---|---|---|
| Vibecodeability | 72/100 | 72/100 |
| Tier | Solid side project | Solid side project |
| Estimated effort | 2-3 weeks part-time | 2-3 weeks of part-time work |
| SaaS bill replaced | $29/mo (Pro) | $39/mo (Basic Plan) |
| Category | SaaS | Form Builder & Survey SaaS |

## The case on Tally

You can build a fully functional personal clone of Tally with AI coding tools, though crafting the Notion-like block editor and conditional logic engine requires careful prompt iteration.

Hardest parts:

- Building a buttery-smooth Notion-like block editor in React with precise keyboard navigation and slash commands
- Designing a robust client-side and server-side conditional logic evaluator that handles nested branching and real-time calculations without UI lag
- Managing reliable asynchronous job queues to dispatch form submissions to third-party endpoints under traffic spikes

Full report: https://vibeityourself.com/app/tally (markdown: /app/tally.md)

## The case on Typeform

Build a subset focusing on the core conversational form viewport and conditional logic, but keep paying if you rely on their 300+ enterprise integrations.

Hardest parts:

- Building a buttery-smooth, stateful single-question presentation engine with custom keyboard bindings and transitions
- Executing dynamic graph-based conditional branching logic evaluation on both client and server safely
- Constructing a reliable, streaming AI form generation pipeline with structured JSON outputs
- Maintaining long-term reliability for webhook event dispatches upon submission

Full report: https://vibeityourself.com/app/typeform (markdown: /app/typeform.md)