Analysis updated 2026-05-18
Estimate the cost of a realtime speech-to-speech AI feature before building it.
Compare pricing across different speech-to-text, LLM, and text-to-speech providers.
Look up regional pricing for voice AI in India, the US, or Europe.
Research open source voice frameworks versus commercial alternatives.
| oss-codes/voice-cost | eplecheck/vibecheck | shadcn-labs/shadcn-labs.com | |
|---|---|---|---|
| Stars | 3 | 1 | 1 |
| Language | Astro | Astro | Astro |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 1/5 |
| Audience | pm founder | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Uses Bun to install, run, test, and build the site.
voice-cost is the source code for a website called voice.oss.codes, which helps people figure out how much it costs to build products that use voice AI. It is built with Astro, a tool for making fast static websites, and generates 52 separate pages. Those pages include calculators for pricing out realtime speech-to-speech AI and traditional speech pipelines that combine separate speech-to-text, language model, and text-to-speech steps. There are also pages comparing pricing across different AI providers side by side, a long written guide about voice AI costs in general, profiles of nine open source voice frameworks, and profiles of twelve alternative commercial platforms. On top of that, there are regional pages covering pricing in India, the United States, and Europe, a page explaining the site's methodology, and a page about the creator and the project itself. The site also publishes a file at /llms.txt, which is a plain text index meant to be read by AI language models rather than humans. Every price listed on the site links back to its original source, such as an official provider page, and the site shows the date that price was last checked. When the underlying data changes, both the pricing information and the verification details describing when it was checked are meant to be updated together, based on rechecking the official sources. The project can be run locally using the Bun JavaScript runtime, with commands to install dependencies, run a development server, run tests including end to end tests, run a type and lint check, build the site, and preview the built output. Pricing numbers live in one data file and information about frameworks and alternative platforms lives in another. The README is fairly short and does not mention a license.
A static Astro website with pricing calculators and provider comparisons for building voice AI products.
Mainly Astro. The stack also includes Astro, Bun, TypeScript.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.