Interactive Playground
Try PhraseFlow live - edit translations and see them update in real-time
Translation Manager
Edit your translation keys
welcome.titlewelcome.subtitlecta.buttonfeatures.realtimeLive Preview
See changes in real-time
localhost:3000
Welcome to Our App
Ship multilingual apps faster
Real-time updates
Language: EN•Updates in real-time, no reload needed
Integration Code
// Next.js Component
import { useTranslations } from '@phraseflow/nextjs';
export default function Page() {
const t = useTranslations('en');
return (
<div>
<h1>{t('welcome.title')}</h1>
<p>{t('welcome.subtitle')}</p>
<button>{t('cta.button')}</button>
</div>
);
}Ready to use PhraseFlow in your app?
Sign up for free and get your first project live in under 5 minutes. No credit card required.
Free tier: 50,000 translation keys • 2 languages • Unlimited API calls