theprimeagen/primestack — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Rust based setup tool for starting a Leptos app with Tailwind already wired in, aimed at people who want a simple full stack Rust web starter without figuring out all the glue themselves.

I want to be able to run it from cargo, give it a project name, and have it create a clean starter project with the basic files, a package setup for the frontend bits, Tailwind styling ready to use, and a friendly README that explains how to run it locally and what to edit first. Include an example path for deploying to Vercel, since that seems to be part of the goal, and leave the Vercel workaround documented clearly so users do not have to guess. If it makes sense, include a small libsql example or at least scaffold the docs for adding it.

Keep the generated app minimal but working. Make the CLI feel polished, with helpful messages and sensible errors. Look up current Leptos, Tailwind, and Vercel docs online if needed.

Want more depth? Deep Reverse