# Mint3r — LLM-readable product summary # https://llmstxt.org > Mint3r is a web SaaS factory that converts structured product briefs (JSON) into > production-ready MVP web applications through deterministic, license-gated pipelines. ## What Mint3r does - Accepts a structured JSON brief describing a product (name, problem, features, epics, hypotheses). - Validates the brief against a readiness schema and scores it. - Runs a multi-stage manufacturing pipeline: Intake → Design → Build → Optimize → Verify → Deploy → Monitor. - Produces a downloadable MVP archive (.tar.gz) containing the full application scaffold. - Access is controlled by license credentials. One license per application project. ## Who it is for Product teams, indie founders, agencies, and enterprise innovation units that want to go from a written product brief to a functional web application without writing boilerplate. ## Key concepts - **Brief**: A JSON file describing the product. Includes `brief_id`, `product`, `mvp_scope`, `epics`, `features`, `hypotheses`, `success_metrics`. - **Factory pipeline**: A sequence of automated workshops that process the brief deterministically. - **License**: A credential set (license number + login + password) tied to one application project. - **MVP bundle**: The downloadable output — scaffold, contracts, documentation — produced by the factory. - **Bypass subscription**: Pilot and beta licenses can run the factory without a paid Stripe subscription. ## Pricing Subscription-based. Monthly and quarterly plans available at https://mint3r.app/. One license covers one application project for the duration of the subscription. ## Operator 7Milestone SASU — Paris, France Contact: legal@brightntech.ai Trademark: BrightNTech.AI ## URLs - Homepage / License: https://mint3r.app/ - Demo: https://mint3r.app/?page=demo - Sign in: https://mint3r.app/?page=signin - Terms: https://mint3r.app/terms.html - Privacy: https://mint3r.app/privacy.html - FAQ: https://mint3r.app/faq.html - Contact: https://mint3r.app/contact.html ## API The factory engine exposes a REST API at https://mint3r-api.fly.dev. Access requires a valid session token obtained via the control plane sign-in endpoint. Key endpoints: POST /api/deliveries/briefs/save, POST /api/factory/start, GET /api/factory/run/{id}. Full API reference: https://mint3r.app/?page=documentation ## What Mint3r is NOT - Not a general-purpose AI code generator. - Not a no-code drag-and-drop builder. - Not a hosting platform — it delivers an archive you deploy yourself. - Does not store generated application bundles — download is immediate and one-shot.