https://github.com/wrtnlabs/autoview-stackblitz-playground
Autoview playgroound running on StackBlitz
https://github.com/wrtnlabs/autoview-stackblitz-playground
Last synced: 7 months ago
JSON representation
Autoview playgroound running on StackBlitz
- Host: GitHub
- URL: https://github.com/wrtnlabs/autoview-stackblitz-playground
- Owner: wrtnlabs
- License: mit
- Created: 2025-03-20T05:20:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T08:19:45.000Z (7 months ago)
- Last Synced: 2025-03-20T08:21:41.767Z (7 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoView Playground
Automate your frontend development.Modify [`src/YourSchema.ts`](./src/YourSchema.ts) type, and run `npm run generate` command after assigning your OpenAI API key into the [`.env`](./.env) file.
Then `@autoview` will generate frontend rendering code for the `YourSchema` type, and the newly generated code would be written in the [`src/transform.ts`](./src/transform.ts) file. Also, following the changed interface type, website of right side would be automatically updated too.
If you want to see how to utilize such frontend automation tool, look at the [`src/generate.ts`](./src/generate.ts) file.