i have a cool idea for a site that sitehosters just cant provide.. please anyone.. with a knowledge of how to buld a site with your programming knowledge please put here with ur clues... and please do... thank you

Dani AI

Generated

This thread is about building a site from scratch. - before any code, write a one-sentence value proposition and list the top 2-3 features that make the idea unique compared with off-the-shelf hosts. Turn each feature into a single user story and sketch quick screens. Make a clickable prototype in a day with a tool like Figma so you can validate flow and surface edge cases.

As suggested the scope can be large; keep the initial build tiny. Pick an architecture that isolates the custom parts the host can't supply. A low-friction pattern is static files for the UI and managed functions for custom behavior - deploy and run both together on platforms such as Netlify or Vercel. For pure static marketing pages, GitHub Pages is fine.

Adopt a repeatable workflow: source control (Git), a CI/CD pipeline, a staging branch, and light automated tests. Run performance and accessibility checks early with Lighthouse and follow WAI guidelines (W3C). Measure often so UX issues aren't discovered late.

Common pitfalls: scope creep, heavy assets on mobile, exposed secrets, and missing error logs. Mitigations: build an MVP, optimize images and lazy-load, serve over HTTPS and keep keys in environment variables, add server-side validation and proper CORS headers, and configure logging/monitoring. Echoing , the clearer the feature list and constraints you post, the more precise the implementation advice you'll receive.

Recommended Answers

All 4 Replies

Uhhhh, what? I'm not sure this question came across they way you had hoped. You might want to try asking again with more detail, and rephrasing it differently.

I agree, the question isn't very clear.

In order to make a website without the use of a CMS or Site Builder software, you at minimum need a knowledge of HTML, preferably with CSS. Once you have this, you can add functionality to it with some JavaScript and communicate with a database using PHP, ASP etc.

If you're looking to learn this, then there are plenty of tutorials on the internet as well as Daniweb for specific questions.

thanks for the help... i will edit it now

or in other thought since im just gonna kill this thread and make a new one

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.