-
Notifications
You must be signed in to change notification settings - Fork 662
Added Interactive Demos & Playgrounds section in readme #1493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds an "Interactive Demos & Playgrounds" section to the CLI README, providing users with quick access to try Lingo.dev in their browser via StackBlitz without requiring local setup.
Key changes:
- Added a new "Interactive Demos & Playgrounds" section with a table of four demo projects
- Included StackBlitz integration links and local code references for Next.js, Vite + React, React Router, and AdonisJS demos
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | **Next.js (App Router)** | A demo showcasing Lingo.dev in a modern Next.js 14+ application. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/next-app) <br> [View Code](./demo/next-app) | | ||
| | **Vite + React** | A standard Vite + React (TypeScript) project demonstrating basic setup. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/vite-project) <br> [View Code](./demo/vite-project) | | ||
| | **React Router** | A demo using React Router for client-side routing and i18n. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/react-router-app) <br> [View Code](./demo/react-router-app) | | ||
| | **AdonisJS** | A server-side demo using the AdonisJS framework. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/adonisjs) <br> [View Code](./demo/adonisjs) | |
Copilot
AI
Nov 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect GitHub repository name in StackBlitz URLs. All URLs use Circuit-Overtime/lingo.dev but should use lingodotdev/lingo.dev to match the repository organization used throughout the rest of the codebase.
This affects all four demo links:
- Next.js (App Router)
- Vite + React
- React Router
- AdonisJS
Each StackBlitz URL should be updated to use the correct repository path: https://stackblitz.com/github/lingodotdev/lingo.dev/tree/main/demo/...
| | **Next.js (App Router)** | A demo showcasing Lingo.dev in a modern Next.js 14+ application. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/next-app) <br> [View Code](./demo/next-app) | | |
| | **Vite + React** | A standard Vite + React (TypeScript) project demonstrating basic setup. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/vite-project) <br> [View Code](./demo/vite-project) | | |
| | **React Router** | A demo using React Router for client-side routing and i18n. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/react-router-app) <br> [View Code](./demo/react-router-app) | | |
| | **AdonisJS** | A server-side demo using the AdonisJS framework. | [](https://stackblitz.com/github/Circuit-Overtime/lingo.dev/tree/main/demo/adonisjs) <br> [View Code](./demo/adonisjs) | | |
| | **Next.js (App Router)** | A demo showcasing Lingo.dev in a modern Next.js 14+ application. | [](https://stackblitz.com/github/lingodotdev/lingo.dev/tree/main/demo/next-app) <br> [View Code](./demo/next-app) | | |
| | **Vite + React** | A standard Vite + React (TypeScript) project demonstrating basic setup. | [](https://stackblitz.com/github/lingodotdev/lingo.dev/tree/main/demo/vite-project) <br> [View Code](./demo/vite-project) | | |
| | **React Router** | A demo using React Router for client-side routing and i18n. | [](https://stackblitz.com/github/lingodotdev/lingo.dev/tree/main/demo/react-router-app) <br> [View Code](./demo/react-router-app) | | |
| | **AdonisJS** | A server-side demo using the AdonisJS framework. | [](https://stackblitz.com/github/lingodotdev/lingo.dev/tree/main/demo/adonisjs) <br> [View Code](./demo/adonisjs) | |
No description provided.