-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
As a new developer,
I want a step-by-step guide on how to add a "Svelte + Go + PostgreSQL" stack,
So that I can replicate the process for any future stack.
Acceptance Criteria:
- Markdown file
docs/adding_new_stack.mdcontains:- Copy-and-paste instructions for AINative template definitions (
svelte-component,go-route,gorm-model). - How to edit
app_generation_plan.txtto detecttech_stack == "Svelte + Go + PostgreSQL". - How to add new
<option>to the frontend form for the new stack. - Example "sample spec" JSON:
{ "project_name": "SvelteNotes", "description": "A Svelte + Go notes app", "features": ["User login", "Note CRUD"], "tech_stack": "Svelte + Go + PostgreSQL", "styling": "TailwindCSS", "canvasLayout": [] } - Expected JSON plan returned by Ollama.
- Copy-and-paste instructions for AINative template definitions (
- Following the tutorial end-to-end yields a minimal generated project with
frontend/src/*.svelteandbackend/main.go.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels