The free, step-by-step guide to forming your New York LLC and getting WBE/MWBE certified — built for women entrepreneurs.
| Feature | Details |
|---|---|
| 🏛️ 5-Step Wizard | Foundation → Articles → Publication → EIN & Ops → WBE/MWBE |
| 📄 Document Generation | Auto-generates Articles of Organization + Operating Agreement |
| 💰 Real Costs Upfront | Filing $200 · Publication $600–2K · Cert of Pub $50 · EIN FREE · WBE FREE |
| 🌐 Bilingual | Full English + Spanish (EN/ES toggle) |
| 📱 Mobile First | Fully responsive — works on any device |
| ⚖️ Legally Accurate | Reflects current NY DOS law, BCL, and MWBE regulations (2026) |
| 🔓 No Login Required | Zero friction — start immediately |
| ♿ Accessible | WCAG-compliant labels, contrast, and keyboard navigation |
LLC name, county, organizer, registered agent, address, business purpose, membership type.
Generates a ready-to-file Articles of Organization. Direct link to NY DOS e-filing ($200 fee). NAICS code guidance included.
Explains the NY mandatory publication rule (2 newspapers × 6 weeks). Links to county clerk newspaper lists. Generates Certificate of Publication checklist.
IRS EIN application walkthrough (free, instant). Generates a single-member or multi-member Operating Agreement PDF.
Full guidance on NYS MWBE certification, NYC MWBE, and federal WOSB/EDWOSB programs. Eligibility checklist + application links.
Browser → Cloudflare Worker (bizher-wizard)
│
├── HTML/CSS/JS served inline (no external CDN)
├── Draft saved to localStorage
└── Document generation: client-side JS
- Runtime: Cloudflare Workers (Edge, 0ms cold start)
- Storage:
localStoragefor draft persistence (no backend required) - Hosting:
bizher.osintnet.uk(Cloudflare proxied) - Dependencies: Zero external JS or CSS dependencies
# Deploy to Cloudflare Workers
curl -X PUT \
"https://api.cloudflare.com/client/v4/accounts/${CF_ACCOUNT_ID}/workers/scripts/bizher-wizard" \
-H "Authorization: Bearer ${CF_API_TOKEN}" \
-H "Content-Type: application/javascript" \
--data-binary @worker.jsThen add a Worker Route: bizher.osintnet.uk/* → bizher-wizard
This tool provides general legal information only, not legal advice. No attorney-client relationship is formed. Always verify current requirements with the NY Department of State and a licensed NY attorney before filing.
Indica Independent Media — osintnet.uk
Part of the VPDLNY initiative: knowledge as a weapon for vulnerable communities.
Deployed May 2026 · MIT License