Blog / Category
Tutorials
Page 2 of 3.
-
Build an Astro WooCommerce storefront without the headless plumbing
Read post →If you search “astro woocommerce” you get a parade of headless tutorials: stand up Astro on Vercel, point it at WooCommerce’s Store API over the network, build the auth bridge, build the cart sync, manage two deploys, two domains, two bills. By the time you have a working checkout you have written half a platform. […]
-
Deploy a Claude Code project to WordPress in 4 commands
Read post →Claude Code can build the app. DesignSetGo Apps gives it a WordPress deploy target: manifest, bridge client, application-password login, and one CLI command.
-
Custom calculator plugin vs AI-built app: which should you use?
Read post →“Calculator plugin” is one of the most durable WordPress searches because calculators are one of the most useful things you can put on a site. Mortgage calculator. ROI calculator. Pricing calculator. Fitness calculator. Tax estimate. Quote builder. Savings estimator. Product selector. Recipe scaler. The pattern is always the same: ask a few questions, compute an […]
-
Five things Claude Code should know about your WordPress site
Read post →The agent-first workflow for DesignSetGo Apps is short. You scaffold a project with npx designsetgo apps init, you open it in Claude Code (or Cursor, or Aider, or any agent that reads files in the working directory), you describe what you want, and the agent deploys it to your WordPress site with npx designsetgo apps deploy. There […]
-
Dynamic routes: one HTML file, every post on your site
Read post →Built-in dataset sources (wp:posts, wp:pages, wp:cpt, wc:products) plus custom resolvers turn a single template into a route family that spans your whole site.
-
Apps as Abilities deep dive: building a real-estate vertical pack
Read post →The earlier post explained the publish-side abilities surface in the abstract. This one walks through ten apps for a real-estate site, each publishing two or three abilities, that turn the site’s AI agent into a vertical-aware assistant.
-
Build a pricing page with WP-backed plan data
Read post →An inline-mode example. Real HTML at the URL, theme-wrapped or fullbleed, indexable by Google. Start static; layer in WP-backed plan rows when marketing wants to change copy without a redeploy.
-
Build an AI content companion that writes posts in your site’s voice
Read post →An admin-mode app that reads the post being edited, asks the site’s AI Connector for clarity and SEO improvements, and publishes its own ability the site’s agent can chain into.
-
Build a WooCommerce product configurator
Read post →dsgo.commerce.* gives your DSGo App a permissioned view of products, variations, cart, and checkout. The result: bespoke configurators that would normally cost you a $200/year Woo plugin.
-
Build a recipe ranker that uses the AI bridge
Read post →First app in this series that calls dsgo.ai.prompt. The site’s configured WordPress 7.0 Connector handles inference; your bundle never sees an API key.
-
Build a quote calculator your client can drop into a sales page
Read post →The freelancer wedge. A single-HTML calculator the client pays for as a deliverable, deploys with one command, and never asks you to maintain again.
-
Build a member portal scoped to the logged-in user
Read post →dsgo.user.current(), dsgo.user.can(), and dsgo.storage.user.* are enough to build a real members-only dashboard without rolling auth, sessions, or a third-party identity provider.