Rentenversicherer/metadata.json
Kenearos d2ea8a0cd4 feat: Initialize AutoForm AI project structure
Sets up the basic project structure for AutoForm AI, including:
- Vite for build tooling and development server.
- React and ReactDOM for the UI.
- TypeScript for static typing.
- Essential dependencies for PDF manipulation (jspdf, pdf-lib) and AI integration (@google/genai).
- Basic HTML structure and styling.
- Component definitions and service interfaces for future development.
- A README with local development instructions.
2026-01-28 19:23:47 +01:00

5 lines
No EOL
226 B
JSON

{
"name": "AutoForm AI",
"description": "Intelligent document processing app that uses Gemini to automatically fill out forms based on source documents (e.g., medical letters, invoices).",
"requestFramePermissions": []
}