Project 'Vertigo': VERTEXIA's website repository
  • Go 35.6%
  • HTML 22.6%
  • JavaScript 21.6%
  • CSS 20.2%
Find a file
2026-07-29 08:41:34 +02:00
assets rendering, avatar, landing page start 2026-07-09 19:20:08 +02:00
backend admin panel start & reorganization and code cleanup 2026-07-29 05:49:32 +02:00
static improve the feed 2026-07-29 08:41:34 +02:00
views admin panel start & reorganization and code cleanup 2026-07-29 05:49:32 +02:00
.env.example settings, proper feed, user profile, bunch of stuff 2026-07-28 04:26:20 +02:00
.gitignore rendering, avatar, landing page start 2026-07-09 19:20:08 +02:00
AGENTS.md Create AGENTS.md 2026-07-28 16:07:40 +02:00
go.mod settings, proper feed, user profile, bunch of stuff 2026-07-28 04:26:20 +02:00
go.sum settings, proper feed, user profile, bunch of stuff 2026-07-28 04:26:20 +02:00
LICENSE AGPL V3 😎 2026-07-04 16:40:26 +02:00
main.go settings, proper feed, user profile, bunch of stuff 2026-07-28 04:26:20 +02:00
README.md terrible start at a container 🔥 2026-07-04 04:46:04 +02:00

VERTIGO-Website

As the first surge of popularity hit our website, we knew PHP wasn't gonna cut it. Not because PHP is a bad language, but also because PHP is a bad language (especially raw PHP)... while I do know about Laravel and CakePHP and all these other frameworks, I also hate working with them. They definitely are good for somebody and something, but that somebody isn't me and that something we don't think is VERTEXIA... And, having prior experience (a lot, of prior experience) in GO and many VERTEXIA components being already built in GO, we thought: "why not just... rewrite it in GO?". This brought us here!

GO is very fast, and it is also very easy. Not only is GO very easy, but Fiber (the library we picked) is also very easy and perfect for VERTEXIA, since we are moving (sorta) from Express.JS (Fiber is quite similar to it).


How to run

Just two commands will get you set up and running:

go mod tidy
go run main.go

That'll start up the website at localhost:3000, where you'll be able to see and access the current stage of the site!