Add comprehensive Projectwise 2026 platform modernization plan#6
Open
Add comprehensive Projectwise 2026 platform modernization plan#6
Conversation
This document outlines the complete strategy for transforming Projectwise from a design-focused directory into a commercial open source marketplace: - Two-repo architecture (Next.js frontend + Payload CMS backend) - Data models for Projects, Experts, Jobs, and Interest forms - 100 curated project seed list (Tier 1/2/3 classification) - SEO strategy with programmatic pages - Launch plan and revenue model - Content strategy with screenshot automation The platform will connect open source projects, implementation experts, and operators who want to build businesses on OSS. https://claude.ai/code/session_016ZNqkiXpuVXHWkWhrCkocE
Key changes: - Added Business Ideas feature inspired by Ideabrowser - 3-5 curated ideas per project (target market, pricing, countries) - Additional 400-500 programmatic SEO pages - Simplified to single Next.js + Payload 3.0 architecture - No separate backend needed (Payload is Next.js native) - Built-in auth (JWT, OAuth via Auth.js plugin) - Deploy entire stack to Vercel as one app - MVP cost: ~$10/year (domain only) - Updated data models with BusinessIdea collection - Added migration path for future scaling if needed https://claude.ai/code/session_016ZNqkiXpuVXHWkWhrCkocE
Organized all planning materials into structured docs folder: - 01-vision.md: Problem statement, solution, target users - 02-market-research.md: WordPress ecosystem, competitor analysis - 03-architecture.md: Next.js 15 + Payload CMS 3.0 stack - 04-roadmap.md: Phased V1-V4 development plan - 05-content-strategy.md: SEO, social, launch playbook - 06-project-seed-list.md: 100 curated OSS projects https://claude.ai/code/session_016ZNqkiXpuVXHWkWhrCkocE
- docs/07-new-features.md: Detailed specs for three new features - AI Setup Prompts: copy-paste prompts for Claude Code/Cursor/Codex - Project Showcase: "Built With" gallery with community submissions - Stacks & Interlinking: curated OSS combinations with deploy prompts - Updated roadmap to slot features into V2 (prompts) and V3 (showcase/stacks) - Updated README with new doc link and projectwise.ai domain preference https://claude.ai/code/session_016ZNqkiXpuVXHWkWhrCkocE
- Removed all legacy React 16/CRA/Redux/Firebase code (src/, public/, configs) - Rewrote README.md as single source of truth with 23-item implementation checklist - Each item has sub-tasks and links to GitHub issues - Added dependency graph showing parallelization opportunities - Added agent workflow instructions for Claude Code agents - Added scripts/create-issues.sh to create all 23 GitHub issues with labels Repo now contains only: README.md, /docs (7 planning docs), /scripts https://claude.ai/code/session_016ZNqkiXpuVXHWkWhrCkocE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces the complete strategic and technical documentation for Projectwise 2026, a platform modernization initiative that pivots from a design-focused directory to a comprehensive marketplace connecting commercial-ready open source software with verified experts and entrepreneurs.
Key Changes
Notable Implementation Details
Validation & Inspiration