Project 'Vertigo': VERTEXIA's website repository
  • Go 33.1%
  • JavaScript 28.8%
  • HTML 21.5%
  • CSS 16.6%
Find a file
2026-09-17 21:08:56 +02:00
assets better head model 2026-09-17 21:08:56 +02:00
backend asse4ts system & api & pages & asset approval i thin k and some frontend improvements 2026-08-18 22:03:08 +02:00
fauxgl@b9ab4742f5 renderer tweaks, new blocky avatar, new logo, and texiagl 2026-08-17 17:42:39 +02:00
static more badges 2026-08-18 23:57:05 +02:00
views asse4ts system & api & pages & asset approval i thin k and some frontend improvements 2026-08-18 22:03:08 +02:00
.env.example settings, proper feed, user profile, bunch of stuff 2026-07-28 04:26:20 +02:00
.gitignore asse4ts system & api & pages & asset approval i thin k and some frontend improvements 2026-08-18 22:03:08 +02:00
AGENTS.md Create AGENTS.md 2026-07-28 16:07:40 +02:00
go.mod renderer shit a lot of stuff a lot 2026-08-17 04:02:07 +02:00
go.sum renderer shit a lot of stuff a lot 2026-08-17 04:02:07 +02:00
heydevjuicesqlthis.sql asse4ts system & api & pages & asset approval i thin k and some frontend improvements 2026-08-18 22:03:08 +02:00
LICENSE AGPL V3 😎 2026-07-04 16:40:26 +02:00
main.go asse4ts system & api & pages & asset approval i thin k and some frontend improvements 2026-08-18 22:03:08 +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!