Enlace
Simple link collection and RSS feed generation. Save links with categories and get them back as RSS feeds.
Features
Link Collection
Save links with categories using a simple HTTP API. Each link gets enriched with metadata and content.
RSS Feed Generation
Access your collected links as RSS feeds at ~/username/rss.xml for easy consumption in feed readers.
Karakeep Integration
Seamlessly integrates with Karakeep bookmarks to include them in your RSS feeds.
API
Adding Links
POST to /links with Basic Auth and a JSON payload:
{
"url": "https://example.com",
"category": "tech"
}
Get Access
Request an Account
Email info@enlace.space for signup information and API access.