feat: web UI with FastAPI backend, React frontend, and unified launcher#1094
Closed
Ege-BULUT wants to merge 1 commit into
Closed
feat: web UI with FastAPI backend, React frontend, and unified launcher#1094Ege-BULUT wants to merge 1 commit into
Ege-BULUT wants to merge 1 commit into
Conversation
Add a complete web interface for ScrapeGraphAI with: - FastAPI backend with JSONL logging and debug log viewer API - React 19 + Vite + Tailwind frontend with tutorial modal and LogViewer - Port-aware launcher with --poe, --backend-only, --frontend-only flags - Docker support for both backend and frontend - Poe task shortcuts for web development
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
Adds a complete web interface for ScrapeGraphAI: a FastAPI backend with JSONL logging and debug log viewer, a React 19 + Vite + Tailwind frontend, and a unified launcher script to run everything with a single command.
What's included
Launcher (
launcher.py)Single entry point with flags:
--poe: launch viapoetasks (requires poethepoet)--backend-only/--frontend-only: run only one sideBackend (
webapp/backend/)FastAPI application with:
/scrapeendpoint accepting prompt, source URL, model selection, and backend choice/modelsendpoint listing available LLM providers and models/logsendpoint streaming JSONL-formatted debug logsFrontend (
webapp/frontend/)React 19 + Vite + Tailwind CSS v3 with:
Poe tasks
New
poetasks for development:poe web-backend- start the FastAPI dev serverpoe web-frontend- start the Vite dev serverpoe web- run both concurrentlyUsage
Notes