- Create main tools directory structure
- Create
Tools.jsx(the hub page) - Create
CitationGenerator.jsx(with 6 styles + in-text) - Create
GrammarChecker.jsx(LanguageTool API integration) - Create
AIDetector.jsx(heuristic scan + highlights) - Create
AIHumanizer.jsx(Streamlit locked iframe embed) - Modify
App.jsxto register the new tool pages and routes - Modify
Navbar.jsxto replace "Services" or add "Tools" to nav links - Verify build compiles correctly using
npm run build - Create walkthrough.md outlining the new features