SolidStart is the Solid.js meta-framework and has picked up real adoption. It's conceptually similar to SvelteKit/Nuxt (file-based routing, SSR) so the plugin shape should mirror packages/sveltekit almost 1:1.
Scope
Ship packages/solid-start as @aeorank/solid-start:
- A Vite plugin or SolidStart config helper that wires
@aeorank/core generators into the build pipeline
- Writes the 9 AEO files to the SolidStart output directory
Reference
packages/sveltekit is the closest shape — copy its Vite plugin setup
- Generators live in
packages/core/src/generators/
Acceptance
SolidStart is the Solid.js meta-framework and has picked up real adoption. It's conceptually similar to SvelteKit/Nuxt (file-based routing, SSR) so the plugin shape should mirror
packages/sveltekitalmost 1:1.Scope
Ship
packages/solid-startas@aeorank/solid-start:@aeorank/coregenerators into the build pipelineReference
packages/sveltekitis the closest shape — copy its Vite plugin setuppackages/core/src/generators/Acceptance
packages/solid-start/publishes as@aeorank/solid-startapps/docs/.../frameworks/solid-start/