Skip to main content
ClaudeWave
ToolsOfficial Registry0 stars0 forksTypeScriptUpdated today
Get started
Method: Clone
Terminal
git clone https://github.com/msanchezgrice/audioform
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# Talkform

Turn any form into a live audio interview.

Talkform is a config-driven audio intake utility. Products define the fields they need, Talkform asks for them conversationally, binds structured values directly into the form, and exports JSON-ready session results.

## Workspace

- `apps/web`: hosted app for `talkform.ai`
- `packages/core`: config schema, realtime prompt/tool generation, session/result helpers
- `packages/react`: embeddable React widget
- `packages/http`: process-local transient session and HTTP helpers
- `packages/cli`: agent-friendly CLI
- `packages/mcp`: local MCP schema, template, and config-validation server
- `docs`: markdown documentation rendered in the web app

## Core commands

```bash
pnpm install
pnpm dev
pnpm build
pnpm typecheck
```

## Environment

- `OPENAI_API_KEY`
- `OPENAI_REALTIME_MODEL` default `gpt-realtime-2.1`
- `OPENAI_REALTIME_VOICE` default `marin`
- `TALKFORM_ENABLE_IMPORT_AI_REFINEMENT` optional; only `true` enables paid AI copy refinement after deterministic import
- `NEXT_PUBLIC_AUDIOFORM_VENDOR`
- `NEXT_PUBLIC_AUDIOFORM_VENDOR_URL`

Transient session APIs and public Realtime client-secret issuance are disabled in hosted production by default. A production deployment needs a durable session store, a distributed rate limiter, and server authentication before those endpoints should be enabled. The current in-memory store and quotas are development/reference implementations; they do not provide cross-instance durability or enforcement.

Machine clients use two matching environment variables:

- `TALKFORM_API_TOKEN`: server-only bearer token accepted by the web API
- `AUDIOFORM_API_TOKEN`: client-side token read by the Talkform CLI

For a controlled deployment, `TALKFORM_ENABLE_IN_MEMORY_SESSIONS=true` and `TALKFORM_ENABLE_PUBLIC_REALTIME=true` opt into the reference endpoints. Do not use these flags to represent the current process-local implementations as production-ready infrastructure.

What people ask about audioform

What is msanchezgrice/audioform?

+

msanchezgrice/audioform is tools for the Claude AI ecosystem with 0 GitHub stars.

How do I install audioform?

+

You can install audioform by cloning the repository (https://github.com/msanchezgrice/audioform) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is msanchezgrice/audioform safe to use?

+

msanchezgrice/audioform has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains msanchezgrice/audioform?

+

msanchezgrice/audioform is maintained by msanchezgrice. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to audioform?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy audioform to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: msanchezgrice/audioform
[![Featured on ClaudeWave](https://claudewave.com/api/badge/msanchezgrice-audioform)](https://claudewave.com/repo/msanchezgrice-audioform)
<a href="https://claudewave.com/repo/msanchezgrice-audioform"><img src="https://claudewave.com/api/badge/msanchezgrice-audioform" alt="Featured on ClaudeWave: msanchezgrice/audioform" width="320" height="64" /></a>

More Tools

audioform alternatives