βš–οΈLegal and Compliance

This document covers legal and compliance requirements you must follow when deploying AskGov. Review these requirements as you progress through this guide.

🚫 Remove Singapore Government Branding πŸ‡ΈπŸ‡¬

AskGov is open source, but you must not use the official Singapore Government branding in deployments outside authorized Singapore Government contexts.

Branding Removal Checklist

Frontend Components:

Environment Variables:

Singapore-Specific Services:

Verification Script:

# Check for Singapore references
grep -r -i "singapore\|gov\.sg\|ogp" \
    app/ public/ \
    --exclude-dir={node_modules,dist,build} \
    --exclude="*.{test,spec}.{ts,tsx,js,jsx}"

Open Source License Compliance

MIT License Requirements

AskGov is licensed under the MIT License, which means:

βœ… You CAN: Use commercially, modify, distribute, use privately

❌ You MUST: Include original license, maintain copyright notices

⚠️ You CANNOT: Use AskGov trademark without permission

Third-Party Dependencies

Dependency License Review:

License Audit Script:

Data Protection Considerations

Review your local requirements for:

Disclaimer and Liability

AskGov Project Disclaimer

AskGov is provided "AS IS" under the MIT License. The original developers:

  • Provide no warranty or guarantee of fitness for purpose

  • Are not liable for damages from your use of the software

  • Do not provide commercial support or SLA guarantees

Your Deployment Responsibility

As the deploying organization, you are responsible for:

  • Security - Proper configuration and hardening

  • Compliance - Meeting all applicable laws and regulations

  • Support - Helping your users and maintaining documentation

  • Operations - Keeping the system running and updated

Before going to production, confirm:


circle-exclamation

Last updated

Was this helpful?