Alternatives
Products that do what statifyme.com web app built on python & django does
I've just launched my coming soon page for Statify, a website monitoring service built using python and django. While the soon coming page has been just been launched. I've been busy the last few months working on the actual service, which is very near completion. I regularly build and maintain sites and anyone whose ever built a site will know that they will go down at some point and you'll find out via the client or from pissed off users. So I decided to build my own app that would track my sites and notify me when they go down, that way I can get a jump on things before clients and users…
- 1

- 2

- 3IV
2022 · jmmv.dev
- 4IM
I'm excited to finally launch Outstatic, an open source static website CMS that doesn't require a complicated setup or signing up to a third-party service! You can access the documentation here: Outstatic Documentation. I invite you to start by deploying our example blog to Vercel and giving it a try. I think you'll be pleasantly surprised at how easy and fun it is to use Outstatic. Please, let me know what you think. This is the first public version of the project and all feedback is welcome. If you dig the project feel free to leave a star on Github. I appreciate your support!
2022 · outstatic.com
- 5

- 6IB
Hey HN! I'm excited to share Statusnook - a status page and monitoring tool. I built Statusnook for my own projects, but I soon began incorporating bits of feedback from friends & colleagues. My goal was to create a tool with a solid essential feature set, and to make it easy to self-host. I welcome any feedback or suggestions.
2024 · github.com
- 7

- 8IM
I'm writing a book which teaches Python/Django web app development for non-programmers, and fundraising on Kickstarter (passed minimum funding, 2 days left): http://hellowebapp.com https://www.kickstarter.com/projects/1868398473/hello-web-app-intro-to-building-web-apps-with-djan It's basically the process I used to teach myself programming as a web designer a few years back, which I then launched a small web app (infant-version of WeddingInviteLove.com), which has grown into my bootstrapped startup which supports me full-time (WeddingLovely.com). Most…
2014
- 9AB
https://rxjourney.com.ng I realize SvelteKit is overkill, but I originally had bigger plans for the blog, before deciding to just keep it simple. Yeah, I had Medium open on a different tab while building. It's going to be a personal blog where I write about my experiences, if you're interested you can subscribe to the newsletter.
2024
- 10IT
After months of using Google Analytics I realized only about 50% of people accepted my cookie-popup. I had months of incorrect data for my website. I started looking for alternatives and eventually found Plausible, which is great (and open-source). Problem is, I didn't feel like paying 9$ a month to see the amount of visitors on a website i didn't even earn anything on, it was just a hobby project. Eventually I started making my own web analytics. Which actually isn't that hard. It took me about a month of working on my spare time every now and then. Being GDPR compliant basically means to…
2024
- 11AL
I wanted to share something I've been working on recently: Statum, a handy web analytics tool. https://github.com/extractumio/statum The journey began when I found myself frequently needing simple web analytics for my projects. I tried Google Analytics, especially GA4, and realized it was quite complex and, at times, not very accurate, especially when I wanted to view stats for the current day or recent hours. Then I tested a few fancy startup solution but ended up with way too expensive plans the expect me to subscribe (I'm not that rich to pay $99/month for every…
2023 · github.com
- 12

- 13IM
TLDR: I made a public only web analytics without signup. Stores views and visitors for 10 days before deleting data. Exactly 25 days ago today I posted here, proud of my new web analytics. The response was mixed and my post even got flagged (understandable). It was my first real launch and I actually made a sale just a day later of 49$(!). Back then my project was pay once, keep forever. Since then I have sadly went over to the dark side (subscription based). Anyways, I never went back to look at the post after the first two hours, turns out I got a lot of answers. Most answers was something…
2024 · indielytics.link
- 14GL
I've always dreamed about a project like that when looking at status boards at other companies. We finally had the time to do our own. Here are some photos: http://www.flickr.com/photos/robert_olejnik/sets/72157633736087905/ The stack: Django, mustache.js, Chart.js, Bootstrap and custom Supybot plugin. Maybe will be inspiration for someone else ;-) Do you guys have similar status boards? Cheers, Robert.
2013
- 15WS
http://webscanner.tk/quickscan/ Hi! I made this project over the couse of a week to help teach myself more about Django and web app development. I am studying computer security in school and web security is one of my passions. It is a tool that helps web developers ensure that they have implemented helpful security mechanisms like HTTPOnly flags, X-Frame-Options, etc. There are hundreds of tools that offer to scan websites for things like cross-site scripting, mySQL injection, etc. This tool simply looks for information that is available via one or two GET requests (the headers, protocols,…
2013
- 16IW
Hey HN, I wrote a book teaching beginner web app development using Django, launching on May 4th (successfully Kickstarted last year.) Website: http://hellowebapp.com Highlights: - Aimed at people who have previous HTML/building websites experience. - Template-first development: see the web app as a website first, before setting up databases and models. - Generic “collection of things” tutorial. Readers are encouraged to create something using this rubric that means something to them (a blog, a directory of people, etc.) Adding creativity will make the material stick better. -…
2015
- 17MF
Hey HN. I've just launched my very first webappp and would love your feedback. http://www.7bks.com It's a book list sharing website - kind of like playlists for bookworms. The site is built on pyton/appengine - and I learned to code in under 4 weeks to build the site. There's more details on the background of the site here: http://www.7bks.com/blog/179001 I've also published the full Python code for the site here: https://gist.github.com/670034 Feedback is really important to me and I want to work hard to make the site better so any and all suggestions are greatly appreciated. Contact…
2010
- 18MF
Two years ago, I started building this site that allows people to document their learning and progress in real time. The idea is: as you learn new things, you document your progress piece by piece, creating a collection of failures, breakthroughs, and knowledge. Along the way, your friends can cheer you on, and the community can give you tips and feedback. Over time, we'll create a public collection on how different problems were solved. With each progress, the site prompts you to reflect on questions like, "If you could go back in time, what do you wish you had known?" This was my first web…
2024 · opus.cafe
- 19EC
We launched an early version of our uptime monitoring service Erlywarn to the public this week. http://erlywarn.com The project was scratching an itch that monitoring services would only alert you if your site went down and not if they started responding slowly or erratically. So we built Erlywarn to keep track of the response times and allow it to send notifications if your site responds unusually, as this is often an early warning sign that something is starting to go wrong. It's only been 2 weeks from conception to this, so feedback would be most welcome, especially: Would you consider…
2011
- 20IA
I recently built IsMyAIDown.com to challenge some assumptions about modern web development. Instead of reaching for React like everyone else seems to be doing these days, I wanted to see if I could build a distributed, scalable, real-time, single-page app using server-side tech with Phoenix and LiveView. The core idea was simple enough - monitor major AI providers and show their status across different geographic regions. But the primary goal was to better understand what was possible without the complexity of modern frontend frameworks. I ended up deploying across three Fly.io regions and…
2024 · ismyaidown.com
- 21DT
I was already doing this semi-manually for a handful a websites of my own and then I thought "Hey, other people might want to do this too". Tracking the Google homepage and BBC News can be pretty fun too. Got my first paid customer on the weekend, which felt good. :) Anyway, here's the site: http://dailyscreenshot.com/ Thoughts, comments, feedback?
2011
- 22MF
Hi! Long time reader, first time submitter. I've finallllyy got my first webapp online. It's been a long time coming, I started it over a year ago and just been an hour here, a couple of hours here, and a period of a couple of months of nothing. I first wrote it as a way to learn some python it sort of grew to fill a need I had. It's at a point now where I'd LOVE some feedback as I am going round in circules. Please, it's free, just hit the home page, plugin in a name/email and url you want to links checked on. If you use the name 'DeleteMe' I will remove the account after a week, so feel…
2012
- 23UB
A few months ago, i was looking for a simple uptime monitor service to monitor my websites, but i wanted some extra features that i couldn't find anywhere. These aren't wild features, but oddly enough couldn't find a service that was easy to setup, cheap, and that could do simple uptime mointoring for databases (sql & mongodb), docker containers, rabbitmq queues and os memory/cpu. It's only when i was almost done that i realized uptime monitoring services had become something of mania in the indiehacker/solopreneur world. Anyways, hoping it can provide value to some of you.…
2023 · uptimefunk.com
- 24WP
A couple of months back, I had come across this promising-looking app on github - a website uptime monitoring service[1] built with Node.js, MongoDB, and Bootstrap, so I had whipped up a DO droplet[2], registered a (free) .tk domain[3] and after a weekend of messing about (mainly via ssh), had created a (stock) working service (and then promptly forgotten about it): http://monitup.tk:8082/dashboard/checks Turned out to be a lot better than I had expected! Now, while there are many such (free and paid) services available out there, I do think one more can't hurt,…
2016
Ranked by how close each launch is in meaning, then by votes. Refine with a description →