Marko Anastasov wrote this on December 13, 2010
An app for the coming soon stage
While you’re busy developing a new application for a customer, it’s a good idea to have a pre-launch site running which gives a hint about the upcoming project and invites visitors to leave their email to be notified when it goes live.
Here’s a minimal Sinatra app for that:
It:
- Has no style so that you can integrate your designer’s work
- Collects emails in an SQL database
- Has a protected admin page with CSV export
It’s called coming-soon
, open source and singin' at http://github.com/renderedtext/coming-soon. Feel free to hack it, and let us know if you find it useful.