Manifold-Works
- 7 skills
- 0 followers
- 16 hours ago last updated
- ▌ Add Page · manifold-worksAdds a React page and feature folder with routes and API client calls wired to existing backend endpoints in a dotnet-vite-webapp-template app. Use when the user invokes /add-page, asks for a new screen/route/UI only, or the API already exists and needs a frontend.
- ▌ Add Entity · manifold-worksAdds a backend-only domain entity with EF Core configuration, migration, and minimal API endpoints to a dotnet-vite-webapp-template app without frontend UI. Use when the user invokes /add-entity, asks for a new model/table/API only, or needs schema work before a React page.
- ▌ Dev Webapp · manifold-worksRuns and troubleshoots local development for dotnet-vite-webapp-template apps using Docker Compose, including logs, restarts, migrations, ports, and env fixes. Use when the user invokes /dev-webapp, asks to start/stop the dev stack, debug compose issues, or fix CORS/JWT/DB connection problems.
- ▌ Add Feature · manifold-worksAdds a full vertical feature slice (Domain entity, Application layer, EF migration, API endpoints, React feature folder, routes, and tests) to an existing dotnet-vite-webapp-template app, mirroring features/auth. Use when the user invokes /add-feature, asks to add a new feature/module, or wants end-to-end CRUD or domain functionality in the webapp template.
- ▌ Add Migration · manifold-worksGenerates and applies EF Core migrations after domain or DbContext model changes in a dotnet-vite-webapp-template app, with dev vs production apply rules. Use when the user invokes /add-migration, changed entities/DbContext, or needs dotnet ef migrations add/update guidance.
- ▌ Create Webapp · manifold-worksScaffolds a new .NET 10 + Vite React + Postgres web app by cloning the dotnet-vite-webapp-template, renaming AppName, configuring env/JWT, and starting Docker Compose with smoke tests. Use when the user invokes /create-webapp, asks to create a new webapp from the template, or wants a Docker-based .NET React starter.
- ▌ Deploy Webapp · manifold-worksDeploys a dotnet-vite-webapp-template app to production using docker-compose.prod.yml and Caddy TLS on a specific domain and SSH server, including DNS, .env.prod secrets, migration apply, and verification. Use when the user invokes /deploy-webapp, asks to deploy/go live, or configure Caddy production hosting.