You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
npmrun c054fe4889 fix(db): stable SQLite file URL resolution; resilient logout on DB errors 1 month ago
.vscode feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout 1 month ago
app feat(ui): rich home page, sticky header with user menu and nav 1 month ago
build-files refactor: migrate database from PostgreSQL to SQLite and update related configurations 1 month ago
docs/superpowers docs: refine multitenant hub spec and add implementation plan 1 month ago
packages fix(db): stable SQLite file URL resolution; resilient logout on DB errors 1 month ago
public init 2 months ago
scripts refactor: migrate database from PostgreSQL to SQLite and update related configurations 1 month ago
server fix(db): stable SQLite file URL resolution; resilient logout on DB errors 1 month ago
.env.example feat(db): bootstrap first admin from environment 1 month ago
.gitignore feat: add username-password auth flow 1 month ago
README.md Add drizzle-zod and zod dependencies, refactor API handler for user retrieval, and introduce response handler utility 2 months ago
bun.lock feat: multitenant profile, posts, timeline, RSS, admin APIs, and Nuxt UI 1 month ago
nuxt.config.ts feat: add bun-types support in TypeScript configuration 1 month ago
package.json feat: multitenant profile, posts, timeline, RSS, admin APIs, and Nuxt UI 1 month ago
tsconfig.json init 2 months ago

README.md

文档

开发与部署

用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。

计划

  • 支持定时任务