import Button from "../../pageElements/Button"; import arrow from "../../Assets/Images/Arrow.png"; import { useNavigate } from "react-router-dom"; import "../../styles/homepage.scss"; const HomePage = () => { const navigate = useNavigate(); const handleNavigate = () => { navigate("/signup"); }; const handleLogin = () => { navigate("/login"); }; const handleDemo = () => { const supReq = null; navigate("/requestpage/supReq"); }; return ( <>

Novodraft: Legal AI.

Draft documents faster and smarter.

Discovery responses ready in minutes.

Reclaim hours every week. Spend time growing your practice, or just get home by dinner.

{/* Section 2 */}

Made by Attorneys, for Attorneys

image of a laptop computer

Made by Attorneys, for Attorneys

Legal tech built by people that get it.

Novodraft understands the demands on your time. For example, that discovery request on your desk. With a few clicks, and Novodraft's AI assistant on the task, you can draft a ready-to-serve response in minutes. It's as easy as uploading a .pdf file.

Novodraft cuts through a mire of rote tasks, but does much more than automate.

Intellidraft AI technology powers persuasive arguments and boosts bland, boilerplate objections. Configurable for level of authoritative citation and for infering factual context from pleadings and briefs. Use it to augment your drafting as much or as little as you prefer.

{/* Section 3 */}

AI-Powered Legal Drafting Technology{" "}

Created by litigators to give you an edge.

{/*********** CARD ONE *********** */}
ai hand

Discovery Requests

Generate discovery requests with a few clicks, or select manually from a comprehensive request library. Done in a heartbeat, with a .docx for review and service.

{/*********** CARD TWO *********** */}
scales image

Discovery Responses

Novodraft's AI drafts responses complete with compelling arguments about what you choose not to disclose. Finished in minutes with a .docx file for service.

{/*********** CARD THREE *********** */}

Proactive Alerts

Your dashboard displays important deadlines, alerts, and can configure to auto-draft documents and remind you to serve them.

Questions about our services?

We are here to answer!

Questions about our products and services?

We’re here to answer!

Let us show you how Novodraft will revolutionize your practice. Request a demo - join our satisfied Novodrafters.
); }; export default HomePage;