An open API service indexing awesome lists of open source software.

https://github.com/vikiboss/viki-home

Sharable personal homepage, Solid.js + UnoCSS (SPA), 99% coded by Trae AI Editor.
https://github.com/vikiboss/viki-home

ai solidjs trae unocss

Last synced: 7 months ago
JSON representation

Sharable personal homepage, Solid.js + UnoCSS (SPA), 99% coded by Trae AI Editor.

Awesome Lists containing this project

README

          

# Viki Home

[English](#english) | [中文](#中文)

## English

### Overview

A modern, minimalist personal homepage built with Solid.js and UnoCSS. This project demonstrates the power of AI-assisted development, with 99% of the code generated by Trae AI Editor.

### Features

- 🎨 Modern and minimalist design
- 🌓 Light/Dark mode with system preference support
- 🌍 Internationalization (English/Chinese)
- 🚀 Lightning-fast performance with Solid.js
- 📱 Fully responsive layout
- 🤖 AI-powered development
- 🎯 SEO optimized

### Tech Stack

- **Framework:** [Solid.js](https://www.solidjs.com/)
- **Styling:** [UnoCSS](https://unocss.dev/)
- **Router:** [@solidjs/router](https://github.com/solidjs/solid-router)
- **Icons:** Various icon sets via UnoCSS preset-icons
- **Build Tool:** [Vite](https://vitejs.dev/)

### Getting Started

```bash
# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview
```

### License

MIT

---

## 中文

### 概述

使用 Solid.js 和 UnoCSS 构建的现代简约个人主页。本项目展示了 AI 辅助开发的强大能力,99% 的代码由 Trae AI Editor 生成。

### 特性

- 🎨 现代简约设计
- 🌓 明暗主题(支持跟随系统)
- 🌍 中英双语支持
- 🚀 基于 Solid.js 的极致性能
- 📱 完全响应式布局
- 🤖 AI 驱动开发
- 🎯 SEO 优化

### 技术栈

- 框架: Solid.js
- 样式: UnoCSS
- 路由: @solidjs/router
- 图标: 通过 UnoCSS preset-icons 支持多个图标集
- 构建工具: Vite

### 快速开始

```bash
# 安装依赖
npm install

# 启动开发服务器
npm run dev

# 构建生产版本
npm run build

# 预览生产构建
npm run preview
```

### 开源协议

MIT