From 7c54d82b6508969a5c779c1f8366caef11bc8cbc Mon Sep 17 00:00:00 2001 From: phranck Date: Thu, 29 Jan 2026 14:30:43 +0100 Subject: [PATCH] Cleanup: Remove landing page temporarily --- docs/index.html | 950 ------------------------------------------------ 1 file changed, 950 deletions(-) delete mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index bd356b7..0000000 --- a/docs/index.html +++ /dev/null @@ -1,950 +0,0 @@ - - - - - - TUIKit - Terminal UI Framework for Swift - - - - - - - - -
-
-
-
-
-
- - - - - -
-
-

Build Beautiful Terminal UIs in Swift

-

Create sophisticated, interactive terminal user interfaces on macOS and Linux with a declarative, SwiftUI-like API. No dependencies. Pure Swift.

- -
- Spotnik - TUIKit Terminal UI Application -
-
-
- - -
-
-

Everything You Need

-

Powerful features built into TUIKit to help you create beautiful terminal interfaces

-
-
-
📝
-

Declarative Syntax

-

Build interfaces using Swift's result builders and view composition, just like SwiftUI but optimized for the terminal.

-
-
-
🎨
-

5 Appearance Styles

-

Choose from line, rounded, doubleLine, heavy, and block rendering modes to match your design.

-
-
-
🌈
-

4 Phosphor Themes

-

Green, Amber, White, and Red themes with fully customizable colors for complete visual control.

-
-
-
🧩
-

Rich Components

-

Text, Button, Menu, Alert, Dialog, Card, Panel, and more components ready to use in your apps.

-
-
-
⌨️
-

Focus Management

-

Tab/Shift+Tab navigation with keyboard shortcuts and intelligent focus tracking built-in.

-
-
-
⚙️
-

State Management

-

@State, @Environment, @AppStorage, @SceneStorage property wrappers for reactive UIs.

-
-
-
-
- - -
-
-

Built for Developers

-

Enterprise-grade framework with zero external dependencies

-
-
- - - - - - - - - - - - - Advanced TUIKit Demo - - - $ tuikit-demo - - - - Theme: Green Phosphor - ✓ Appearance: Line - ✓ State: Managed - ✓ Focus: Tab Navigation - - - - Components - • Text, Button, Menu - • Alert, Dialog, Panel - • Card, View Hierarchy - - - - Live Example - Interactive Menu - ┌──────────────────────────────────────────────┐ - │ TUIKit Menu Example │ - │ │ - │ ▶ Create New Project │ - │ ► Edit Configuration │ - │ ▶ Delete Old Files │ - │ │ - └──────────────────────────────────────────────┘ - -
-
-
-
✅
-

Zero Dependencies

-

Pure Swift implementation with no external dependencies required

-
-
-
🚀
-

High Performance

-

Optimized rendering engine for smooth interactions

-
-
-
🐧
-

Linux Compatible

-

Works on macOS 10.15+ and Linux with glibc

-
-
-
📦
-

Swift Package

-

Easy integration with Swift Package Manager

-
-
-
🔑
-

Swift 6.0+

-

Built with the latest Swift language features

-
-
-
🎯
-

Production Ready

-

Stable API for building production applications

-
-
-
-
-
- - -
-
-

Start Building

-

Create your first terminal UI in minutes

-
import TUIKit - -@main -struct MyApp: App { - var body: some Scene { - WindowGroup { - VStack(spacing: 1) { - Text("Welcome to TUIKit!") - .bold() - .foregroundColor(.theme.accent) - - Spacer() - - Button("Press me") { - print("Button pressed!") - } - - Spacer() - } - .padding() - } - } -} - -// Run with: swift run
-
-
- - -
-
-

Trusted by Developers

-

See what developers are saying about TUIKit

-
-
-
"Finally, a modern way to build terminal UIs in Swift with a familiar API."
-
-
JP
-
-

Jane Parker

-

Lead Developer

-
-
-
-
-
"The declarative approach feels natural and makes building complex UIs effortless."
-
-
MC
-
-

Michael Chen

-

Software Engineer

-
-
-
-
-
"No dependencies and incredible performance. TUIKit is exactly what I needed."
-
-
SA
-
-

Sarah Anderson

-

Full Stack Developer

-
-
-
-
-
"Building terminal UIs has never been this intuitive. Highly recommended!"
-
-
DK
-
-

David Kim

-

DevOps Engineer

-
-
-
-
-
"The focus management system is brilliant. Makes keyboard navigation seamless."
-
-
ER
-
-

Emma Rodriguez

-

CLI Tool Creator

-
-
-
-
-
"Perfect for building professional CLI tools. The theming system is powerful."
-
-
TG
-
-

Thomas Gray

-

Open Source Maintainer

-
-
-
-
-
-
- - -
-
-

Ready to Build?

-

Start creating beautiful terminal UIs today

- -
-
- - - - - - -