Nuteo Platform v3.5

Nuteo Platform v3.5

Overview Nuteo Platform คือ full-stack ERP system สำหรับธุรกิจสมัยใหม่ เวอร์ชัน 3.5 มาพร้อม multi-agent orchestration และ autonomous workflow capabilities — ออกแบบสำหรับทีมที่ต้องการมากกว่าแค่ task management Tech Stack Frontend: Next.js 16 (App Router, TypeScript, Tailwind) Backend: Node.js APIs + Supabase (self-hosted) AI: Ollama + MiniMax-M2.7 / GLM-5.1 (local LLM orchestration) Database: PostgreSQL via Supabase Infrastructure: Docker, Ubuntu 24.04, Cloudflare Key Features Multi-tenant SaaS architecture Real-time collaboration (WebSocket) AI-powered automation pipeline Custom workflow builder (drag-and-drop) Role-based access control API-first design Status 🟢 Active Development — Production ready for small teams ...

May 20, 2025 · nuteo
Nuteo Platform v3.5

Nuteo Platform v3.5

Overview Nuteo Platform is a full-stack ERP system built for modern businesses. Version 3.5 brings multi-agent orchestration and autonomous workflow capabilities — designed for teams that need more than just task management. Tech Stack Frontend: Next.js 16 (App Router, TypeScript, Tailwind) Backend: Node.js APIs + Supabase (self-hosted) AI: Ollama + MiniMax-M2.7 / GLM-5.1 (local LLM orchestration) Database: PostgreSQL via Supabase Infrastructure: Docker, Ubuntu 24.04, Cloudflare Key Features Multi-tenant SaaS architecture Real-time collaboration (WebSocket) AI-powered automation pipeline Custom workflow builder (drag-and-drop) Role-based access control API-first design Status 🟢 Active Development — Production ready for small teams ...

May 20, 2025 · nuteo
Nuteo Platform v3.5

Nuteo Platform v3.5

Overview Nuteo Platform 是一款面向现代企业的全栈 ERP 系统。3.5 版带来多智能体编排和自主工作流能力——专为需要不仅仅是任务管理的团队设计。 Tech Stack Frontend: Next.js 16 (App Router, TypeScript, Tailwind) Backend: Node.js APIs + Supabase (self-hosted) AI: Ollama + MiniMax-M2.7 / GLM-5.1 (本地 LLM 编排) Database: PostgreSQL via Supabase Infrastructure: Docker, Ubuntu 24.04, Cloudflare Key Features 多租户 SaaS 架构 实时协作 (WebSocket) AI 驱动的自动化流程 自定义工作流构建器 (拖放) 基于角色的访问控制 API 优先设计 Status 🟢 Active Development — 小团队生产就绪 Stack: Next.js · Supabase · Ollama · Docker

May 20, 2025 · nuteo
Go 1.22 to 1.26: The Changes That Actually Matter

Go 1.22 to 1.26: The Changes That Actually Matter

Why This Article Covers Four Minor Versions at Once Go releases happen every six months. Reading four sets of release notes in a row is not how anyone wants to spend an afternoon. But if you’re running Go in production, you need to know what’s changed. This covers Go 1.22 through Go 1.26 — the versions that dropped between early 2024 and early 2026. That’s two years of language evolution in one place. ...

March 15, 2026 · nuteo
Building HTTP APIs in Go: Chi vs Fiber vs Gin in 2026

Building HTTP APIs in Go: Chi vs Fiber vs Gin in 2026

The Framework Question in Go Go has a strange relationship with web frameworks. The standard library’s net/http is genuinely good. You can build production APIs with just the standard library and not feel like you’re fighting the tool. But most teams reach for a router library eventually. The question is which one. The three most discussed: Chi, Fiber, and Gin. Each has a different philosophy. Each attracts a different type of developer. ...

February 20, 2026 · nuteo
Self-Hosted AI: Running Local LLMs in 2026

Self-Hosted AI: Running Local LLMs in 2026

Why Run AI Locally in 2026 Every week there’s a new AI tool that wants your data. Every month there’s a news story about prompt injection. Every quarter there’s a startup that collected too much training data. I’ve been running local LLMs since 2024. In 2026, the experience is completely different from what it was two years ago. Models that used to need 32GB of RAM now run on 8GB. Inference speeds that were measured in minutes are now measured in tokens per second. The gap between local and cloud quality has narrowed dramatically. ...

April 10, 2026 · nuteo
Dev Infrastructure Setup

Dev Infrastructure Setup

The Stack Custom development environment built from scratch — stable, fast, and fully self-hosted. OS: Ubuntu 24.04 LTS Web: Next.js 16, Node.js 22, Hugo 0.146 Container: Docker + Docker Compose AI: Ollama (local LLM), MiniMax-M2.7, GLM-5.1 Database: Supabase (self-hosted PostgreSQL) Proxy: Cloudflare Tunnel What Runs 10.100.100.8 (Office Server): Hugo :3000, Next.js :3001, Supabase :3002, Ollama :11434 192.168.77.222 (AI Server): Ollama + models Key Automation Auto-deploy via GitHub webhooks DNS automation via Cloudflare API Database backup to NAS (rsync) Container health monitoring Stack: Ubuntu · Docker · Next.js · Cloudflare

April 15, 2025 · nuteo
ตั้งค่า Dev Infrastructure สำหรับ Self-Hosted AI

ตั้งค่า Dev Infrastructure สำหรับ Self-Hosted AI

The Stack Custom development environment สร้างจากศูนย์ — stable, fast, และ fully self-hosted OS: Ubuntu 24.04 LTS Web: Next.js 16, Node.js 22, Hugo 0.146 Container: Docker + Docker Compose AI: Ollama (local LLM), MiniMax-M2.7, GLM-5.1 Database: Supabase (self-hosted PostgreSQL) Proxy: Cloudflare Tunnel What Runs 10.100.100.8 (Office Server): Hugo (static sites) :3000, Next.js (web apps) :3001, Supabase :3002, Ollama :11434 192.168.77.222 (AI Server): Ollama + models Key Automation Auto-deploy via GitHub webhooks DNS automation via Cloudflare API Database backup to NAS (rsync) Container health monitoring Stack: Ubuntu · Docker · Next.js · Cloudflare

April 15, 2025 · nuteo
开发基础设施设置

开发基础设施设置

The Stack 从零开始构建的定制开发环境——稳定、快速、完全自托管。 OS: Ubuntu 24.04 LTS Web: Next.js 16, Node.js 22, Hugo 0.146 Container: Docker + Docker Compose AI: Ollama (本地 LLM), MiniMax-M2.7, GLM-5.1 Database: Supabase (自托管 PostgreSQL) Proxy: Cloudflare Tunnel What Runs 10.100.100.8 (办公室服务器): Hugo (静态站点) :3000, Next.js (Web 应用) :3001, Supabase :3002, Ollama :11434 192.168.77.222 (AI 服务器): Ollama + 模型 Key Automation 通过 GitHub webhooks 自动部署 通过 Cloudflare API 自动化 DNS 通过 rsync 备份数据库到 NAS 容器健康监控 Stack: Ubuntu · Docker · Next.js · Cloudflare

April 15, 2025 · nuteo
Web Platform Architecture

Web Platform Architecture

The Goal Build web platforms that sell “Thainess” — culture, lifestyle, identity — to Chinese and ASEAN audiences through authentic, non-tourist-trap content. Approach Content: Thai perspective, genuine lifestyle, not tourist marketing Language: EN default → TH → ZH Stack: Next.js 16 (App Router), i18n (zh-CN/en/th), Markdown-first Design: Minimalist, grid-based, Unsplash imagery Key Pages /culture → Thai cultural content /lifestyle → Modern Thai living /design → Thai aesthetic in digital products /food → Thai cuisine (authentic) /travel → Real Thailand beyond the guidebooks ...

March 10, 2025 · nuteo