migriert von github.com/Kenearos/Rentenversicherer
Find a file
Kenearos 48306e882d
Merge pull request #1 from Kenearos/claude/pdf-form-filler-LiPT9
Add PDF form filler utility for automated AcroForm field population
2026-01-28 19:37:31 +01:00
components feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
services feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
.gitignore feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
App.tsx feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
fill_pdf.py feat: Add PDF form filler script for AcroForm fields 2026-01-28 18:36:54 +00:00
index.html feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
index.tsx feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
metadata.json feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
package.json feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
README.md feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
requirements.txt feat: Add PDF form filler script for AcroForm fields 2026-01-28 18:36:54 +00:00
tsconfig.json feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
types.ts feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00
vite.config.ts feat: Initialize AutoForm AI project structure 2026-01-28 19:23:47 +01:00

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1eOJcZ5qjOqVKG1eSXvA6HRcCwqcgcuGO

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev