Skip to content

feat: Set up base project structure with frontend and backend folders #1

@peachjelly13

Description

@peachjelly13

Is your feature request related to a problem? Please describe.
We are just starting out and need to create the base project structure to separate the frontend (browser extension) and backend (document processing) code.

Describe the solution you'd like
Create two main folders:
backend/

  • Will handle
    • Document upload
    • Text extraction using OCR
    • Field detection and mapping
    • (Later) Security and privacy handling

frontend/

  • Will provide a UI (as a browser extension) where:
    • Users can upload official documents (PDFs/images)
    • Extracted fields from backend are used to auto-fill web forms
      This folder separation will help us work on both parts independently and scale modularly.

Describe alternatives you've considered
No major alternatives — this is the standard and cleanest way to begin.

Additional context
This is part of a larger idea to build an automated web form filler that parses official documents and auto-fills forms to save users time during repetitive online tasks (like job applications, visa forms, onboarding, etc.).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions