❌ ข้อควรระวัง
| ไม่ rewrite whole project |
ของจริงเป็นโปรเจกต์ใหญ่ เปลี่ยนทีละน้อย |
| ไม่ทำ Stripe/payment โดยไม่จำเป็น |
ใช้ LINE manual ก่อน |
| ไม่ print secrets |
env ปลอดภัย ไม่โชว์ในโค้ด |
| ไม่ break SEO pages |
content เก่าต้องไม่หาย |
| Check type/build ก่อน commit |
npm run typecheck && npm run build |
🚀 เส้นทางเริ่มต้นสำหรับคนอยากสร้างเว็บสไตล์นี้
1. Next.js + Tailwind setup → ทำ Design System
2. Data layer (local TS files) → Content types
3. หน้า Home → Hero + Sections
4. หน้า Directory (tools) → Filter + Search
5. Detail page (tool/[slug]) → Full content
6. SEO → Metadata + JSON-LD + OG
7. Auth → Supabase
8. Dashboard → Member features
9. Admin CMS → Content management
10. Deploy → Vercel + Security Headers