This project originated as a way for Vermont Legal Aid (VLA) to generate petitions more quickly during their expungement clinics.
VLA runs free clinics throughout the year, but copying information off state databases and filling out petitions by hand is slow. By creating a chrome extension that generates printable files at the push of a button, volunteer attorneys help more people clear their records in every clinic.
Printable petitions are generated using an extension for the Chrome browser.
The extension essentially reads and (temporarily remembers) info as an attorney browses through case records. This information is automatically inserted into the specified petitions and a printable webpage is generated. The attorney can correct common data errors, insert petitioner names/dates/etc, and print petitions for submission to the state's attorneys.
Petitions are separated by county, and (optionally) by docket or case, making it easier to submit petitions in the format preferred by each county.
But equally important are the things it does not do:
This tool was originally developed exclusively for use by VLA in their clincs in 2018. But as volunteer attorneys use the tool in clincs, they have started using it in their own practices as well.
Anyone with data access... The extension can only be used by people who already have access to state criminal databases - the extension does not grant any data access itself. But the extension will work for anyone who has access to criminal dockets through VT Courts Online or Vermont Judiciary Public Portal.
... but primarily attorneys. Although anyone with data access can use this tool to generate petitions, they will need to be reviewed (and possibly corrected or modified) by an attorney familiar with expungement statutues. There are a lot of intracasies in expunging & sealing records and conflicts and inaccuracies in the official records that require expert review.
Although you can't generate real petitions without data access, you can give it a test run on this sample docket. Just download the extension from the Chrome Store, navigate to one of these three pages, and click the icon to begin parsing the dockets.
You can also view our working draft of user documentation here.
If you are a programmer and are interested in how the extension works, it's easy to run locally too. For more information on how you can pitch in (because that would be super helpful) visit the #expunge-vt
channel in Code for BTV's Slack.
Clone the github repo, navigate to the extensionDirectory
folder and run "npm install".
Open chrome://extensions/ on your chrome browser.
Ensure "Developer mode" is switched on in the top right of the screen.
Select Load unpacked
from the top left, and select the extensionDirectory
folder from the project folder.
Open a sample html docket from the "sampleDocketHTML" folder.
While viewing the sample docket page, click the chrome extension icon to begin using the exention.
Familiarlize yourself with how chrome extensions work.
This tool was created by Code for BTV, in partnership with Vermont Legal Aid.
Please send questions, comments, or feedback to expungevt@codeforbtv.org