# fystart
**Repository Path**: devai/fystart
## Basic Information
- **Project Name**: fystart
- **Description**: 🍏 AI 赋能的美观轻量起始页,支持云端同步,支持 PWA 离线访问,更有一言/工具箱/卡片/搜索联想/翻译等组件支持。
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: main
- **Homepage**: https://fystart.com/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-11-13
- **Last Updated**: 2024-11-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# [Fyrrum Start · 极目起始页](https://fystart.com/)
[](https://fystart.com)
[](https://fystart.com)
[](https://fystart.com)
[](https://fystart.com)
> [!note]
> ## 此项目已停止开发,新起始页:[冰糖桌面 (bingtang.com)](https://bingtang.com)!
## Features | 功能
- 🍏 一言
- 🍏 Quotes
- 🎈 天气
- 🎈 Weather
- 🍊 日历
- 🍊 Calendar
- 🍋 自定义设置 (账号自动同步)
- 🍋 Customizable Settings (Account Auto Sync)
- 🍎 AI 搜索建议 (基于 Chat Nio)
- 🍎 AI Search Suggestions (Powered by Chat Nio)
- 🍉 翻译 / Github 搜索
- 🍉 Translation / GitHub Search
- 🍇 工具箱
- 🍇 Tool Box
- 🍐 搜索引擎建议
- 🍐 Search Engine Suggestions
- 🍑 账号管理
- 🍑 Account Management
- 🎃 PWA 应用
- 🎃 PWA Application
- ✨ 离线访问 (Service Worker)
- ✨ Offline Requests (Service Worker)
- ⚡ 搜索引擎优化
- ⚡ SEO (Search Engine Optimization)
- ❤ 国际化支持
- ❤ i18n (Internationalization) Support
- ✔ 🇨🇳 简体中文 (Simplified Chinese)
- ✔ 🇨🇳 🇹🇼 繁體中文 (Traditional Chinese)
- ✔ 🇺🇸 English (United States)
- ✔ 🇷🇺 Русский (Russian)
- ✔ 🇫🇷 Français (French)
- ✔ 🇯🇵 日本語 (Japanese)
> [!warning]
> 由于和风天气插件产品于2024年5月1日不再提供服务, Fystart 已关闭天气组件!
## ScreenShot | 快照






### Get Started | 开始
npm (yarn, pnpm)
```shell
npm install
npm run dev
cd backend
go run .
```
### Configuration | 配置
/src/assets/script/config.ts
```ts
export const deploy = true;
export let endpoint = "https://api.fystart.com";
export let openai_endpoint = "wss://api.chatnio.net";
export const qweather = "...";
if (!deploy) endpoint = "http://localhost:8001";
```
/backend/config.yaml
```yaml
debug: true
github:
endpoint: https://api.github.com
token: "ghp_..."
redis:
host: "localhost"
port: 6379
password: ""
db: 0
```
### Build | 构建
```shell
npm run build
cd backend && go build .
```
### License | 开源协议
[MIT](/LICENSE)
### Security Policy | 安全政策
[Security Policy](/SECURITY.md)
### Privacy Policy | 隐私政策
[Privacy Policy](/PRIVACY.md)