Our Products
Simple, powerful cloud tools built for the modern web
tryflyto
Short link and access analysis service
// Create a short link
const response = await fetch('https://api.tryflyto.com/links', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ url: 'https://example.com' })
});
const { shortUrl } = await response.json();
console.log(shortUrl); // https://flyto.link/abc123
mailatwill
Mail management through API, web, and chat tools
// Send an email
await mailatwill.send({
from: "you@example.com",
to: "recipient@example.com",
subject: "Hello from mailatwill",
text: "This email was sent using the mailatwill API"
});
// Check inbox
const messages = await mailatwill.inbox.list();
console.log(`You have ${messages.length} messages`);
Coming Soon
We're working on more cloud services
Product Comparison
Feature | tryflyto | mailatwill |
---|---|---|
API Access | ✓ | ✓ |
Web Interface | ✓ | ✓ |
Analytics | ✓ | Limited |
Chat Tool Integration | - | ✓ |
Custom Domain | ✓ | Coming Soon |
Team Collaboration | ✓ | ✓ |