Guides
Best Practices for Builders
Ship strong voice experiences through short sessions, stable prompts, and safe production patterns.
Best Practices for Builders
- Start with short sessions (5–10 minutes)
- Test prompts internally before real users
- Attach metadata from Lovable (user_id, context)
- Keep prompts stable within a project
- Review transcripts regularly and iterate
Voice quality improves through iteration, not theory.
Production Guidelines
API Key Safety
- Never expose Nimrobo API keys in the client
- Use Supabase Edge Functions or server-side logic
Recommended Architecture
Lovable → Edge Function → Nimrobo API
Webhooks for session completion
Webhooks for session completion
Environments
- Use separate keys for staging and production
- Test prompts with internal links first
Common Production Mistakes
- Overlong prompts
- Putting workflow logic in the prompt
- Reusing Instant Links for production flows
Keep Nimrobo simple in production.
Let Lovable do the orchestration.