| name | examples |
| description | Map of Better Translate example apps to copy from when starting a new integration. |
Examples Skill
Use this guide when you want to copy a working project instead of assembling the setup from scratch.
Current examples
examples/core-elysia-example
examples/react-vite-example
examples/expo-example
examples/nextjs-example
examples/nextjs-nested-locale-example
examples/md-nextjs-example
examples/astro-example
examples/tanstack-start-example
Which one to copy
- plain server or API:
examples/core-elysia-example
- React SPA:
examples/react-vite-example
- Expo app:
examples/expo-example
- basic Next.js App Router app:
examples/nextjs-example
- Next.js with nested locale routes:
examples/nextjs-nested-locale-example
- Next.js with localized markdown:
examples/md-nextjs-example
- Astro app:
examples/astro-example
- TanStack Start app:
examples/tanstack-start-example
Copy strategy
Pick the example that matches your framework first.
Then keep only the translation files, routing helpers, and provider setup that your own app actually needs.