This is a minimal MVP web application that allows users to upload .dwg
files and download them later. The long-term goal is to convert .dwg
into Apple Indoor Mapping Data Format (IMDF) and integrate with indoor map services.
- Upload
.dwg
files via a web UI - Store uploaded files in Cloudflare R2
- Provide an API to download uploaded files
- Frontend powered by Next.js, deployed on Cloudflare
- Frontend: Next.js
- Storage: Cloudflare R2 (S3-compatible)
- Deployment: Cloudflare
- Backend: Next.js API routes (for now)
- Future: Python or Forge-based DWG to IMDF converter
Feature | Status |
---|---|
Upload .dwg file |
Done |
Store file in R2 | Done |
Download API | Done |
DWG → IMDF Conversion | Future Work |
IMDF Preview UI | Future Work |
Auth & User Profiles | Done |