Skip to content

JiuRanYa/text-to-svg

Repository files navigation

Customize Fonts and Text in Your Platform

Introduction

This project is a high-quality online SVG font generator. It allows you to convert any text into SVG vector graphics, suitable for web design, logo creation, laser engraving, and more.

Preview Animation


Features

  • Google Fonts selection and search
  • Support for font variants, size, stroke, fill, and other parameters
  • Real-time SVG preview and code export
  • One-click copy SVG/TSX code, download SVG/DXF files
  • Recommended common Logo fonts and text fonts
  • Bookmark functionality
  • Rich external tool recommendations and direct GitHub repository links

Stackblitz

Open in StackBlitz

Local Development

  1. Clone this repo

    git clone https://github.com/JiuRanYa/text-to-svg.git
    cd text-to-svg
  2. Install dependencies

    pnpm install
  3. Start dev server

    pnpm dev
    # or yarn dev / npm run dev
  4. Visit local

    Open your browser and visit http://localhost:3000


Dependencies


Development & Deploy

  • This project is based on Next.js 15+ App Router architecture, supporting SSR/SSG.
  • Recommended deployment on Vercel, Netlify, or self-hosted.
  • Production environment is recommended to configure your own Google Fonts API Key.

Thanks


License

MIT