Thousands of side projects, scripts, and internal tools never get launched. Building software is fun, but deploying software is a pain - domains, dns, hosting, data storage, logging, ... 🥴
I'm building Arkhos to solve that problem, an all in one framework for launching small python applications. As a matter of fact, this site is running on Arkhos. Try it out and get your project live in seconds 🚀
🚧 Coming soon 🚧
Open big CSV files
Open CSV files with millions of rows to search, analyze, and export to Excel
(coming soon)
Build highly interactive product dashboards with just SQL
Serverless functions that run in your browser
A silly weekend project. Try it out.
Send a postcard by SMS
Text a photo to (251) 265-2848 to send a physical postcard
An API to send SMS and email
import notify
notify("test@test.com", "Is your server running?")
notify("555-555-1234", "Is your server running?")