Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more โ
Comment-castles Alternatives
Similar projects and alternatives to comment-castles
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
Phaser
Discontinued Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] (by photonstorm)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
todomvc
Helping you select a JavaScript framework - Todo apps for React.js, Angular, Vue and many more
-
-
Seaweed File System
Discontinued SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. [Moved to: https://github.com/seaweedfs/seaweedfs] (by chrislusf)
-
-
awayto
Awayto is a curated development platform, producing great value with minimal investment. With all the ways there are to reach a solution, it's important to understand the landscape of tools to use.
-
-
-
-
-
storyteller
StoryTeller is an experimental web application that creates short audio stories for pre-school kids. (by lgrammel)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
comment-castles discussion
comment-castles reviews and mentions
-
Looking for the best forum software to start a new forum community in 2025
Yeah, here is what you need to do:
- install Node.js, Redis and PostgreSQL
- start the Redis server
- start PostgreSQL, create a database and run structure.sql: https://github.com/ferg1e/comment-castles/blob/master/sql/st...
- get all the source code for the actual app
- figure out all your environment variables (the ones I list in the README)
- now you can run the node app (you probably want to use pm2 if on Linux)
- then connect that running node app to the public internet (I use something random for the HTTP_PORT environment variable, like 3333, and then I Nginx reverse proxy that to port 80 on my domain name (I will try to get this Nginx code and post it here later))
- and then I run the let's encrypt certbot for https
-
Ask HN: What type of Auth are you using on your side projects?
I develop an internet forum [0] that uses express-session with a Redis datastore for standard username and password website login. Separately, it also has a JSON API that uses OAuth2 auth code flow with PKCE [1].
[0] https://github.com/ferg1e/comment-castles
[1] https://www.commentcastles.org/api#api-user-authentication
-
Ask HN: Any Modern, Serverless Alternatives to Lobste.rs?
I develop a HN/Reddit/Lobste.rs like internet forum [0]. It's Node/Postgres with a vanilla SSR front-end. It's not serverless.
[0] https://github.com/ferg1e/comment-castles
-
Trust-Based Moderation Systems
Slightly off topic:
I am trying to innovate on moderation systems and I run/code a whitelist moderated forum [0]. You can only see posts and comments from users that you follow. It's a very simple system and there really aren't any gaming vectors. One implication is that if a new user signs up and posts, no one will see it unless they follow. I've actually never used any typical censorship moderation.
[0] https://www.commentcastles.org
-
Ask HN: Show me your half baked project
Reddit clone:
https://github.com/ferg1e/comment-castles
https://www.commentcastles.org
For moderation, a user whitelist sits in front of the typical content blacklist, which introduces some interesting properties.
- Comment Castles| Lightweight internet forum.
-
Ask HN: Websites that works with old browsers (mid-2000's browser)?
I think my forum should work:
https://www.commentcastles.org
I can't think of anything that would be broken except for maybe the logo which is an emoji character.
- Ask HN: Post Your Startup
- Donโt Build a General Purpose API to Power Your Own Front End (2021)
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 21 Mar 2025
Stats
ferg1e/comment-castles is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of comment-castles is JavaScript.