A modern, responsive web application for displaying large text with adaptive font sizing. Perfect for presentations, announcements, digital signage, or any scenario where you need to display text prominently on screen.
- Adaptive Font Sizing: Text automatically resizes to fit the viewport while maintaining readability
- URL Sharing: Share your text displays via URL parameters - text content and settings persist
- Full Screen Mode: Enter full screen for distraction-free text display
- Dark/Light Theme: Toggle between dark and light themes for different environments
- Copy URL: Quickly copy the current display URL to share with others
- Responsive Design: Works seamlessly across desktop, tablet, and mobile devices
- Clean Interface: Minimal UI that fades out when not needed, focusing on the text content
- SvelteKit - Full-stack web framework built on Svelte 5
- TypeScript - Type-safe development
- TailwindCSS v4 - Modern utility-first CSS framework
- Lucide Icons - Beautiful, customizable SVG icons
- Vite - Fast build tool and development server
- Node.js (version 18 or higher)
- pnpm (preferred package manager)
- Clone the repository:
git clone https://github.com/your-username/text-display.git
cd text-display- Install dependencies:
pnpm install- Start the development server:
pnpm dev- Open your browser and navigate to
http://localhost:5173
pnpm buildPreview the production build:
pnpm preview- Open the application in your browser
- Type your text in the input field
- The text will automatically resize to fit the screen optimally
The application supports URL parameters for easy sharing:
value: The text to displayfullscreen: Whether to start in fullscreen mode (trueorfalse)
Example:
https://your-domain.com/?value=Hello%20World&fullscreen=true
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is open source and available under the MIT License.
This application can be deployed to any platform that supports Node.js applications:
- Vercel: Zero-config deployment with automatic builds
- Netlify: Simple static site hosting with build automation
- Railway: Full-stack application hosting
- DigitalOcean App Platform: Container-based deployment
For static deployment, the app uses @sveltejs/adapter-auto which automatically detects the deployment environment and configures accordingly.