tinyship-brand

Installation
SKILL.md

TinyShip Brand Customization

Guide for rebranding a TinyShip project with custom name, logo, theme, and language settings.

Step 1: App Name

Edit config.ts in the project root:

export const config = {
  app: {
    name: 'YourAppName',  // was 'TinyShip'

This name appears in page titles, the navbar, email templates, and throughout the UI.

Step 2: Logo

TinyShip supports two logo modes:

Installs
41
GitHub Stars
3
First Seen
Jun 15, 2026
tinyship-brand — tinyshipcn/tinyship-skills