old: https://tinydevcrm.com
new: https://new.tinydevcrm.com
Feedback / constructive criticism much appreciated!
I really like the new site design. Great work!
I'm not sure what the service is though. Maybe describe a use-case in your three easy steps so it's a bit more clear what you do.
For example:
Upload some data - Take your weekly grocery lists and upload them to our site.
Create a View - This will allow you to see what your most purchased grocery items are, or how your diet has changed with time.
Send an Event - You'll get a notification when you start buying too much cake.
I'm not sure if that example would fit in with how your service works but I hope you get the idea. Perhaps some screenshots of the UI on each of the steps would help too.
@rjacobson thanks so much for your feedback! That's a really great idea, do you know of any examples I can reference for inspiration?
One of the tools I wanted to platform was a digital rolodex to keep in touch with my friends. So in your vein of thinking, maybe I can try something like:
Upload a CSV file of your friend's name, birthday, and email: curl -X POST $URL w/ file
Create a materialized view using a SQL query: SELECT * FROM friends WHERE date == $TODAY
Create a cron job to refresh materialized view every day: (* 0 0 0 0, 'REFRESH MATERIALIZED VIEW friends_view)
Send out events via pub/sub: CREATE TRIGGER friends_trigger WHERE ...
Looks much yummier than it did before! Not sure about the serif font, though...