Bill of Entry Trading System
A comprehensive solution for shipping companies, customs brokers, and importers to manage documentation workflows for imported goods.
BillOfEntry.tsx
Dashboard.tsx
import { useState } from 'react';
import { BillOfEntryForm } from './components';
export default function BillOfEntry() {
const [items, setItems] = useState([]);
const addItem = (item) => {
setItems([...items, item]);
};
return (
<div className="container mx-auto p-4">
<h1 className="text-2xl font-bold mb-4">New Bill of Entry</h1>
<BillOfEntryForm onAddItem={addItem} items={items} />
</div>
);
}
Streamlined Workflows
Everything you need to manage customs documentation
Our system handles the entire process from manifest import to bill of entry creation, customs declarations, and reporting.
- Bill of Entry Management
Create, edit, and manage bills of entry with ease. Track status and generate necessary documentation.
- HS Code Lookup
Search for HS codes during item entry, with intelligent suggestions and confidence scoring.
- Container Tracking
Track containers throughout the import process, from manifest import to final delivery.
Free during beta - Pricing structure TBD
All features available during beta testing. Final pricing model may be based on user count, bill quotas, or API usage - to be determined based on customer feedback.
⚠️ NOT ACTUAL PRICING - Demo purposes only
Starter plan | Growth plan | Scale plan | |
---|---|---|---|
Contact Us | Contact Us | Contact Us | |
Features | |||
HS Code API Requests | Starter includes:1,000 | Growth includes:5,000 | Scale includes:Unlimited |
Team members | Starter includes:3 | Growth includes:20 | Scale includes:Unlimited |