制作AI工具站的SOP
下面是发布 SaaS 的 SOP,可以参考。每次新开项目的时候,可以按照这个 sop 快速执行。
整体流程
需求发掘时间 40%时间,开发应用 20%时间,运营推广20%时间。
需求发掘
开发 SOP
下面是整体的开发的流程
开发一期:MVP 版本
- [ ] Copy project: exclue `.git`, `.next`, `node_modules`, `wrangler.toml`
- Config the `wrangler.toml` file:
- [ ] run `cp wrangler.example.toml to wrangler.toml`, and the `wrangler.toml` is in `.gitignore` file by default.
- [ ] Config the `Variables` in dashboard in Cloudflare after the project is deployed.
- Theme Color:
- [ ] Config theme color:
1. [Shadcn UI themes](https://ui.shadcn.com/themes)
2. [shadcn UI theme generator](https://zippystarter.com/tools/shadcn-ui-theme-generator)
- [ ] Mode Change: next-themes config default dark.
- Update Content of Page
- [ ] Prompt to collect all available information.
- [ ] Update the content of the landing page: use cursor prompt to update the en json file.
- [ ] Update Terms of use page: use AI to update the markdown file of Terms of use
- [ ] Update Privacy Page: use AI to update the markdown file of Privacy Page,
- [ ] Global search previous keywords
- Logo & Favicon:
- Generate SVG logo:
- [ ] use AI prompt to generate logo with Cursor,Claude, https://ideogram.ai/
- [ ] Convert to png: https://www.svgviewer.dev/svg-to-png
- [ ] Config favicon: https://favicon.io/ https://realfavicongenerator.net/
- [ ] Check favicon: https://realfavicongenerator.net/
- Cloudflare:
- [ ] Nameserver: change to the nameserver of Cloudflare
- SSL/TLS:
- [ ] SSL/TLS encryption mode: SSL/TLS -> Overview -> Full(strict)
- [ ] Always Use HTTPS: SSL/TLS -> Edge Certificates -> Always Use HTTPS
- [ ] Automatic HTTPS Rewrites: SSL/TLS -> Edge Certificates -> Automatic HTTPS Rewrites
- [ ] Deploy on Cloudflare Pages
- Redirect www.test.com to test.com:
- [ ] 301 Redirect: Rules -> Page Rule -> Forward URL [301-redirect-of-cloudflare-pages.md](./301-redirect-of-cloudflare-pages/)
- [ ] Test redirect: [wheregoes](https://wheregoes.com/)
- Cloudflare Page:
- [ ] Custom Domains
- [ ] Branch Control: 修改为`release/`分支下触发 build
- Business email
- [ ] Cloudflare Email Routing: Add Business email address
- [ ] Catch ALL and redirect to one destition email
- [ ] Check SEO Metadata: use AITDK plugin to check the SEO metadata of the page.
- [ ] Title, description, canonical link
- [ ] Keywords density: 1. Total words: 800 words 2. density: 3%
- [ ] Reviews page structure: headings structure
- [ ] SSR Detection: use SSR check option
- Sitemap:
- Generate sitemap:
- [ ] change the siteUrl in next-sitemap.config.js
- [ ] run `npm run generate-sitemap`
- [ ] Submit sitemap to GSC, check the links after the build.
- [ ] Submit sitemap to Bing Webmaster Tools.
- Google Analytics:
- [ ] in environment variable file: .env.local, .env.production.
- [ ] Update tally.so form url
开发二期: 优化内容
- Cloudflare
- [ ] Crawler Hints: Caching -> Configuration -> Crawler Hints
- [ ] Always Online: Caching -> Configuration -> Always Online
- Cache Rules:
- [ ] Caching -> Cache Rules -> Cache Default File Extensions [Template]
- [ ] Browser TTL: 14 days
- [ ] Edge TTL: 1 year
- [ ] Cloudflare Fonts: Speed -> Optimization -> Content Optimization -> Cloudflare Fonts
- [ ] Early Hints: Speed -> Optimization -> Content Optimization -> Early Hints
- [ ] Next/image cache: Cache Image Optimization of Next.js: https://st4ng.medium.com/how-to-use-next-js-image-optimization-with-cloudflare-569da7b3ddc6
[ ] Add Page Rule to Cache Next.js Images: Rules -> Page Rules
[ ] Add Transform Rule to Cache Fallback on separate URL
- [ ] Config token of log system: @logtail/js: not work well in production environment
- [ ] Backend API:
- [ ] Disable the API
开发三期:优化内容
- [ ] Backend API:
- [ ] CORS 设置
- [ ] Rate limit: limit the frequency of calls from a single IP
- [ ] CSRF
- [ ] Database: Supabase Or Neon.tech: Config the secret
- [ ] Login & Logout System:
- [ ] Google OAuth
- Payment System:
- [ ] Lemon Squeezy
运营推广
数据分析
外链 Backlinks
外链决定关键词能否到前 10 名。每一个新站先提交15个外链。发掘外链的方法