FAQ
Q: Can I use this for non‑email AI tools?
A: Yes! The AI blueprint is generic—you can swap the prompt and template to build any single‑page AI service.
Q: How do I add extra pages or APIs?
A: Follow the blueprint pattern—create a new folder in app/
, register the blueprint in create_app()
, and add templates.
Q: Do you support webhooks?
A: Out of the box, no—but you can add a /webhook
route in the payments
blueprint and configure your Stripe webhook endpoint in your dashboard.
Q: Where can I get support?
A: Open an issue on GitHub, or email support@blitzship.com.