launchframe 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/.claude/skills/clone-website/SKILL.md +473 -0
  2. package/.clinerules +147 -0
  3. package/.codex/skills/clone-website/SKILL.md +473 -0
  4. package/{template/.continue → .continue}/commands/clone-website.md +475 -566
  5. package/.continue/rules/project.md +151 -0
  6. package/{template/.augment → .cursor}/commands/clone-website.md +470 -565
  7. package/.cursor/rules/project.mdc +7 -0
  8. package/{template/.gemini → .gemini}/commands/clone-website.toml +476 -567
  9. package/.github/copilot-instructions.md +147 -0
  10. package/.github/skills/clone-website/SKILL.md +473 -0
  11. package/.gitignore +49 -0
  12. package/{template/.opencode → .opencode}/commands/clone-website.md +473 -564
  13. package/{template/.cursor/commands → .windsurf/workflows}/clone-website.md +470 -561
  14. package/AGENTS.md +65 -0
  15. package/README.md +137 -31
  16. package/bin/launchframe.mjs +343 -315
  17. package/docs/research/INSPECTION_GUIDE.md +80 -0
  18. package/package.json +71 -26
  19. package/{template/src → src}/app/globals.css +1 -93
  20. package/{template/src → src}/app/layout.tsx +16 -5
  21. package/src/app/page.tsx +40 -0
  22. package/src/lib/launchframe-config.ts +8 -0
  23. package/template/.amazonq/cli-agents/clone-website.json +0 -9
  24. package/template/.amazonq/rules/project.md +0 -281
  25. package/template/.claude/skills/clone-website/SKILL.md +0 -564
  26. package/template/.claude/skills/marketing-social-proof-motion/SKILL.md +0 -47
  27. package/template/.clinerules +0 -285
  28. package/template/.codex/skills/clone-website/SKILL.md +0 -564
  29. package/template/.continue/rules/project.md +0 -285
  30. package/template/.cursor/commands/marketing-social-proof-motion.md +0 -42
  31. package/template/.cursor/rules/project.mdc +0 -22
  32. package/template/.github/copilot-instructions.md +0 -281
  33. package/template/.github/skills/clone-website/SKILL.md +0 -564
  34. package/template/.nvmrc +0 -1
  35. package/template/.windsurf/workflows/clone-website.md +0 -561
  36. package/template/AGENTS.md +0 -160
  37. package/template/LICENSE +0 -21
  38. package/template/README.md +0 -121
  39. package/template/START_HERE.md +0 -15
  40. package/template/docs/design-references/playwright-example.com-1440px.png +0 -0
  41. package/template/docs/design-references/playwright-example.com-390px.png +0 -0
  42. package/template/docs/research/INSPECTION_GUIDE.md +0 -124
  43. package/template/launchframe.config.json +0 -14
  44. package/template/package-lock.json +0 -9873
  45. package/template/package.json +0 -54
  46. package/template/scripts/.gitkeep +0 -0
  47. package/template/scripts/recon-playwright.mjs +0 -396
  48. package/template/src/app/page.tsx +0 -5
  49. package/template/src/components/marketing/scribewise-landing.tsx +0 -34
  50. package/template/src/hooks/.gitkeep +0 -0
  51. package/template/src/types/.gitkeep +0 -0
  52. /package/{template/.aider.conf.yml → .aider.conf.yml} +0 -0
  53. /package/{template/.dockerignore → .dockerignore} +0 -0
  54. /package/{template/.gitattributes → .gitattributes} +0 -0
  55. /package/{template/.github → .github}/ISSUE_TEMPLATE/bug_report.yml +0 -0
  56. /package/{template/.github → .github}/ISSUE_TEMPLATE/config.yml +0 -0
  57. /package/{template/.github → .github}/ISSUE_TEMPLATE/feature_request.yml +0 -0
  58. /package/{template/.github → .github}/PULL_REQUEST_TEMPLATE.md +0 -0
  59. /package/{template/.github → .github}/copilot-setup-steps.yml +0 -0
  60. /package/{template/.github → .github}/workflows/ci.yml +0 -0
  61. /package/{template/.windsurfrules → .windsurfrules} +0 -0
  62. /package/{template/CLAUDE.md → CLAUDE.md} +0 -0
  63. /package/{template/Dockerfile → Dockerfile} +0 -0
  64. /package/{template/Dockerfile.dev → Dockerfile.dev} +0 -0
  65. /package/{template/GEMINI.md → GEMINI.md} +0 -0
  66. /package/{template/components.json → components.json} +0 -0
  67. /package/{template/docker-compose.yml → docker-compose.yml} +0 -0
  68. /package/{template/docs → docs}/design-references/.gitkeep +0 -0
  69. /package/{template/docs → docs}/design-references/comparison.png +0 -0
  70. /package/{template/eslint.config.mjs → eslint.config.mjs} +0 -0
  71. /package/{template/next.config.ts → next.config.ts} +0 -0
  72. /package/{template/postcss.config.mjs → postcss.config.mjs} +0 -0
  73. /package/{template/public/images → scripts}/.gitkeep +0 -0
  74. /package/{template/scripts → scripts}/sync-agent-rules.sh +0 -0
  75. /package/{template/scripts → scripts}/sync-skills.mjs +0 -0
  76. /package/{template/src → src}/app/favicon.ico +0 -0
  77. /package/{template/src → src}/components/ui/button.tsx +0 -0
  78. /package/{template/public/seo → src/hooks}/.gitkeep +0 -0
  79. /package/{template/src → src}/lib/utils.ts +0 -0
  80. /package/{template/public/videos → src/types}/.gitkeep +0 -0
  81. /package/{template/tsconfig.json → tsconfig.json} +0 -0
package/.gitignore ADDED
@@ -0,0 +1,49 @@
1
+ # Dependencies
2
+ node_modules/
3
+ .pnp
4
+ .pnp.js
5
+
6
+ # Build
7
+ .next/
8
+ out/
9
+ build/
10
+ dist/
11
+
12
+ # Environment
13
+ .env
14
+ .env.local
15
+ .env.development.local
16
+ .env.test.local
17
+ .env.production.local
18
+
19
+ # Debug
20
+ npm-debug.log*
21
+ yarn-debug.log*
22
+ yarn-error.log*
23
+
24
+ # IDE
25
+ .idea/
26
+ .vscode/
27
+ *.swp
28
+ *.swo
29
+
30
+ # OS
31
+ .DS_Store
32
+ Thumbs.db
33
+
34
+ # TypeScript
35
+ *.tsbuildinfo
36
+ next-env.d.ts
37
+
38
+ # Vercel
39
+ .vercel
40
+
41
+ # Local settings (not project config)
42
+ .claude/settings.local.json
43
+
44
+ # User-specific skills (not part of the template)
45
+ .claude/skills/customize/
46
+ .claude/skills/release/
47
+
48
+ # Local temp files
49
+ temp/