Back
IndieLLM
IndieLLM
#indiellm
Bridge the tech gap with AI. Automate routine work, get quick answers, or build simple tools—no extra devs needed... except...
Load previous page…
qazmy: landing site is mostly done; the web app took longer to start because I ported it to SvelteKit from Astro.
#indiellm
qazmy: split into two projects — landing site and web app — in a single monorepo with two packages; deploy each as its own Cloudflare Pages project.
#indiellm
qazmy: widen /app layout with Preview|Code tabs, toolbar, mobile overlay, and preview route
#indiellm
qazmy: enhance app and code—externalize scripts, add mobile preview toggle, optimize chat UI, improve accessibility, standardize style, add ESLint/tests, remove debug logs, ensure production build.
#indiellm
qazmy: updated Supabase schema, converted all API endpoints, and rebuilt frontend pages with app composer interface and live preview functionality.
#indiellm
qazmy: foundation shipped—auth, posts CRUD, live HTML preview, and TTL preview links are in.
#indiellm
Set up intake chat: Netlify Functions with Supabase, Groq, Resend, and chat UI; moved FAQ into functions to fix deploy issues.
#indiellm
Intake chat is unstable due to prompt drift and routing issues; fixes are in progress, hotfix likely tomorrow; I might sleep on it and continue then.
#indiellm