nomadweb/frontend
eric 377db2284f Move chat and notifications out of Connect into top-right icons.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-04 07:12:04 -05:00
..
content/book Add avatar upload, harden payments, and ebook checkout. 2026-08-30 19:55:05 -05:00
public feat: NomadCNA community layer, social matching, payments, and ebook 2026-08-30 09:38:13 -05:00
src Move chat and notifications out of Connect into top-right icons. 2026-09-04 07:12:04 -05:00
.dockerignore Speed up deploys with BuildKit caches and incremental service rebuilds. 2026-08-29 01:36:33 -05:00
.env.local.example Add cost compare, blog tables, cookie banner, and polish UI/SEO 2026-08-28 21:43:08 -05:00
.gitignore Initial commit: NomadFlow full-stack digital nomad platform with Next.js, FastAPI, and PocketBase. 2026-08-28 19:49:10 -05:00
AGENTS.md Initial commit: NomadFlow full-stack digital nomad platform with Next.js, FastAPI, and PocketBase. 2026-08-28 19:49:10 -05:00
CLAUDE.md Initial commit: NomadFlow full-stack digital nomad platform with Next.js, FastAPI, and PocketBase. 2026-08-28 19:49:10 -05:00
Dockerfile Speed up deploys with BuildKit caches and incremental service rebuilds. 2026-08-29 01:36:33 -05:00
eslint.config.mjs Initial commit: NomadFlow full-stack digital nomad platform with Next.js, FastAPI, and PocketBase. 2026-08-28 19:49:10 -05:00
next.config.ts Optimize first load: defer mid-page kits, idle chrome, lighter canvas, self-hosted Outfit. 2026-08-29 03:50:50 -05:00
package-lock.json feat: NomadCNA community layer, social matching, payments, and ebook 2026-08-30 09:38:13 -05:00
package.json feat: NomadCNA community layer, social matching, payments, and ebook 2026-08-30 09:38:13 -05:00
postcss.config.mjs feat: NomadCNA community layer, social matching, payments, and ebook 2026-08-30 09:38:13 -05:00
README.md Move nav chrome to top-right and refresh README. 2026-08-30 19:19:41 -05:00
tsconfig.json Initial commit: NomadFlow full-stack digital nomad platform with Next.js, FastAPI, and PocketBase. 2026-08-28 19:49:10 -05:00
vercel.json Initial commit: NomadFlow full-stack digital nomad platform with Next.js, FastAPI, and PocketBase. 2026-08-28 19:49:10 -05:00

frontend · nomadro

Next.js App Router UI for nomadro.

业务逻辑全部在 FastAPI(../backend)。本目录只负责页面与交互。

完整架构、三环产品路径、环境变量与部署说明见仓库根目录 README.md。

cp .env.local.example .env.local
npm install --legacy-peer-deps
npm run dev

生产构建需设置:

NEXT_PUBLIC_API_URL=https://nomadweb.nomadro.com/api/v1
NEXT_PUBLIC_SITE_URL=https://nomadweb.nomadro.com