Quickstart
From zero to a published post on your domain. Budget ten minutes; most of it is a DNS record propagating.
Create your workspace Sign up, name your organization. You land in the dashboard.
Add your site Sites → Add site, enter your domain (e.g.
example.com). baas issues a verification token and a public key (pk_…) for that site.Verify ownership Add either a DNS
TXTrecord on_baas.example.comcontaining the token, or serve the token athttps://example.com/.well-known/baas-verify.txt. Click Verify. Details and troubleshooting: Site verification.Let the profiler work On verification baas crawls your site and fills in your content profile (industry, audience, tone) and proposes link targets from your navigation. Review both on the site page — rank the money pages highest and prune anything you don't want linked.
Create a blog On the site page, create a blog with a base path (default
/blog). This is the path the blog lives under on your domain.Generate your first post Hit Generate now on the blog page. The pipeline plans a topic, drafts the article, weaves in backlinks, and writes SEO metadata — a few minutes end to end. The post appears as pending review.
Review and publish Open the post: full preview, the backlinks it carries, and the generation trace. Click Approve & publish.
Put the blog on your site Pick an integration — one script tag is enough to start:
<div data-baas-blog data-key="pk_YOUR_KEY" data-base-path="/blog" data-api="https://api.dailysmith.com"></div> <script src="https://api.dailysmith.com/v1/sdk/blog.js" async></script>For crawler-grade SEO, add an edge proxy rule or static prerender on top.